node-abi 3.73.0 → 3.75.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 +25 -1
  2. package/package.json +1 -1
package/abi_registry.json CHANGED
@@ -108,6 +108,16 @@
108
108
  "future": false,
109
109
  "abi": "131"
110
110
  },
111
+ {
112
+ "runtime": "node",
113
+ "target": "24.0.0",
114
+ "lts": [
115
+ "2025-10-28",
116
+ "2026-10-20"
117
+ ],
118
+ "future": false,
119
+ "abi": "134"
120
+ },
111
121
  {
112
122
  "abi": "70",
113
123
  "future": false,
@@ -355,9 +365,23 @@
355
365
  },
356
366
  {
357
367
  "abi": "133",
358
- "future": true,
368
+ "future": false,
359
369
  "lts": false,
360
370
  "runtime": "electron",
361
371
  "target": "35.0.0-alpha.1"
372
+ },
373
+ {
374
+ "abi": "135",
375
+ "future": false,
376
+ "lts": false,
377
+ "runtime": "electron",
378
+ "target": "36.0.0-alpha.1"
379
+ },
380
+ {
381
+ "abi": "136",
382
+ "future": true,
383
+ "lts": false,
384
+ "runtime": "electron",
385
+ "target": "37.0.0-alpha.1"
362
386
  }
363
387
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.73.0",
3
+ "version": "3.75.0",
4
4
  "description": "Get the Node ABI for a given target and runtime, and vice versa.",
5
5
  "main": "index.js",
6
6
  "scripts": {