cosmos-client
Advanced tools
Comparing version 0.8.9 to 0.8.11
{ | ||
"name": "cosmos-client", | ||
"description": "REST API Client for Cosmos SDK Blockchain", | ||
"version": "0.8.9", | ||
"version": "0.8.11", | ||
"author": "LCNEM, Inc.", | ||
@@ -40,4 +40,5 @@ "bugs": { | ||
"build": "tsc --build --clean && tsc && cargo install wasm-pack && wasm-pack build --target nodejs --scope lcnem ./src/tendermint/sr25519", | ||
"publish": "npm install && node bundle && cd dist && npm publish" | ||
"build2": "tsc --build --clean && tsc", | ||
"publish": "node bundle && cd dist && npm publish" | ||
} | ||
} |
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
781747