@electron-forge/plugin-auto-unpack-natives
Advanced tools
Comparing version 6.1.1 to 6.2.0
{ | ||
"name": "@electron-forge/plugin-auto-unpack-natives", | ||
"version": "6.1.1", | ||
"version": "6.2.0", | ||
"description": "Auto Unpack Natives plugin for Electron Forge, automatically adds native node modules to asar.unpacked", | ||
@@ -14,4 +14,4 @@ "repository": "https://github.com/electron/forge", | ||
"dependencies": { | ||
"@electron-forge/plugin-base": "6.1.1", | ||
"@electron-forge/shared-types": "6.1.1" | ||
"@electron-forge/plugin-base": "6.2.0", | ||
"@electron-forge/shared-types": "6.2.0" | ||
}, | ||
@@ -21,3 +21,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5b40a8dbeeebb388f5aa1a39c1f452b8b7800f45" | ||
"gitHead": "34752e82a8dcb0b8d04fcd3624bd0c03b7471b31" | ||
} |
@@ -5,3 +5,3 @@ ## plugin-auto-unpack-natives | ||
``` | ||
```javascript | ||
// forge.config.js | ||
@@ -11,7 +11,7 @@ | ||
plugins: [ | ||
{ | ||
name: '@electron-forge/plugin-auto-unpack-natives' | ||
} | ||
{ | ||
name: '@electron-forge/plugin-auto-unpack-natives' | ||
} | ||
] | ||
} | ||
``` | ||
}; | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90801
16
+ Added@electron-forge/plugin-base@6.2.0(transitive)
+ Added@electron-forge/shared-types@6.2.0(transitive)
- Removed@electron-forge/plugin-base@6.1.1(transitive)
- Removed@electron-forge/shared-types@6.1.1(transitive)