@chain-registry/juno
Advanced tools
Comparing version 0.5.3 to 0.6.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.5.3...@chain-registry/juno@0.6.0) (2022-08-20) | ||
**Note:** Version bump only for package @chain-registry/juno | ||
## [0.5.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.5.2...@chain-registry/juno@0.5.3) (2022-08-16) | ||
@@ -8,0 +16,0 @@ |
@@ -132,3 +132,3 @@ "use strict"; | ||
url: 'https://www.mintscan.io/juno', | ||
tx_page: 'https://www.mintscan.io/juno/txs/{txHash}' | ||
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}' | ||
}, { | ||
@@ -135,0 +135,0 @@ kind: 'atomscan', |
@@ -8,2 +8,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "asset_list", { | ||
enumerable: true, | ||
get: function get() { | ||
return _asset_list["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "assets", { | ||
@@ -22,9 +28,5 @@ enumerable: true, | ||
exports["default"] = void 0; | ||
Object.defineProperty(exports, "ibc_assets", { | ||
enumerable: true, | ||
get: function get() { | ||
return _ibc_assets["default"]; | ||
} | ||
}); | ||
var _asset_list = _interopRequireDefault(require("./asset_list")); | ||
var _assets = _interopRequireDefault(require("./assets")); | ||
@@ -34,9 +36,7 @@ | ||
var _ibc_assets = _interopRequireDefault(require("./ibc_assets")); | ||
var _default = { | ||
chain: _chain["default"], | ||
assets: _assets["default"], | ||
ibc_assets: _ibc_assets["default"] | ||
asset_list: _asset_list["default"] | ||
}; | ||
exports["default"] = _default; |
@@ -126,3 +126,3 @@ const chain = { | ||
url: 'https://www.mintscan.io/juno', | ||
tx_page: 'https://www.mintscan.io/juno/txs/{txHash}' | ||
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}' | ||
}, { | ||
@@ -129,0 +129,0 @@ kind: 'atomscan', |
@@ -0,9 +1,9 @@ | ||
import asset_list from './asset_list'; | ||
import assets from './assets'; | ||
import chain from './chain'; | ||
import ibc_assets from './ibc_assets'; | ||
export default { | ||
chain, | ||
assets, | ||
ibc_assets | ||
asset_list | ||
}; | ||
export { assets, chain, ibc_assets }; | ||
export { asset_list, assets, chain }; |
{ | ||
"name": "@chain-registry/juno", | ||
"version": "0.5.3", | ||
"version": "0.6.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.3.1", | ||
"@chain-registry/utils": "^0.4.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.6.3", | ||
"chain-registry": "^0.7.0", | ||
"cross-env": "^7.0.2", | ||
@@ -82,5 +82,5 @@ "eslint": "8.20.0", | ||
"@babel/runtime": "^7.18.3", | ||
"@chain-registry/types": "^0.4.0" | ||
"@chain-registry/types": "^0.5.0" | ||
}, | ||
"gitHead": "86ebd57b70eb7db19b83d4139fd80c3811178703" | ||
"gitHead": "7b1714a8a4afe11fd7dc893d1e5790997731d2f8" | ||
} |
@@ -22,6 +22,6 @@ # @chain-registry/juno | ||
```js | ||
import { chain, assets, ibc_assets } from '@chain-registry/juno'; | ||
import { chain, assets, asset_list } from '@chain-registry/juno'; | ||
``` | ||
```js | ||
console.log(ibc_assets); | ||
console.log(asset_list); | ||
{ | ||
@@ -28,0 +28,0 @@ chain_name: 'juno', |
@@ -0,10 +1,10 @@ | ||
import asset_list from './asset_list'; | ||
import assets from './assets'; | ||
import chain from './chain'; | ||
import ibc_assets from './ibc_assets'; | ||
declare const _default: { | ||
chain: import('@chain-registry/types').Chain; | ||
assets: import('@chain-registry/types').AssetList; | ||
ibc_assets: import('@chain-registry/types').IBCAsset; | ||
asset_list: import('@chain-registry/types').AssetList; | ||
}; | ||
export default _default; | ||
export { assets, chain, ibc_assets }; | ||
export { asset_list, assets, chain }; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
171575
5457
1
+ Added@chain-registry/types@0.5.0(transitive)
- Removed@chain-registry/types@0.4.0(transitive)
Updated@chain-registry/types@^0.5.0