@chain-registry/osmosis 1.26.2 → 1.26.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 +16 -0
  2. package/README.md +12 -8
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.26.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.26.3...@chain-registry/osmosis@1.26.4) (2024-01-19)
7
+
8
+ **Note:** Version bump only for package @chain-registry/osmosis
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.26.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.26.2...@chain-registry/osmosis@1.26.3) (2024-01-19)
15
+
16
+ **Note:** Version bump only for package @chain-registry/osmosis
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.26.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.26.1...@chain-registry/osmosis@1.26.2) (2024-01-19)
7
23
 
8
24
  **Note:** Version bump only for package @chain-registry/osmosis
package/README.md CHANGED
@@ -58,17 +58,21 @@ console.log(asset_list);
58
58
 
59
59
  Checkout these related projects:
60
60
 
61
- * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
62
- * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
63
- * [chain-registry](https://github.com/cosmology-tech/chain-registry) an npm module for the official Cosmos chain-registry.
64
- * [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos ⚛️
65
- * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) set up a modern Cosmos app by running one command.
66
- * [starship](https://github.com/cosmology-tech/starship) a k8s-based unified development environment for Cosmos Ecosystem
61
+ * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
62
+ * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
63
+ * [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.
64
+ * [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.
65
+ * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
66
+ * [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
67
+ * [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
67
68
 
68
69
  ## Credits
69
70
 
70
71
  🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
71
72
 
72
- Code built with the help of these related projects:
73
73
 
74
- * [chain-registry](https://github.com/cosmology/chain-registry) an npm module for the official Cosmos chain-registry
74
+ ## Disclaimer
75
+
76
+ AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
77
+
78
+ 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/osmosis",
3
- "version": "1.26.2",
3
+ "version": "1.26.4",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -50,14 +50,14 @@
50
50
  "@babel/plugin-transform-runtime": "7.21.4",
51
51
  "@babel/preset-env": "7.21.4",
52
52
  "@babel/preset-typescript": "^7.21.4",
53
- "@chain-registry/utils": "^1.17.1",
53
+ "@chain-registry/utils": "^1.17.3",
54
54
  "@types/jest": "^29.5.1",
55
55
  "@typescript-eslint/eslint-plugin": "5.59.0",
56
56
  "@typescript-eslint/parser": "5.59.0",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.25.2",
60
+ "chain-registry": "^1.25.4",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -74,5 +74,5 @@
74
74
  "@babel/runtime": "^7.21.0",
75
75
  "@chain-registry/types": "^0.17.1"
76
76
  },
77
- "gitHead": "31fb5464b64739435dc8bcfcadc5fe141cef848d"
77
+ "gitHead": "7d09b6139d81b8840f54115806b5d70fdd584560"
78
78
  }