Comparing version 1.2.0 to 1.3.0
@@ -0,1 +1,6 @@ | ||
## 1.3.0 (December 17, 2019) | ||
- Bumped jora to 1.0.0-alpha.11 | ||
- Bumped jora-sandbox to 1.1.0 | ||
## 1.2.0 (September 19, 2019) | ||
@@ -2,0 +7,0 @@ |
@@ -119,3 +119,3 @@ const fs = require('fs'); | ||
const command = cli.create('jora', '[query]') | ||
const command = cli.command('jora', '[query]') | ||
.version(require('./package.json').version) | ||
@@ -122,0 +122,0 @@ .option('-q, --query <query>', 'Jora query') |
{ | ||
"name": "jora-cli", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Command line interface for Jora", | ||
@@ -37,5 +37,5 @@ "keywords": [ | ||
"chalk": "^2.4.2", | ||
"clap": "^1.0.9", | ||
"jora": "1.0.0-alpha.10", | ||
"jora-sandbox": "^1.0.1", | ||
"clap": "^2.0.0", | ||
"jora": "1.0.0-alpha.11", | ||
"jora-sandbox": "^1.1.0", | ||
"open": "^6.4.0", | ||
@@ -42,0 +42,0 @@ "supports-color": "^7.0.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
19892
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedclap@2.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedjora@1.0.0-alpha.11(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedclap@1.2.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedjora@1.0.0-alpha.10(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedclap@^2.0.0
Updatedjora@1.0.0-alpha.11
Updatedjora-sandbox@^1.1.0