node-abi 3.66.0 → 3.68.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
@@ -106,7 +106,7 @@
106
106
  "target": "23.0.0",
107
107
  "lts": false,
108
108
  "future": true,
109
- "abi": "129"
109
+ "abi": "131"
110
110
  },
111
111
  {
112
112
  "abi": "70",
@@ -338,5 +338,12 @@
338
338
  "lts": false,
339
339
  "runtime": "electron",
340
340
  "target": "32.0.0-alpha.1"
341
+ },
342
+ {
343
+ "abi": "130",
344
+ "future": true,
345
+ "lts": false,
346
+ "runtime": "electron",
347
+ "target": "33.0.0-alpha.1"
341
348
  }
342
349
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.66.0",
3
+ "version": "3.68.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": {
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/electron/node-abi.git"
15
+ "url": "git+https://github.com/electron/node-abi.git"
16
16
  },
17
17
  "keywords": [
18
18
  "node",