@chain-registry/client 1.49.14 → 1.50.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <img height="20" src="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
10
10
  </a>
11
11
  <a href="https://github.com/cosmology-tech/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
12
- <a href="https://www.npmjs.com/package/@chain-registry/client"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=legacy%2Fclient%2Fpackage.json"></a>
12
+ <a href="https://www.npmjs.com/package/@chain-registry/client"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v1%2Fpackages%2Fclient%2Fpackage.json"></a>
13
13
  </p>
14
14
 
15
15
  The `@chain-registry/client` package provides a client for dynamically fetching and managing chain and asset data from the Cosmos chain registry. This tool is essential for developers who need to access up-to-date blockchain information, including asset lists and IBC data.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/client",
3
- "version": "1.49.14",
3
+ "version": "1.50.0",
4
4
  "description": "Chain Registry Client",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -35,8 +35,8 @@
35
35
  "supertest": "6.3.3"
36
36
  },
37
37
  "dependencies": {
38
- "@chain-registry/types": "^0.46.14",
39
- "@chain-registry/utils": "^1.47.14",
38
+ "@chain-registry/types": "^0.47.0",
39
+ "@chain-registry/utils": "^1.48.0",
40
40
  "bfs-path": "^1.0.2",
41
41
  "cross-fetch": "^3.1.5"
42
42
  },
@@ -47,5 +47,5 @@
47
47
  "interchain",
48
48
  "tokens"
49
49
  ],
50
- "gitHead": "e9f9f9807ccb6b789f07fe2c8ba90ab33d77f588"
50
+ "gitHead": "05528346ddca72523cdc21c6a3abd0db7f67c6ed"
51
51
  }