@chain-registry/juno
Advanced tools
Comparing version 0.8.3 to 0.9.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.3...@chain-registry/juno@0.9.0) (2022-09-06) | ||
**Note:** Version bump only for package @chain-registry/juno | ||
## [0.8.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.2...@chain-registry/juno@0.8.3) (2022-08-31) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@chain-registry/juno", | ||
"version": "0.8.3", | ||
"version": "0.9.0", | ||
"description": "Chain Registry info for Juno", | ||
@@ -57,3 +57,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@chain-registry/utils": "^0.6.3", | ||
"@chain-registry/utils": "^0.7.0", | ||
"@types/jest": "^28.1.1", | ||
@@ -65,3 +65,3 @@ "@typescript-eslint/eslint-plugin": "5.31.0", | ||
"babel-watch": "^7.0.0", | ||
"chain-registry": "^0.9.3", | ||
"chain-registry": "^0.10.0", | ||
"cross-env": "^7.0.2", | ||
@@ -82,5 +82,5 @@ "eslint": "8.20.0", | ||
"@babel/runtime": "^7.18.3", | ||
"@chain-registry/types": "^0.6.0" | ||
"@chain-registry/types": "^0.7.0" | ||
}, | ||
"gitHead": "44feb1d68ade1e331f9fcc28d82dd889bb69952d" | ||
"gitHead": "7c873d9ec494d540e68dfbcaf55cc54cc2ab4a87" | ||
} |
@@ -7,9 +7,9 @@ import asset_list from './asset_list'; | ||
declare const _default: { | ||
chain: import("@chain-registry/types").Chain; | ||
assets: import("@chain-registry/types").AssetList; | ||
asset_list: import("@chain-registry/types").AssetList; | ||
testnet: import("@chain-registry/types").Chain; | ||
testnet_assets: import("@chain-registry/types").AssetList; | ||
chain: import('@chain-registry/types').Chain; | ||
assets: import('@chain-registry/types').AssetList; | ||
asset_list: import('@chain-registry/types').AssetList; | ||
testnet: import('@chain-registry/types').Chain; | ||
testnet_assets: import('@chain-registry/types').AssetList; | ||
}; | ||
export default _default; | ||
export { asset_list, assets, chain, testnet, testnet_assets }; |
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
179430
+ Added@chain-registry/types@0.7.1(transitive)
- Removed@chain-registry/types@0.6.0(transitive)
Updated@chain-registry/types@^0.7.0