airbitz-cli
Advanced tools
Comparing version 0.3.1 to 0.3.2
# airbitz-cli | ||
## 0.3.2 | ||
* Export the CLI commands as a library | ||
* Add a `username-hash` command | ||
## 0.3.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "airbitz-cli", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Airbitz CLI tool", | ||
@@ -13,6 +13,20 @@ "url": "https://airbitz.co", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Airbitz/airbitz-cli.git" | ||
}, | ||
"bin": "bin/airbitz-cli", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.es.js", | ||
"files": [ | ||
"bin/*", | ||
"changelog.md", | ||
"lib/*", | ||
"LICENSE", | ||
"package.json", | ||
"readme.md" | ||
], | ||
"dependencies": { | ||
"airbitz-core-js": "^0.3.0", | ||
"airbitz-io-node-js": "^0.1.0", | ||
"airbitz-core-js": "^0.3.1", | ||
"airbitz-io-node-js": "^0.2.0", | ||
"chalk": "^1.1.3", | ||
@@ -33,15 +47,4 @@ "node-getopt": "^0.2.3", | ||
}, | ||
"files": [ | ||
"bin/*", | ||
"changelog.md", | ||
"LICENSE", | ||
"package.json", | ||
"readme.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Airbitz/airbitz-cli.git" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "rollup -c && rollup -c rollup.config.node.js", | ||
"lint": "eslint '*.js' 'src/**/*.js'", | ||
@@ -48,0 +51,0 @@ "precommit": "npm run lint", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
137080
10
895
+ Addedairbitz-io-node-js@0.2.0(transitive)
- Removedairbitz-io-node-js@0.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedimurmurhash@0.1.4(transitive)
- Removednode-localstorage@1.3.1(transitive)
- Removedslide@1.1.6(transitive)
- Removedwrite-file-atomic@1.3.4(transitive)
Updatedairbitz-core-js@^0.3.1
Updatedairbitz-io-node-js@^0.2.0