@walletconnect/iso-crypto
Advanced tools
Comparing version 1.0.0-beta.95 to 1.0.0-beta.96
{ | ||
"name": "@walletconnect/iso-crypto", | ||
"version": "1.0.0-beta.95", | ||
"version": "1.0.0-beta.96", | ||
"description": "Isomorphic Crypto for WalletConnect", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build:pre": "npm run clean", | ||
"build:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json", | ||
"build:pre": "run-s clean", | ||
"build:cjs": "npx tsc -p tsconfig.cjs.json", | ||
"build:umd": "webpack", | ||
"build": "npm run build:pre && npm run build:cjs && npm run build:umd", | ||
"build": "run-s build:pre build:cjs build:umd", | ||
"test": "tsdx test ./test" | ||
@@ -52,2 +52,3 @@ }, | ||
"@types/node": "12.12.14", | ||
"npm-run-all": "4.1.5", | ||
"tsdx": "0.12.3", | ||
@@ -59,4 +60,4 @@ "typescript": "3.7.5", | ||
"dependencies": { | ||
"@walletconnect/types": "^1.0.0-beta.95", | ||
"@walletconnect/utils": "^1.0.0-beta.95", | ||
"@walletconnect/types": "^1.0.0-beta.96", | ||
"@walletconnect/utils": "^1.0.0-beta.96", | ||
"eccrypto-js": "5.2.0" | ||
@@ -63,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
769306
2168
15