@stacks/encryption
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
{ | ||
"name": "@stacks/encryption", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"description": "Encryption utilities for Stacks", | ||
@@ -31,3 +31,3 @@ "author": "yknl <yukanliao@gmail.com>", | ||
"typecheck:watch": "npm run typecheck -- --watch", | ||
"prepublishOnly": "yarn build", | ||
"prepublishOnly": "yarn test && yarn build", | ||
"test": "jest", | ||
@@ -41,3 +41,3 @@ "test:watch": "jest --watch --coverage=false", | ||
"dependencies": { | ||
"@stacks/common": "^1.0.0-beta.6", | ||
"@stacks/common": "^1.0.0-beta.7", | ||
"bip39": "^3.0.2", | ||
@@ -64,3 +64,4 @@ "bitcoinjs-lib": "^5.1.10", | ||
"umd:main": "dist/auth.umd.production.js", | ||
"unpkg": "dist/auth.cjs.production.min.js" | ||
"unpkg": "dist/auth.cjs.production.min.js", | ||
"gitHead": "ce733d62f720db6d59247453bf3bb2942bcb7446" | ||
} |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
890725
55
3
Updated@stacks/common@^1.0.0-beta.7