@chain-registry/workflows 1.53.50 → 1.53.52

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 +12 -12
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,14 +5,14 @@
5
5
  </p>
6
6
 
7
7
  <p align="center" width="100%">
8
- <a href="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml">
9
- <img height="20" src="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
8
+ <a href="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml">
9
+ <img height="20" src="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
10
10
  </a>
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/workflows"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v2%2Fworkflows%2Fworkflows%2Fpackage.json"></a>
11
+ <a href="https://github.com/hyperweb-io/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/workflows"><img height="20" src="https://img.shields.io/github/package-json/v/hyperweb-io/chain-registry?filename=v2%2Fworkflows%2Fworkflows%2Fpackage.json"></a>
13
13
  </p>
14
14
 
15
- The `@chain-registry/workflows` is a powerful library that powers our command-line interface ([`@chain-registry/cli`](https://github.com/cosmology-tech/chain-registry/tree/main/v2/workflows/cli)) designed to interact with the Chain Registry, allowing users to fetch information, validate data, and generate TypeScript interfaces directly from JSON schemas.
15
+ The `@chain-registry/workflows` is a powerful library that powers our command-line interface ([`@chain-registry/cli`](https://github.com/hyperweb-io/chain-registry/tree/main/v2/workflows/cli)) designed to interact with the Chain Registry, allowing users to fetch information, validate data, and generate TypeScript interfaces directly from JSON schemas.
16
16
 
17
17
  ## Features
18
18
 
@@ -96,17 +96,17 @@ Options:
96
96
 
97
97
  Checkout these related projects:
98
98
 
99
- * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
99
+ * [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
100
100
  * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
101
- * [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.
102
- * [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.
103
- * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
104
- * [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
105
- * [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
101
+ * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
102
+ * [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
103
+ * [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
104
+ * [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
105
+ * [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
106
106
 
107
107
  ## Credits
108
108
 
109
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
109
+ 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
110
110
 
111
111
 
112
112
  ## Disclaimer
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@chain-registry/workflows",
3
- "version": "1.53.50",
3
+ "version": "1.53.52",
4
4
  "description": "Chain Registry Workflows",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
- "homepage": "https://github.com/cosmology-tech/chain-registry",
6
+ "homepage": "https://github.com/hyperweb-io/chain-registry",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "index.js",
9
9
  "module": "esm/index.js",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/cosmology-tech/chain-registry"
17
+ "url": "https://github.com/hyperweb-io/chain-registry"
18
18
  },
19
19
  "bugs": {
20
- "url": "https://github.com/cosmology-tech/chain-registry/issues"
20
+ "url": "https://github.com/hyperweb-io/chain-registry/issues"
21
21
  },
22
22
  "scripts": {
23
23
  "copy": "copyfiles -f LICENSE README.md package.json dist",
@@ -33,7 +33,7 @@
33
33
  "@types/sha.js": "^2.4.0"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/interfaces": "^0.52.50",
36
+ "@chain-registry/interfaces": "^0.52.52",
37
37
  "ajv": "^8.12.0",
38
38
  "ajv-formats": "^3.0.1",
39
39
  "bignumber.js": "9.1.2",
@@ -53,5 +53,5 @@
53
53
  "cosmos",
54
54
  "interchain"
55
55
  ],
56
- "gitHead": "c2e59a0f87309d75ee1b271e28fd00b77a2dc59a"
56
+ "gitHead": "0fe79a965c48b11c151ddd17d6f875699e9e6a44"
57
57
  }