node-abi 3.47.0 → 3.49.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 +8 -1
- package/package.json +1 -1
package/abi_registry.json
CHANGED
|
@@ -84,6 +84,13 @@
|
|
|
84
84
|
"future": false,
|
|
85
85
|
"abi": "115"
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"runtime": "node",
|
|
89
|
+
"target": "21.0.0",
|
|
90
|
+
"lts": false,
|
|
91
|
+
"future": true,
|
|
92
|
+
"abi": "120"
|
|
93
|
+
},
|
|
87
94
|
{
|
|
88
95
|
"abi": "70",
|
|
89
96
|
"future": false,
|
|
@@ -268,7 +275,7 @@
|
|
|
268
275
|
},
|
|
269
276
|
{
|
|
270
277
|
"abi": "118",
|
|
271
|
-
"future":
|
|
278
|
+
"future": false,
|
|
272
279
|
"lts": false,
|
|
273
280
|
"runtime": "electron",
|
|
274
281
|
"target": "27.0.0-alpha.1"
|