@chain-registry/assets 1.19.0 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.19.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.19.0...@chain-registry/assets@1.19.1) (2023-07-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/assets
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.19.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.18.1...@chain-registry/assets@1.19.0) (2023-07-16)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/assets
|
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ console.log(assetList.assets);
|
|
|
65
65
|
Checkout these related projects:
|
|
66
66
|
|
|
67
67
|
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
|
|
68
|
-
* [@
|
|
68
|
+
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
|
|
69
69
|
* [chain-registry](https://github.com/cosmology-tech/chain-registry) an npm module for the official Cosmos chain-registry.
|
|
70
70
|
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos ⚛️
|
|
71
71
|
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) set up a modern Cosmos app by running one command.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@babel/plugin-transform-runtime": "7.21.4",
|
|
50
50
|
"@babel/preset-env": "7.21.4",
|
|
51
51
|
"@babel/preset-typescript": "^7.21.4",
|
|
52
|
-
"@chain-registry/utils": "^1.13.
|
|
52
|
+
"@chain-registry/utils": "^1.13.2",
|
|
53
53
|
"@types/jest": "^29.5.1",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
55
55
|
"@typescript-eslint/parser": "5.59.0",
|
|
56
56
|
"babel-core": "7.0.0-bridge.0",
|
|
57
57
|
"babel-jest": "29.5.0",
|
|
58
58
|
"babel-watch": "^7.7.2",
|
|
59
|
-
"chain-registry": "^1.18.
|
|
59
|
+
"chain-registry": "^1.18.1",
|
|
60
60
|
"cross-env": "^7.0.2",
|
|
61
61
|
"eslint": "8.38.0",
|
|
62
62
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
75
|
"@chain-registry/types": "^0.16.0"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "7643eb9d080056f05ac9284447cfca8d4aaf5470"
|
|
78
78
|
}
|