@alcalzone/release-script-plugin-package
Advanced tools
Comparing version 3.5.0 to 3.5.2
@@ -240,3 +240,5 @@ "use strict"; | ||
if (!context.argv.dryRun) { | ||
const result = await pak.install(); | ||
const result = await pak.install(undefined, { | ||
ignoreScripts: true, | ||
}); | ||
if (!result.success) { | ||
@@ -243,0 +245,0 @@ context.cli.error(`Updating lockfile failed: ${result.stderr}`); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "3.5.0", | ||
"version": "3.5.2", | ||
"description": "Plugin for Al Calzone's release script: npm package files", | ||
@@ -41,3 +41,3 @@ "keywords": [], | ||
"dependencies": { | ||
"@alcalzone/pak": "^0.7.0", | ||
"@alcalzone/pak": "^0.8.0", | ||
"@alcalzone/release-script-core": "3.5.0", | ||
@@ -44,0 +44,0 @@ "alcalzone-shared": "^4.0.0", |
Sorry, the diff of this file is not supported yet
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
24901
268
+ Added@alcalzone/pak@0.8.1(transitive)
+ Addedaxios@0.26.1(transitive)
+ Addedfs-extra@10.1.0(transitive)
- Removed@alcalzone/pak@0.7.0(transitive)
- Removedat-least-node@1.0.0(transitive)
- Removedaxios@0.21.4(transitive)
- Removedfs-extra@9.1.0(transitive)
Updated@alcalzone/pak@^0.8.0