@xchainjs/xchain-evm-providers
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@xchainjs/xchain-evm-providers", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"license": "MIT", | ||
@@ -21,4 +21,3 @@ "main": "lib/index.js", | ||
"build": "yarn clean && rollup -c", | ||
"clean": "rimraf -rf ./lib", | ||
"prepublishOnly": "yarn run build", | ||
"clean": "rm -rf .turbo && rm -rf lib", | ||
"e2e": "jest --config jest.config.e2e.js", | ||
@@ -31,3 +30,3 @@ "test": "jest --passWithNoTests" | ||
"devDependencies": { | ||
"@xchainjs/xchain-client": "^0.16.2", | ||
"@xchainjs/xchain-client": "^0.16.3", | ||
"@xchainjs/xchain-crypto": "^0.3.1", | ||
@@ -38,3 +37,3 @@ "@xchainjs/xchain-util": "^0.13.3", | ||
"peerDependencies": { | ||
"@xchainjs/xchain-client": "^0.16.2", | ||
"@xchainjs/xchain-client": "^0.16.3", | ||
"@xchainjs/xchain-crypto": "^0.3.1", | ||
@@ -41,0 +40,0 @@ "@xchainjs/xchain-util": "^0.13.3", |
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
654033