node-abi 3.68.0 → 3.70.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
@@ -105,7 +105,7 @@
105
105
  "runtime": "node",
106
106
  "target": "23.0.0",
107
107
  "lts": false,
108
- "future": true,
108
+ "future": false,
109
109
  "abi": "131"
110
110
  },
111
111
  {
@@ -341,7 +341,7 @@
341
341
  },
342
342
  {
343
343
  "abi": "130",
344
- "future": true,
344
+ "future": false,
345
345
  "lts": false,
346
346
  "runtime": "electron",
347
347
  "target": "33.0.0-alpha.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.68.0",
3
+ "version": "3.70.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": {