@chain-registry/interfaces
Advanced tools
Comparing version 0.29.5 to 0.30.0
{ | ||
"name": "@chain-registry/interfaces", | ||
"version": "0.29.5", | ||
"version": "0.30.0", | ||
"description": "Chain Registry interfaces", | ||
@@ -26,3 +26,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"prepare": "npm run build", | ||
"types": "chain-registry codegen --outputDir ./src/ --no-useCamelCase --registryDir ../../packages/chain-registry/chain-registry", | ||
"types": "chain-registry codegen --outputDir ./src/ --no-camelCase --registryDir ../../packages/chain-registry/chain-registry", | ||
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy", | ||
@@ -33,3 +33,3 @@ "test": "jest", | ||
"devDependencies": { | ||
"@chain-registry/cli": "^1.30.5" | ||
"@chain-registry/cli": "^1.31.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
], | ||
"gitHead": "63df544ec7e864f893bdc7a4605a1666ca292da3" | ||
"gitHead": "54c2809401437ddad8eea7d120b47cbfa334acce" | ||
} |
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
15702