Skip to content

hyperweb #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# interweb utils

<p align="center">
<img src="https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
<br />
Open-source utilities for the Interweb
<br />
<a href="https://github.com/cosmology-tech/interweb-utils/actions/workflows/run-tests.yml">
<img height="20" src="https://github.com/cosmology-tech/interweb-utils/actions/workflows/run-tests.yml/badge.svg" />
<a href="https://github.com/hyperweb-io/interweb-utils/actions/workflows/run-tests.yml">
<img height="20" src="https://github.com/hyperweb-io/interweb-utils/actions/workflows/run-tests.yml/badge.svg" />
</a>
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg">
</p>
Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions packages/casing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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/[email protected]...@interweb/[email protected]) (2024-05-26)
# [0.6.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)

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





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

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

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



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

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





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

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

Expand Down
14 changes: 7 additions & 7 deletions packages/casing/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @interweb-utils/casing

<p align="center">
<img src="https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
<br />
Casing utils
<br />
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions packages/casing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"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",
"directory": "dist"
},
"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",
Expand Down
6 changes: 3 additions & 3 deletions packages/find-pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@interweb/[email protected]) (2024-05-25)
# [0.5.0](https://github.com/hyperweb-io/interweb-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-25)

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

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



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

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





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

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

Expand Down
14 changes: 7 additions & 7 deletions packages/find-pkg/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @interweb-utils/find-pkg

<p align="center">
<img src="https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
<img src="https://github.com/hyperweb-io/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4" width="80">
<br />
Find the package.json file from within a build/package
<br />
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions packages/find-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"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",
"directory": "dist"
},
"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",
Expand Down
Loading