Skip to content

Commit 6e891a7

Browse files
committed
hyperweb
1 parent e50d21a commit 6e891a7

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# interweb utils
22

33
<p align="center">
4-
<img src="https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
4+
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
55
<br />
66
Open-source utilities for the Interweb
77
<br />
8-
<a href="https://github.com/cosmology-tech/interweb-utils/actions/workflows/run-tests.yml">
9-
<img height="20" src="https://github.com/cosmology-tech/interweb-utils/actions/workflows/run-tests.yml/badge.svg" />
8+
<a href="https://github.com/hyperweb-io/interweb-utils/actions/workflows/run-tests.yml">
9+
<img height="20" src="https://github.com/hyperweb-io/interweb-utils/actions/workflows/run-tests.yml/badge.svg" />
1010
</a>
1111
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg">
1212
</p>
@@ -15,9 +15,9 @@
1515

1616
This workspace includes the following packages:
1717

18-
- [find-pkg](https://github.com/cosmology-tech/interweb-utils/tree/main/packages/find-pkg)
19-
- [casing](https://github.com/cosmology-tech/interweb-utils/tree/main/packages/casing)
20-
- [eslint](https://github.com/cosmology-tech/interweb-utils/tree/main/packages/eslint)
18+
- [find-pkg](https://github.com/hyperweb-io/interweb-utils/tree/main/packages/find-pkg)
19+
- [casing](https://github.com/hyperweb-io/interweb-utils/tree/main/packages/casing)
20+
- [eslint](https://github.com/hyperweb-io/interweb-utils/tree/main/packages/eslint)
2121

2222
## Developing
2323

@@ -32,13 +32,13 @@ yarn build
3232

3333
Checkout these related projects:
3434

35-
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
35+
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
3636
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
37-
* [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.
38-
* [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.
39-
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
40-
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
41-
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
37+
* [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.
38+
* [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.
39+
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
40+
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
41+
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
4242

4343
## Credits
4444

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"registry": "https://registry.npmjs.org",
1313
"command": {
1414
"create": {
15-
"homepage": "https://github.com/cosmology-tech/interweb-utils",
15+
"homepage": "https://github.com/hyperweb-io/interweb-utils",
1616
"license": "SEE LICENSE IN LICENSE",
1717
"access": "restricted"
1818
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/cosmology-tech/interweb-utils"
8+
"url": "https://github.com/hyperweb-io/interweb-utils"
99
},
1010
"license": "SEE LICENSE IN LICENSE",
1111
"publishConfig": {

packages/casing/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [0.6.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
6+
# [0.6.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
77

88
**Note:** Version bump only for package @interweb/casing
99

1010

1111

1212

1313

14-
# [0.5.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-25)
14+
# [0.5.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-25)
1515

1616
**Note:** Version bump only for package @interweb/casing
1717

@@ -27,15 +27,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2727

2828

2929

30-
# [0.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
30+
# [0.3.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
3131

3232
**Note:** Version bump only for package @interweb-utils/casing
3333

3434

3535

3636

3737

38-
# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
38+
# [0.2.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
3939

4040
**Note:** Version bump only for package @interweb-utils/casing
4141

packages/casing/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @interweb-utils/casing
22

33
<p align="center">
4-
<img src="https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
4+
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
55
<br />
66
Casing utils
77
<br />
@@ -27,13 +27,13 @@ yarn build
2727

2828
Checkout these related projects:
2929

30-
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
30+
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
3131
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
32-
* [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.
33-
* [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.
34-
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
35-
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
36-
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
32+
* [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.
33+
* [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.
34+
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
35+
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
36+
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
3737

3838
## Credits
3939

packages/casing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
9-
"homepage": "https://github.com/cosmology-tech/interweb-utils",
9+
"homepage": "https://github.com/hyperweb-io/interweb-utils",
1010
"license": "SEE LICENSE IN LICENSE",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/cosmology-tech/interweb-utils"
17+
"url": "https://github.com/hyperweb-io/interweb-utils"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/cosmology-tech/interweb-utils/issues"
20+
"url": "https://github.com/hyperweb-io/interweb-utils/issues"
2121
},
2222
"scripts": {
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",

packages/find-pkg/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [0.5.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-25)
6+
# [0.5.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-25)
77

88
**Note:** Version bump only for package @interweb/find-pkg
99

@@ -19,15 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020

2121

22-
# [0.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
22+
# [0.3.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
2323

2424
**Note:** Version bump only for package @interweb-utils/find-pkg
2525

2626

2727

2828

2929

30-
# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
30+
# [0.2.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
3131

3232
**Note:** Version bump only for package @interweb-utils/find-pkg
3333

packages/find-pkg/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @interweb-utils/find-pkg
22

33
<p align="center">
4-
<img src="https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
4+
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
55
<br />
66
Find the package.json file from within a build/package
77
<br />
@@ -40,13 +40,13 @@ yarn build
4040

4141
Checkout these related projects:
4242

43-
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
43+
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
4444
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
45-
* [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.
46-
* [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.
47-
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
48-
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49-
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
45+
* [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.
46+
* [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.
47+
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
48+
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
49+
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
5050

5151
## Credits
5252

packages/find-pkg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
9-
"homepage": "https://github.com/cosmology-tech/interweb-utils",
9+
"homepage": "https://github.com/hyperweb-io/interweb-utils",
1010
"license": "SEE LICENSE IN LICENSE",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/cosmology-tech/interweb-utils"
17+
"url": "https://github.com/hyperweb-io/interweb-utils"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/cosmology-tech/interweb-utils/issues"
20+
"url": "https://github.com/hyperweb-io/interweb-utils/issues"
2121
},
2222
"scripts": {
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",

0 commit comments

Comments
 (0)