@cosmjs/json-rpc
Advanced tools
Comparing version 0.24.0-alpha.10 to 0.24.0-alpha.11
{ | ||
"name": "@cosmjs/json-rpc", | ||
"version": "0.24.0-alpha.10", | ||
"version": "0.24.0-alpha.11", | ||
"description": "Framework for implementing a JSON-RPC 2.0 API", | ||
@@ -40,3 +40,3 @@ "contributors": [ | ||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet", | ||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && rm -rf ./types/testdata && shx rm -f ./types/*.spec.d.ts", | ||
"move-types": "shx rm -rf ./types/* && shx mv build/types/* ./types && shx rm -rf ./types/testdata ./types/*.spec.d.ts", | ||
"format-types": "prettier --write --loglevel warn \"./types/**/*.d.ts\"", | ||
@@ -50,6 +50,6 @@ "prebuild": "shx rm -rf ./build", | ||
"dependencies": { | ||
"@cosmjs/stream": "^0.24.0-alpha.10", | ||
"@cosmjs/stream": "^0.24.0-alpha.11", | ||
"xstream": "^11.14.0" | ||
}, | ||
"gitHead": "4b4bf0803847b44472db12787bee9f770437370f" | ||
"gitHead": "858bd2e08322fa3304fdd94bfd4f055f20671d6f" | ||
} |
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
39251