node-abi 3.70.0 → 3.71.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.
package/abi_registry.json CHANGED
@@ -345,5 +345,12 @@
345
345
  "lts": false,
346
346
  "runtime": "electron",
347
347
  "target": "33.0.0-alpha.1"
348
+ },
349
+ {
350
+ "abi": "132",
351
+ "future": true,
352
+ "lts": false,
353
+ "runtime": "electron",
354
+ "target": "34.0.0-alpha.1"
348
355
  }
349
356
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.70.0",
3
+ "version": "3.71.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": {