node-abi 4.14.0 → 4.16.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 +12 -2
- package/package.json +3 -6
package/abi_registry.json
CHANGED
|
@@ -122,8 +122,18 @@
|
|
|
122
122
|
"runtime": "node",
|
|
123
123
|
"target": "25.0.0",
|
|
124
124
|
"lts": false,
|
|
125
|
+
"future": false,
|
|
126
|
+
"abi": "141"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"runtime": "node",
|
|
130
|
+
"target": "26.0.0",
|
|
131
|
+
"lts": [
|
|
132
|
+
"2026-10-28",
|
|
133
|
+
"2027-10-20"
|
|
134
|
+
],
|
|
125
135
|
"future": true,
|
|
126
|
-
"abi": "
|
|
136
|
+
"abi": "142"
|
|
127
137
|
},
|
|
128
138
|
{
|
|
129
139
|
"abi": "70",
|
|
@@ -400,7 +410,7 @@
|
|
|
400
410
|
},
|
|
401
411
|
{
|
|
402
412
|
"abi": "140",
|
|
403
|
-
"future":
|
|
413
|
+
"future": false,
|
|
404
414
|
"lts": false,
|
|
405
415
|
"runtime": "electron",
|
|
406
416
|
"target": "39.0.0-alpha.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-abi",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.16.0",
|
|
4
4
|
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./index.js",
|
|
@@ -30,10 +30,6 @@
|
|
|
30
30
|
"url": "https://github.com/electron/node-abi/issues"
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/electron/node-abi#readme",
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@semantic-release/npm": "13.0.0-alpha.15",
|
|
35
|
-
"semantic-release": "^24.2.7"
|
|
36
|
-
},
|
|
37
33
|
"dependencies": {
|
|
38
34
|
"semver": "^7.6.3"
|
|
39
35
|
},
|
|
@@ -42,5 +38,6 @@
|
|
|
42
38
|
},
|
|
43
39
|
"publishConfig": {
|
|
44
40
|
"provenance": true
|
|
45
|
-
}
|
|
41
|
+
},
|
|
42
|
+
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
|
|
46
43
|
}
|