node-abi 3.65.0 → 3.67.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 +15 -1
- package/package.json +1 -1
package/abi_registry.json
CHANGED
|
@@ -101,6 +101,13 @@
|
|
|
101
101
|
"future": false,
|
|
102
102
|
"abi": "127"
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
"runtime": "node",
|
|
106
|
+
"target": "23.0.0",
|
|
107
|
+
"lts": false,
|
|
108
|
+
"future": true,
|
|
109
|
+
"abi": "129"
|
|
110
|
+
},
|
|
104
111
|
{
|
|
105
112
|
"abi": "70",
|
|
106
113
|
"future": false,
|
|
@@ -327,9 +334,16 @@
|
|
|
327
334
|
},
|
|
328
335
|
{
|
|
329
336
|
"abi": "128",
|
|
330
|
-
"future":
|
|
337
|
+
"future": false,
|
|
331
338
|
"lts": false,
|
|
332
339
|
"runtime": "electron",
|
|
333
340
|
"target": "32.0.0-alpha.1"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"abi": "130",
|
|
344
|
+
"future": true,
|
|
345
|
+
"lts": false,
|
|
346
|
+
"runtime": "electron",
|
|
347
|
+
"target": "33.0.0-alpha.1"
|
|
334
348
|
}
|
|
335
349
|
]
|