node-abi 4.8.0 → 4.10.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
@@ -118,6 +118,9 @@
118
118
  "future": false,
119
119
  "abi": "137"
120
120
  },
121
+ {
122
+ "abi": "138"
123
+ },
121
124
  {
122
125
  "abi": "70",
123
126
  "future": false,
@@ -379,7 +382,7 @@
379
382
  },
380
383
  {
381
384
  "abi": "136",
382
- "future": true,
385
+ "future": false,
383
386
  "lts": false,
384
387
  "runtime": "electron",
385
388
  "target": "37.0.0-alpha.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "4.8.0",
3
+ "version": "4.10.0",
4
4
  "description": "Get the Node ABI for a given target and runtime, and vice versa.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",