@walletconnect/iso-crypto
Advanced tools
Comparing version 1.4.2-rc.2 to 1.5.0-rc.0
{ | ||
"name": "@walletconnect/iso-crypto", | ||
"version": "1.4.2-rc.2", | ||
"version": "1.5.0-rc.0", | ||
"description": "Isomorphic Crypto for WalletConnect", | ||
@@ -9,4 +9,5 @@ "scripts": { | ||
"build:cjs": "npx tsc -p tsconfig.cjs.json", | ||
"build:esm": "npx tsc -p tsconfig.esm.json", | ||
"build:umd": "webpack", | ||
"build": "run-s build:pre build:cjs build:umd", | ||
"build": "run-s build:pre build:cjs build:esm build:umd", | ||
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha -r ts-node/register ./test/**/*.spec.ts --exit" | ||
@@ -30,2 +31,3 @@ }, | ||
"main": "dist/cjs/index.js", | ||
"browser": "dist/esm/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
@@ -64,7 +66,7 @@ "unpkg": "dist/umd/index.min.js", | ||
"dependencies": { | ||
"@pedrouid/iso-crypto": "^1.0.0", | ||
"@walletconnect/types": "^1.4.2-rc.2", | ||
"@walletconnect/utils": "^1.4.2-rc.2" | ||
"@pedrouid/iso-crypto": "^2.0.0-beta.3", | ||
"@walletconnect/types": "^1.5.0-rc.0", | ||
"@walletconnect/utils": "^1.5.0-rc.0" | ||
}, | ||
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7" | ||
} |
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
1043109
13
1619
+ Added@pedrouid/iso-crypto@2.0.0-beta.7(transitive)
+ Added@pedrouid/iso-random@2.0.0-beta.6(transitive)
- Removed@pedrouid/iso-crypto@1.1.0(transitive)
- Removed@pedrouid/iso-random@1.2.1(transitive)