node-abi 3.28.0 → 3.30.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
|
@@ -67,6 +67,13 @@
|
|
|
67
67
|
"future": false,
|
|
68
68
|
"abi": "108"
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"runtime": "node",
|
|
72
|
+
"target": "19.0.0",
|
|
73
|
+
"lts": false,
|
|
74
|
+
"future": false,
|
|
75
|
+
"abi": "111"
|
|
76
|
+
},
|
|
70
77
|
{
|
|
71
78
|
"abi": "70",
|
|
72
79
|
"future": false,
|
|
@@ -216,7 +223,7 @@
|
|
|
216
223
|
},
|
|
217
224
|
{
|
|
218
225
|
"abi": "110",
|
|
219
|
-
"future":
|
|
226
|
+
"future": false,
|
|
220
227
|
"lts": false,
|
|
221
228
|
"runtime": "electron",
|
|
222
229
|
"target": "22.0.0-alpha.1"
|