@web3-react/url
Advanced tools
Comparing version 8.0.7-beta.0 to 8.0.8-beta.0
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "8.0.7-beta.0", | ||
"version": "8.0.8-beta.0", | ||
"type": "module", | ||
@@ -24,7 +24,6 @@ "files": [ | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"main": "./dist/cjs/index.cjs", | ||
"scripts": { | ||
"prebuild": "rm -rf dist", | ||
"build": "tsc && tsc --project tsconfig.cjs.json", | ||
"build": "tsc && tsc --project tsconfig.cjs.json && find dist/cjs -depth -name \"*.js\" -exec sh -c 'mv \"$1\" \"${1%.js}.cjs\"' _ {} \\;", | ||
"start": "tsc --watch" | ||
@@ -35,8 +34,8 @@ }, | ||
"@ethersproject/providers": "^5.5.1", | ||
"@web3-react/types": "^8.0.5-beta.0" | ||
"@web3-react/types": "^8.0.6-beta.0" | ||
}, | ||
"devDependencies": { | ||
"@web3-react/store": "^8.0.7-beta.0" | ||
"@web3-react/store": "^8.0.8-beta.0" | ||
}, | ||
"gitHead": "5f4424eea3bd54b7a7c1c0e113f024de953b5f4c" | ||
"gitHead": "da0b909fba15bd4d7aaefc969f0ebf2bcc66a673" | ||
} |
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
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
43196
0