@chain-registry/client 2.0.118 → 2.0.121

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/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
4
- Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
4
+ Copyright (c) 2025 Constructive <developers@constructive.io>
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -266,7 +266,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
266
266
 
267
267
  ## Credits
268
268
 
269
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
269
+ 🛠 Built by the [Constructive](https://constructive.io) team makers of [Hyperweb](https://hyperweb.io)
270
270
 
271
271
 
272
272
  ## Disclaimer
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@chain-registry/client",
3
- "version": "2.0.118",
3
+ "version": "2.0.121",
4
4
  "description": "Chain Registry Client",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
7
- "license": "SEE LICENSE IN LICENSE",
7
+ "license": "MIT",
8
8
  "main": "index.js",
9
9
  "module": "esm/index.js",
10
10
  "types": "index.d.ts",
@@ -35,8 +35,8 @@
35
35
  "supertest": "6.3.3"
36
36
  },
37
37
  "dependencies": {
38
- "@chain-registry/types": "^2.0.118",
39
- "@chain-registry/utils": "^2.0.118",
38
+ "@chain-registry/types": "^2.0.121",
39
+ "@chain-registry/utils": "^2.0.121",
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": "9de19845debf5c15e89e19e219bafd453caea6da"
50
+ "gitHead": "08654de6079442fde2e0d7344f353f8bb9be56d2"
51
51
  }