node-abi 4.11.0 → 4.13.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 +5 -1
- package/package.json +1 -1
package/abi_registry.json
CHANGED
|
@@ -119,6 +119,10 @@
|
|
|
119
119
|
"abi": "137"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
|
+
"runtime": "node",
|
|
123
|
+
"target": "25.0.0",
|
|
124
|
+
"lts": false,
|
|
125
|
+
"future": true,
|
|
122
126
|
"abi": "138"
|
|
123
127
|
},
|
|
124
128
|
{
|
|
@@ -389,7 +393,7 @@
|
|
|
389
393
|
},
|
|
390
394
|
{
|
|
391
395
|
"abi": "139",
|
|
392
|
-
"future":
|
|
396
|
+
"future": false,
|
|
393
397
|
"lts": false,
|
|
394
398
|
"runtime": "electron",
|
|
395
399
|
"target": "38.0.0-alpha.1"
|