node-abi 3.8.0 → 3.15.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
@@ -57,6 +57,16 @@
57
57
  "future": false,
58
58
  "abi": "102"
59
59
  },
60
+ {
61
+ "runtime": "node",
62
+ "target": "18.0.0",
63
+ "lts": [
64
+ "2022-10-25",
65
+ "2023-10-18"
66
+ ],
67
+ "future": false,
68
+ "abi": "108"
69
+ },
60
70
  {
61
71
  "abi": "70",
62
72
  "future": false,
@@ -178,9 +188,16 @@
178
188
  },
179
189
  {
180
190
  "abi": "103",
181
- "future": true,
191
+ "future": false,
182
192
  "lts": false,
183
193
  "runtime": "electron",
184
194
  "target": "18.0.0-alpha.1"
195
+ },
196
+ {
197
+ "abi": "106",
198
+ "future": true,
199
+ "lts": false,
200
+ "runtime": "electron",
201
+ "target": "19.0.0-alpha.1"
185
202
  }
186
203
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.8.0",
3
+ "version": "3.15.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": {