@cosmjs/encoding
Advanced tools
Comparing version 0.24.0-alpha.22 to 0.24.0-alpha.23
{ | ||
"name": "@cosmjs/encoding", | ||
"version": "0.24.0-alpha.22", | ||
"version": "0.24.0-alpha.23", | ||
"description": "Encoding helpers for blockchain projects", | ||
@@ -10,6 +10,5 @@ "contributors": [ | ||
"main": "build/index.js", | ||
"types": "types/index.d.ts", | ||
"types": "build/index.d.ts", | ||
"files": [ | ||
"build/", | ||
"types/", | ||
"*.md", | ||
@@ -39,7 +38,4 @@ "!*.spec.*", | ||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet", | ||
"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\"", | ||
"prebuild": "shx rm -rf ./build", | ||
"build": "tsc", | ||
"postbuild": "yarn move-types && yarn format-types", | ||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build", | ||
@@ -56,3 +52,3 @@ "pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js" | ||
}, | ||
"gitHead": "4e67ed3618a748a63052272609a6ffa9b9e90698" | ||
"gitHead": "52dc82bbe4799c2b4fcd1e69a81c9980ffcdc7c8" | ||
} |
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
32227
255