node-abi 3.32.0 → 3.33.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.
@@ -21,11 +21,11 @@ orbs:
21
21
  jobs:
22
22
  test-linux-14:
23
23
  docker:
24
- - image: circleci/node:14
24
+ - image: cimg/node:14.21
25
25
  <<: *steps-test
26
26
  test-linux-16:
27
27
  docker:
28
- - image: circleci/node:16
28
+ - image: cimg/node:16.19
29
29
  <<: *steps-test
30
30
 
31
31
  workflows:
package/abi_registry.json CHANGED
@@ -234,5 +234,12 @@
234
234
  "lts": false,
235
235
  "runtime": "electron",
236
236
  "target": "23.0.0-alpha.1"
237
+ },
238
+ {
239
+ "abi": "114",
240
+ "future": true,
241
+ "lts": false,
242
+ "runtime": "electron",
243
+ "target": "24.0.0-alpha.1"
237
244
  }
238
245
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "3.32.0",
3
+ "version": "3.33.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": {