@walletconnect/utils
Advanced tools
Comparing version 1.0.0-beta.53 to 1.0.0-beta.54
{ | ||
"name": "@walletconnect/utils", | ||
"version": "1.0.0-beta.53", | ||
"version": "1.0.0-beta.54", | ||
"description": "Utility Library for WalletConnect", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "webpack", | ||
"test": "mocha --require ./babel-polyfill.js test/**/*.spec.ts" | ||
"clean": "rm -rf dist", | ||
"build:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json", | ||
"build:es6": "./node_modules/.bin/tsc -p tsconfig.es6.json", | ||
"build:umd": "webpack", | ||
"build": "npm run clean && npm run build:cjs && npm run build:es6 && npm run build:umd", | ||
"test": "tsdx test" | ||
}, | ||
@@ -21,10 +24,8 @@ "keywords": [ | ||
"license": "LGPL-3.0", | ||
"main": "lib/index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"module": "dist/es6/index.js", | ||
"unpkg": "dist/umd/index.min.js", | ||
"files": [ | ||
"lib", | ||
"src" | ||
"dist" | ||
], | ||
@@ -53,3 +54,3 @@ "repository": { | ||
"mocha": "5.2.0", | ||
"ts-loader": "5.4.5", | ||
"tsdx": "0.12.3", | ||
"typescript": "3.7.5", | ||
@@ -63,3 +64,3 @@ "webpack": "4.41.5", | ||
"@ethersproject/strings": "5.0.0-beta.136", | ||
"@walletconnect/types": "^1.0.0-beta.53", | ||
"@walletconnect/types": "^1.0.0-beta.54", | ||
"bignumber.js": "9.0.0" | ||
@@ -66,0 +67,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
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
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
13
1489
555451
1