node-abi 3.23.0 → 3.24.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
@@ -206,5 +206,12 @@
206
206
  "lts": false,
207
207
  "runtime": "electron",
208
208
  "target": "20.0.0-alpha.1"
209
+ },
210
+ {
211
+ "abi": "109",
212
+ "future": true,
213
+ "lts": false,
214
+ "runtime": "electron",
215
+ "target": "21.0.0-alpha.1"
209
216
  }
210
217
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.23.0",
3
+ "version": "3.24.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": {