Comparing version 1.5.0 to 1.5.1
@@ -0,1 +1,5 @@ | ||
## 1.5.1 (July 29, 2021) | ||
- Bumped jora-sandbox to 1.3.0 | ||
## 1.5.0 (November 12, 2020) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "jora-cli", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Command line interface for Jora", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"lint-and-test": "npm run lint && npm test", | ||
"coverage": "nyc npm test", | ||
"travis": "nyc npm run lint-and-test && npm run coveralls", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
"coverage": "c8 npm test", | ||
"travis": "c8 npm run lint-and-test && npm run coveralls", | ||
"coveralls": "c8 report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -40,3 +40,3 @@ "dependencies": { | ||
"jora": "1.0.0-beta.5", | ||
"jora-sandbox": "^1.2.1", | ||
"jora-sandbox": "^1.3.0", | ||
"open": "^6.4.0", | ||
@@ -47,6 +47,6 @@ "supports-color": "^7.0.0", | ||
"devDependencies": { | ||
"c8": "^7.7.1", | ||
"coveralls": "^3.0.4", | ||
"eslint": "^6.4.0", | ||
"mocha": "^6.2.3", | ||
"nyc": "^15.1.0" | ||
"eslint": "^7.31.0", | ||
"mocha": "^8.3.2" | ||
}, | ||
@@ -53,0 +53,0 @@ "engines": { |
@@ -49,4 +49,4 @@ # jora-cli | ||
npm ls --json | jora " | ||
..(dependencies.mapToArray()) | ||
.group(<key>, <version>) | ||
..(dependencies.entries().({ name: key, ...value })) | ||
.group(=>name, =>version) | ||
.({ name: key, versions: value }) | ||
@@ -53,0 +53,0 @@ .[versions.size() > 1] |
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
20121
Updatedjora-sandbox@^1.3.0