node-abi 2.10.0 → 2.11.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
@@ -100,6 +100,7 @@ var deprecatedTargets = [
100
100
  ]
101
101
 
102
102
  var futureTargets = [
103
+ {runtime: 'electron', target: '7.0.0-beta.0', abi: '75', lts: false}
103
104
  ]
104
105
 
105
106
  var allTargets = deprecatedTargets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-abi",
3
- "version": "2.10.0",
3
+ "version": "2.11.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": {