chain-registry 1.25.1 → 1.25.4

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +15 -7
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.25.4](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.25.3...chain-registry@1.25.4) (2024-01-19)
7
+
8
+ **Note:** Version bump only for package chain-registry
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.25.3](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.25.2...chain-registry@1.25.3) (2024-01-19)
15
+
16
+ **Note:** Version bump only for package chain-registry
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.25.2](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.25.1...chain-registry@1.25.2) (2024-01-19)
23
+
24
+ **Note:** Version bump only for package chain-registry
25
+
26
+
27
+
28
+
29
+
6
30
  ## [1.25.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.25.0...chain-registry@1.25.1) (2024-01-17)
7
31
 
8
32
  **Note:** Version bump only for package chain-registry
package/README.md CHANGED
@@ -67,13 +67,21 @@ will output:
67
67
 
68
68
  Checkout these related projects:
69
69
 
70
- * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
71
- * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
72
- * [chain-registry](https://github.com/cosmology-tech/chain-registry) an npm module for the official Cosmos chain-registry.
73
- * [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos ⚛️
74
- * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) set up a modern Cosmos app by running one command.
75
- * [starship](https://github.com/cosmology-tech/starship) a k8s-based unified development environment for Cosmos Ecosystem
70
+ * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
71
+ * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
72
+ * [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
73
+ * [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
74
+ * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
75
+ * [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
76
+ * [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
76
77
 
77
78
  ## Credits
78
79
 
79
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
80
+ 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
81
+
82
+
83
+ ## Disclaimer
84
+
85
+ AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
86
+
87
+ No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.25.1",
3
+ "version": "1.25.4",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -48,7 +48,7 @@
48
48
  "@babel/plugin-transform-runtime": "7.21.4",
49
49
  "@babel/preset-env": "7.21.4",
50
50
  "@babel/preset-typescript": "^7.21.4",
51
- "@chain-registry/utils": "^1.17.0",
51
+ "@chain-registry/utils": "^1.17.3",
52
52
  "babel-core": "7.0.0-bridge.0",
53
53
  "babel-eslint": "10.1.0",
54
54
  "cross-env": "^7.0.2",
@@ -70,5 +70,5 @@
70
70
  "@babel/runtime": "^7.21.0",
71
71
  "@chain-registry/types": "^0.17.1"
72
72
  },
73
- "gitHead": "a79cc3fbdff2a0eca2f0967dc5a1faa50749a6d4"
73
+ "gitHead": "7d09b6139d81b8840f54115806b5d70fdd584560"
74
74
  }