From 6e891a70fef86ca641384c887810ba1b98a67773 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 28 May 2025 22:28:10 -0700 Subject: [PATCH] hyperweb --- README.md | 24 ++++++++++++------------ lerna.json | 2 +- package.json | 2 +- packages/casing/CHANGELOG.md | 8 ++++---- packages/casing/README.md | 14 +++++++------- packages/casing/package.json | 6 +++--- packages/find-pkg/CHANGELOG.md | 6 +++--- packages/find-pkg/README.md | 14 +++++++------- packages/find-pkg/package.json | 6 +++--- 9 files changed, 41 insertions(+), 41 deletions(-) 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
- - + +

@@ -15,9 +15,9 @@ This workspace includes the following packages: -- [find-pkg](https://github.com/cosmology-tech/interweb-utils/tree/main/packages/find-pkg) -- [casing](https://github.com/cosmology-tech/interweb-utils/tree/main/packages/casing) -- [eslint](https://github.com/cosmology-tech/interweb-utils/tree/main/packages/eslint) +- [find-pkg](https://github.com/hyperweb-io/interweb-utils/tree/main/packages/find-pkg) +- [casing](https://github.com/hyperweb-io/interweb-utils/tree/main/packages/casing) +- [eslint](https://github.com/hyperweb-io/interweb-utils/tree/main/packages/eslint) ## Developing @@ -32,13 +32,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/lerna.json b/lerna.json index 62501ea..9a64e8f 100644 --- a/lerna.json +++ b/lerna.json @@ -12,7 +12,7 @@ "registry": "https://registry.npmjs.org", "command": { "create": { - "homepage": "https://github.com/cosmology-tech/interweb-utils", + "homepage": "https://github.com/hyperweb-io/interweb-utils", "license": "SEE LICENSE IN LICENSE", "access": "restricted" }, diff --git a/package.json b/package.json index 0b6d014..d795ad8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/cosmology-tech/interweb-utils" + "url": "https://github.com/hyperweb-io/interweb-utils" }, "license": "SEE LICENSE IN LICENSE", "publishConfig": { diff --git a/packages/casing/CHANGELOG.md b/packages/casing/CHANGELOG.md index 9228537..1a8a1de 100644 --- a/packages/casing/CHANGELOG.md +++ b/packages/casing/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.6.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb/casing@0.5.0...@interweb/casing@0.6.0) (2024-05-26) +# [0.6.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/casing@0.5.0...@interweb/casing@0.6.0) (2024-05-26) **Note:** Version bump only for package @interweb/casing @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.5.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb/casing@0.4.0...@interweb/casing@0.5.0) (2024-05-25) +# [0.5.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/casing@0.4.0...@interweb/casing@0.5.0) (2024-05-25) **Note:** Version bump only for package @interweb/casing @@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/casing@0.2.0...@interweb-utils/casing@0.3.0) (2024-05-25) +# [0.3.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/casing@0.2.0...@interweb-utils/casing@0.3.0) (2024-05-25) **Note:** Version bump only for package @interweb-utils/casing @@ -35,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/casing@0.1.0...@interweb-utils/casing@0.2.0) (2024-05-25) +# [0.2.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb-utils/casing@0.1.0...@interweb-utils/casing@0.2.0) (2024-05-25) **Note:** Version bump only for package @interweb-utils/casing diff --git a/packages/casing/README.md b/packages/casing/README.md index 2cf5a43..ad6d46a 100644 --- a/packages/casing/README.md +++ b/packages/casing/README.md @@ -1,7 +1,7 @@ # @interweb-utils/casing

- +
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",