node-abi 3.43.0 → 3.44.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
@@ -254,16 +254,16 @@
254
254
  },
255
255
  {
256
256
  "abi": "116",
257
- "future": true,
257
+ "future": false,
258
258
  "lts": false,
259
259
  "runtime": "electron",
260
- "target": "26.0.0-alpha.1"
260
+ "target": "25.0.0-alpha.1"
261
261
  },
262
262
  {
263
263
  "abi": "116",
264
- "future": false,
264
+ "future": true,
265
265
  "lts": false,
266
266
  "runtime": "electron",
267
- "target": "25.0.0-alpha.1"
267
+ "target": "26.0.0-alpha.1"
268
268
  }
269
269
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.43.0",
3
+ "version": "3.44.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": {