@chain-registry/cli 1.53.266 → 1.53.268

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.
package/README.md CHANGED
@@ -110,7 +110,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
110
110
 
111
111
  ## Credits
112
112
 
113
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
113
+ 🛠 Built by the [Constructive](https://constructive.io) team makers of [Hyperweb](https://hyperweb.io)
114
114
 
115
115
 
116
116
  ## Disclaimer
package/esm/help.js CHANGED
@@ -60,6 +60,6 @@ ${header('REPORTING BUGS')}
60
60
  ${normal('Report bugs at')} ${chalk.underline('https://github.com/hyperweb-io/chain-registry/issues')}
61
61
 
62
62
  ${header('COPYRIGHT')}
63
- ${normal('Copyright 2024 Interweb, Inc. Licensed under MIT.')}
63
+ ${normal('Copyright 2024 Constructive Licensed under MIT.')}
64
64
  `.trim();
65
65
  }
package/help.js CHANGED
@@ -66,6 +66,6 @@ ${header('REPORTING BUGS')}
66
66
  ${normal('Report bugs at')} ${chalk_1.default.underline('https://github.com/hyperweb-io/chain-registry/issues')}
67
67
 
68
68
  ${header('COPYRIGHT')}
69
- ${normal('Copyright 2024 Interweb, Inc. Licensed under MIT.')}
69
+ ${normal('Copyright 2024 Constructive Licensed under MIT.')}
70
70
  `.trim();
71
71
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@chain-registry/cli",
3
- "version": "1.53.266",
3
+ "version": "1.53.268",
4
4
  "description": "Chain Registry CLI",
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",
@@ -34,8 +34,8 @@
34
34
  "test:watch": "jest --watch"
35
35
  },
36
36
  "dependencies": {
37
- "@chain-registry/interfaces": "^0.52.266",
38
- "@chain-registry/workflows": "^1.53.266",
37
+ "@chain-registry/interfaces": "^0.52.268",
38
+ "@chain-registry/workflows": "^1.53.268",
39
39
  "chalk": "^4.1.0",
40
40
  "inquirerer": "1.9.0",
41
41
  "minimist": "^1.2.8"
@@ -47,5 +47,5 @@
47
47
  "cosmos",
48
48
  "interchain"
49
49
  ],
50
- "gitHead": "eb66b31d16135c619bae5afc37bf15ed26c2e5d8"
50
+ "gitHead": "664be9797c350a2b0a64046d96d6a9efac11f11a"
51
51
  }