@chain-registry/utils 2.0.120 → 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
@@ -304,7 +304,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
304
304
 
305
305
  ## Credits
306
306
 
307
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
307
+ 🛠 Built by the [Constructive](https://constructive.io) team makers of [Hyperweb](https://hyperweb.io)
308
308
 
309
309
 
310
310
  ## Disclaimer
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@chain-registry/utils",
3
- "version": "2.0.120",
3
+ "version": "2.0.121",
4
4
  "description": "Chain Registry Utils",
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",
@@ -32,9 +32,9 @@
32
32
  "@types/sha.js": "^2.4.0"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^2.0.120",
35
+ "@chain-registry/types": "^2.0.121",
36
36
  "bignumber.js": "9.1.2",
37
- "chain-registry": "^2.0.120",
37
+ "chain-registry": "^2.0.121",
38
38
  "sha.js": "^2.4.11"
39
39
  },
40
40
  "keywords": [
@@ -43,5 +43,5 @@
43
43
  "cosmos",
44
44
  "interchain"
45
45
  ],
46
- "gitHead": "eb66b31d16135c619bae5afc37bf15ed26c2e5d8"
46
+ "gitHead": "08654de6079442fde2e0d7344f353f8bb9be56d2"
47
47
  }