Comparing version 2.0.6 to 2.0.7
@@ -191,3 +191,3 @@ class LwsCli { | ||
lws.emit('verbose', 'open', url) | ||
open(url) | ||
open(url, { url: true }) | ||
} | ||
@@ -194,0 +194,0 @@ |
{ | ||
"name": "lws", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A lean, modular web server for rapid full-stack development", | ||
@@ -34,20 +34,20 @@ "repository": "https://github.com/lwsjs/lws.git", | ||
"dependencies": { | ||
"ansi-escape-sequences": "^4.1.0", | ||
"ansi-escape-sequences": "^5.0.0", | ||
"array-back": "^4.0.0", | ||
"byte-size": "^6.0.0", | ||
"byte-size": "^6.2.0", | ||
"command-line-args": "^5.1.1", | ||
"command-line-usage": "^6.0.2", | ||
"command-line-usage": "^6.1.0", | ||
"create-mixin": "^2.0.1", | ||
"koa": "^2.8.2", | ||
"koa": "^2.11.0", | ||
"load-module": "^2.0.2", | ||
"lodash.assignwith": "^4.2.0", | ||
"node-version-matches": "^1.0.1", | ||
"open": "^6.4.0", | ||
"open": "^7.0.0", | ||
"reduce-flatten": "^3.0.0", | ||
"typical": "^5.1.0", | ||
"typical": "^5.2.0", | ||
"walk-back": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.6", | ||
"jsdoc-to-markdown": "^5.0.1", | ||
"coveralls": "^3.0.7", | ||
"jsdoc-to-markdown": "^5.0.2", | ||
"lws-static": "^1.1.3", | ||
@@ -57,4 +57,4 @@ "node-fetch": "^2.6.0", | ||
"sleep-anywhere": "^1.1.2", | ||
"test-runner": "^0.6.0" | ||
"test-runner": "^0.7.0" | ||
} | ||
} |
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
97080
+ Addedansi-escape-sequences@5.1.2(transitive)
+ Addedis-docker@2.2.1(transitive)
+ Addedis-wsl@2.2.0(transitive)
+ Addedopen@7.4.2(transitive)
- Removedansi-escape-sequences@4.1.0(transitive)
- Removedis-wsl@1.1.0(transitive)
- Removedopen@6.4.0(transitive)
Updatedansi-escape-sequences@^5.0.0
Updatedbyte-size@^6.2.0
Updatedcommand-line-usage@^6.1.0
Updatedkoa@^2.11.0
Updatedopen@^7.0.0
Updatedtypical@^5.2.0