node-abi 2.14.0 → 2.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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -103,6 +103,7 @@ var deprecatedTargets = [
103
103
  ]
104
104
 
105
105
  var futureTargets = [
106
+ {runtime: 'electron', target: '9.0.0-beta.1', abi: '80', lts: false}
106
107
  ]
107
108
 
108
109
  var allTargets = deprecatedTargets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "2.14.0",
3
+ "version": "2.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": {