@vue/cli-shared-utils
Advanced tools
Comparing version 5.0.0-alpha.7 to 5.0.0-alpha.8
@@ -97,3 +97,3 @@ /** | ||
try { | ||
const options = { app: browser, url: true } | ||
const options = { app: { name: browser }, url: true } | ||
open(url, options).catch(() => {}) // Prevent `unhandledRejection` error. | ||
@@ -100,0 +100,0 @@ return true |
{ | ||
"name": "@vue/cli-shared-utils", | ||
"version": "5.0.0-alpha.7", | ||
"version": "5.0.0-alpha.8", | ||
"description": "shared utilities for vue-cli packages", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"node-ipc": "^9.1.1", | ||
"open": "^7.4.2", | ||
"open": "^8.0.2", | ||
"ora": "^5.3.0", | ||
@@ -40,3 +40,3 @@ "read-pkg": "^5.1.1", | ||
}, | ||
"gitHead": "e591bfa5eb965d8015caca297cdd24b2dfbf500c" | ||
"gitHead": "89af6c50c2e559487d5ac24071a1f8589f9c026b" | ||
} |
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
28526
+ Addeddefine-lazy-prop@2.0.0(transitive)
+ Addedopen@8.4.2(transitive)
- Removedopen@7.4.2(transitive)
Updatedopen@^8.0.2