diff --git a/README.md b/README.md index 821602a..075e4d4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # interweb utils
-
+
Open-source utilities for the Interweb
-
-
+
+
-
+
Casing utils
@@ -27,13 +27,13 @@ yarn build
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [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.
-* [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.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [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.
+* [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.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
diff --git a/packages/casing/package.json b/packages/casing/package.json
index 008f8e7..2083dcb 100644
--- a/packages/casing/package.json
+++ b/packages/casing/package.json
@@ -6,7 +6,7 @@
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
- "homepage": "https://github.com/cosmology-tech/interweb-utils",
+ "homepage": "https://github.com/hyperweb-io/interweb-utils",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
@@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/interweb-utils"
+ "url": "https://github.com/hyperweb-io/interweb-utils"
},
"bugs": {
- "url": "https://github.com/cosmology-tech/interweb-utils/issues"
+ "url": "https://github.com/hyperweb-io/interweb-utils/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
diff --git a/packages/find-pkg/CHANGELOG.md b/packages/find-pkg/CHANGELOG.md
index d6d861a..f7518f9 100644
--- a/packages/find-pkg/CHANGELOG.md
+++ b/packages/find-pkg/CHANGELOG.md
@@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-# [0.5.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb/find-pkg@0.4.0...@interweb/find-pkg@0.5.0) (2024-05-25)
+# [0.5.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/find-pkg@0.4.0...@interweb/find-pkg@0.5.0) (2024-05-25)
**Note:** Version bump only for package @interweb/find-pkg
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [0.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/find-pkg@0.2.0...@interweb-utils/find-pkg@0.3.0) (2024-05-25)
+# [0.3.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/find-pkg@0.2.0...@interweb-utils/find-pkg@0.3.0) (2024-05-25)
**Note:** Version bump only for package @interweb-utils/find-pkg
@@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/find-pkg@0.1.0...@interweb-utils/find-pkg@0.2.0) (2024-05-25)
+# [0.2.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/find-pkg@0.1.0...@interweb-utils/find-pkg@0.2.0) (2024-05-25)
**Note:** Version bump only for package @interweb-utils/find-pkg
diff --git a/packages/find-pkg/README.md b/packages/find-pkg/README.md
index ab54b95..0f72436 100644
--- a/packages/find-pkg/README.md
+++ b/packages/find-pkg/README.md
@@ -1,7 +1,7 @@
# @interweb-utils/find-pkg
-
+
Find the package.json file from within a build/package
@@ -40,13 +40,13 @@ yarn build
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [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.
-* [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.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [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.
+* [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.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
diff --git a/packages/find-pkg/package.json b/packages/find-pkg/package.json
index 5dc3e36..e986d53 100644
--- a/packages/find-pkg/package.json
+++ b/packages/find-pkg/package.json
@@ -6,7 +6,7 @@
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
- "homepage": "https://github.com/cosmology-tech/interweb-utils",
+ "homepage": "https://github.com/hyperweb-io/interweb-utils",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
@@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/interweb-utils"
+ "url": "https://github.com/hyperweb-io/interweb-utils"
},
"bugs": {
- "url": "https://github.com/cosmology-tech/interweb-utils/issues"
+ "url": "https://github.com/hyperweb-io/interweb-utils/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",