node-abi 3.52.0 → 3.54.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 +17 -0
- package/package.json +1 -1
package/abi_registry.json
CHANGED
|
@@ -91,6 +91,16 @@
|
|
|
91
91
|
"future": false,
|
|
92
92
|
"abi": "120"
|
|
93
93
|
},
|
|
94
|
+
{
|
|
95
|
+
"runtime": "node",
|
|
96
|
+
"target": "22.0.0",
|
|
97
|
+
"lts": [
|
|
98
|
+
"2024-10-29",
|
|
99
|
+
"2025-10-21"
|
|
100
|
+
],
|
|
101
|
+
"future": true,
|
|
102
|
+
"abi": "122"
|
|
103
|
+
},
|
|
94
104
|
{
|
|
95
105
|
"abi": "70",
|
|
96
106
|
"future": false,
|
|
@@ -286,5 +296,12 @@
|
|
|
286
296
|
"lts": false,
|
|
287
297
|
"runtime": "electron",
|
|
288
298
|
"target": "28.0.0-alpha.1"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"abi": "121",
|
|
302
|
+
"future": true,
|
|
303
|
+
"lts": false,
|
|
304
|
+
"runtime": "electron",
|
|
305
|
+
"target": "29.0.0-alpha.1"
|
|
289
306
|
}
|
|
290
307
|
]
|