node-abi 4.15.0 → 4.17.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.
Files changed (2) hide show
  1. package/abi_registry.json +18 -1
  2. package/package.json +1 -1
package/abi_registry.json CHANGED
@@ -125,6 +125,16 @@
125
125
  "future": false,
126
126
  "abi": "141"
127
127
  },
128
+ {
129
+ "runtime": "node",
130
+ "target": "26.0.0",
131
+ "lts": [
132
+ "2026-10-28",
133
+ "2027-10-20"
134
+ ],
135
+ "future": true,
136
+ "abi": "142"
137
+ },
128
138
  {
129
139
  "abi": "70",
130
140
  "future": false,
@@ -400,9 +410,16 @@
400
410
  },
401
411
  {
402
412
  "abi": "140",
403
- "future": true,
413
+ "future": false,
404
414
  "lts": false,
405
415
  "runtime": "electron",
406
416
  "target": "39.0.0-alpha.1"
417
+ },
418
+ {
419
+ "abi": "143",
420
+ "future": true,
421
+ "lts": false,
422
+ "runtime": "electron",
423
+ "target": "40.0.0-alpha.2"
407
424
  }
408
425
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "4.15.0",
3
+ "version": "4.17.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",