node-abi 3.55.0 → 3.57.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 CHANGED
@@ -99,7 +99,7 @@
99
99
  "2025-10-21"
100
100
  ],
101
101
  "future": true,
102
- "abi": "122"
102
+ "abi": "124"
103
103
  },
104
104
  {
105
105
  "abi": "70",
@@ -303,5 +303,12 @@
303
303
  "lts": false,
304
304
  "runtime": "electron",
305
305
  "target": "29.0.0-alpha.1"
306
+ },
307
+ {
308
+ "abi": "123",
309
+ "future": true,
310
+ "lts": false,
311
+ "runtime": "electron",
312
+ "target": "30.0.0-alpha.1"
306
313
  }
307
314
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.55.0",
3
+ "version": "3.57.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": {