node-abi 3.4.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/abi_registry.json +14 -0
  2. package/package.json +1 -1
package/abi_registry.json CHANGED
@@ -168,5 +168,19 @@
168
168
  "lts": false,
169
169
  "runtime": "electron",
170
170
  "target": "16.0.0-alpha.1"
171
+ },
172
+ {
173
+ "abi": "101",
174
+ "future": false,
175
+ "lts": false,
176
+ "runtime": "electron",
177
+ "target": "17.0.0-alpha.1"
178
+ },
179
+ {
180
+ "abi": "103",
181
+ "future": true,
182
+ "lts": false,
183
+ "runtime": "electron",
184
+ "target": "18.0.0-alpha.1"
171
185
  }
172
186
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.4.0",
3
+ "version": "3.8.0",
4
4
  "description": "Get the Node ABI for a given target and runtime, and vice versa.",
5
5
  "main": "index.js",
6
6
  "scripts": {