node-abi 4.10.0 → 4.12.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 +11 -0
- 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
|
{
|
|
@@ -386,5 +390,12 @@
|
|
|
386
390
|
"lts": false,
|
|
387
391
|
"runtime": "electron",
|
|
388
392
|
"target": "37.0.0-alpha.1"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"abi": "139",
|
|
396
|
+
"future": true,
|
|
397
|
+
"lts": false,
|
|
398
|
+
"runtime": "electron",
|
|
399
|
+
"target": "38.0.0-alpha.1"
|
|
389
400
|
}
|
|
390
401
|
]
|