@xchainjs/xchain-client
Advanced tools
Comparing version 0.16.5 to 0.16.6
{ | ||
"name": "@xchainjs/xchain-client", | ||
"version": "0.16.5", | ||
"version": "0.16.6", | ||
"license": "MIT", | ||
@@ -17,2 +17,3 @@ "main": "lib/index.js", | ||
"build": "yarn clean && rollup -c", | ||
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"", | ||
"compile": "tsc -p tsconfig.build.json", | ||
@@ -19,0 +20,0 @@ "test": "jest --passWithNoTests" |
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
85205