node-abi 3.25.0 → 3.27.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 +14 -0
  2. package/package.json +1 -1
package/abi_registry.json CHANGED
@@ -67,6 +67,13 @@
67
67
  "future": false,
68
68
  "abi": "108"
69
69
  },
70
+ {
71
+ "runtime": "node",
72
+ "target": "19.0.0",
73
+ "lts": false,
74
+ "future": false,
75
+ "abi": "111"
76
+ },
70
77
  {
71
78
  "abi": "70",
72
79
  "future": false,
@@ -213,5 +220,12 @@
213
220
  "lts": false,
214
221
  "runtime": "electron",
215
222
  "target": "21.0.0-alpha.1"
223
+ },
224
+ {
225
+ "abi": "110",
226
+ "future": true,
227
+ "lts": false,
228
+ "runtime": "electron",
229
+ "target": "22.0.0-alpha.1"
216
230
  }
217
231
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.25.0",
3
+ "version": "3.27.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": {