Skip to content

urls #3

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

Merged
merged 1 commit into from
May 29, 2025
Merged
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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# schema-typescript

<p align="center" width="100%">
<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/>
JSON Schema TypeScript utilities for the Interweb
<br />
<a href="https://github.com/cosmology-tech/schema-typescript/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/cosmology-tech/schema-typescript/actions/workflows/run-tests.yaml/badge.svg" />
<a href="https://github.com/hyperweb-io/schema-typescript/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/hyperweb-io/schema-typescript/actions/workflows/run-tests.yaml/badge.svg" />
</a>
<a href="https://github.com/cosmology-tech/schema-typescript/blob/main/LICENSE-MIT">
<a href="https://github.com/hyperweb-io/schema-typescript/blob/main/LICENSE-MIT">
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
</a>
</p>
Expand All @@ -17,19 +17,19 @@

This repository contains the following packages:

- [`schema-typescript`](https://github.com/cosmology-tech/schema-typescript/tree/main/packages/schema-typescript)
- [`schema-typescript`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-typescript)
Provides robust tools for handling JSON schemas and converting them to TypeScript interfaces with ease and efficiency.

- [`@schema-typescript/cli`](https://github.com/cosmology-tech/schema-typescript/tree/main/packages/cli)
- [`@schema-typescript/cli`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/cli)
CLI is the command line utility for `schema-typescript`.

- [`schema-sdk`](https://github.com/cosmology-tech/schema-typescript/tree/main/packages/schema-sdk)
- [`schema-sdk`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/schema-sdk)
Provides robust tools for handling OpenAPI schemas and converting them to TypeScript clients with ease and efficiency.

- [`@interweb/node-api-client`](https://github.com/cosmology-tech/schema-typescript/tree/main/packages/node-api-client)
- [`@interweb/node-api-client`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/node-api-client)
A lightweight and flexible HTTP client for interacting with RESTful APIs in Node.js, supporting common HTTP methods and customizable options.

- [`@interweb/fetch-api-client`](https://github.com/cosmology-tech/schema-typescript/tree/main/packages/fetch-api-client)
- [`@interweb/fetch-api-client`](https://github.com/hyperweb-io/schema-typescript/tree/main/packages/fetch-api-client)
A lightweight and flexible HTTP client for interacting with RESTful APIs in Node.js *and the Browser*, supporting common HTTP methods and customizable options.


Expand Down
12 changes: 6 additions & 6 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,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
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [],
"gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c"
"keywords": []
}
10 changes: 5 additions & 5 deletions packages/fetch-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
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/schema-typescript/compare/@interweb/fetch-api-client@0.5.1...@interweb/fetch-api-client@0.6.0) (2024-06-01)
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/fetch-api-client@0.5.1...@interweb/fetch-api-client@0.6.0) (2024-06-01)

**Note:** Version bump only for package @interweb/fetch-api-client





## [0.5.1](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.5.0...@interweb/fetch-api-client@0.5.1) (2024-05-26)
## [0.5.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/fetch-api-client@0.5.0...@interweb/fetch-api-client@0.5.1) (2024-05-26)

**Note:** Version bump only for package @interweb/fetch-api-client





# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.4.1...@interweb/fetch-api-client@0.5.0) (2024-05-26)
# [0.5.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/fetch-api-client@0.4.1...@interweb/fetch-api-client@0.5.0) (2024-05-26)

**Note:** Version bump only for package @interweb/fetch-api-client

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



# [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.3.0...@interweb/node-api-client@0.4.0) (2024-05-25)
# [0.4.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/node-api-client@0.3.0...@interweb/node-api-client@0.4.0) (2024-05-25)

**Note:** Version bump only for package @interweb/node-api-client

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



# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/node-api-client@0.1.0...node-api-client@0.2.0) (2024-05-25)
# [0.2.0](https://github.com/hyperweb-io/schema-typescript/compare/node-api-client@0.1.0...node-api-client@0.2.0) (2024-05-25)

**Note:** Version bump only for package node-api-client

Expand Down
6 changes: 3 additions & 3 deletions packages/fetch-api-client/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/schema-typescript",
"homepage": "https://github.com/hyperweb-io/schema-typescript",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/schema-typescript"
"url": "https://github.com/hyperweb-io/schema-typescript"
},
"bugs": {
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/http-errors/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/schema-typescript",
"homepage": "https://github.com/hyperweb-io/schema-typescript",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/schema-typescript"
"url": "https://github.com/hyperweb-io/schema-typescript"
},
"bugs": {
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
Expand Down
12 changes: 6 additions & 6 deletions packages/node-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.6.1...@interweb/node-api-client@0.7.0) (2024-06-01)
# [0.7.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/node-api-client@0.6.1...@interweb/node-api-client@0.7.0) (2024-06-01)

**Note:** Version bump only for package @interweb/node-api-client





## [0.6.1](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.6.0...@interweb/node-api-client@0.6.1) (2024-05-26)
## [0.6.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/node-api-client@0.6.0...@interweb/node-api-client@0.6.1) (2024-05-26)

**Note:** Version bump only for package @interweb/node-api-client





# [0.6.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.5.0...@interweb/node-api-client@0.6.0) (2024-05-26)
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/node-api-client@0.5.0...@interweb/node-api-client@0.6.0) (2024-05-26)

**Note:** Version bump only for package @interweb/node-api-client





# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.4.0...@interweb/node-api-client@0.5.0) (2024-05-26)
# [0.5.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/node-api-client@0.4.0...@interweb/node-api-client@0.5.0) (2024-05-26)

**Note:** Version bump only for package @interweb/node-api-client





# [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.3.0...@interweb/node-api-client@0.4.0) (2024-05-25)
# [0.4.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/node-api-client@0.3.0...@interweb/node-api-client@0.4.0) (2024-05-25)

**Note:** Version bump only for package @interweb/node-api-client

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



# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/node-api-client@0.1.0...node-api-client@0.2.0) (2024-05-25)
# [0.2.0](https://github.com/hyperweb-io/schema-typescript/compare/node-api-client@0.1.0...node-api-client@0.2.0) (2024-05-25)

**Note:** Version bump only for package node-api-client

Expand Down
6 changes: 3 additions & 3 deletions packages/node-api-client/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/schema-typescript",
"homepage": "https://github.com/hyperweb-io/schema-typescript",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/schema-typescript"
"url": "https://github.com/hyperweb-io/schema-typescript"
},
"bugs": {
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
Expand Down
22 changes: 11 additions & 11 deletions packages/schema-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,87 +3,87 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.8.0...schema-sdk@0.9.0) (2024-06-01)
# [0.9.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.8.0...schema-sdk@0.9.0) (2024-06-01)

**Note:** Version bump only for package schema-sdk





# [0.8.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.7.1...schema-sdk@0.8.0) (2024-05-28)
# [0.8.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.7.1...schema-sdk@0.8.0) (2024-05-28)

**Note:** Version bump only for package schema-sdk





## [0.7.1](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.7.0...schema-sdk@0.7.1) (2024-05-26)
## [0.7.1](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.7.0...schema-sdk@0.7.1) (2024-05-26)

**Note:** Version bump only for package schema-sdk





# [0.7.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.6.0...schema-sdk@0.7.0) (2024-05-26)
# [0.7.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.6.0...schema-sdk@0.7.0) (2024-05-26)

**Note:** Version bump only for package schema-sdk





# [0.6.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.5.0...schema-sdk@0.6.0) (2024-05-26)
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.5.0...schema-sdk@0.6.0) (2024-05-26)

**Note:** Version bump only for package schema-sdk





# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.4.1...schema-sdk@0.5.0) (2024-05-26)
# [0.5.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.4.1...schema-sdk@0.5.0) (2024-05-26)

**Note:** Version bump only for package schema-sdk





## [0.4.1](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.4.0...schema-sdk@0.4.1) (2024-05-25)
## [0.4.1](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.4.0...schema-sdk@0.4.1) (2024-05-25)

**Note:** Version bump only for package schema-sdk





# [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.3.0...schema-sdk@0.4.0) (2024-05-25)
# [0.4.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.3.0...schema-sdk@0.4.0) (2024-05-25)

**Note:** Version bump only for package schema-sdk





# [0.3.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.2.0...schema-sdk@0.3.0) (2024-05-25)
# [0.3.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.2.0...schema-sdk@0.3.0) (2024-05-25)

**Note:** Version bump only for package schema-sdk





# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.1.1...schema-sdk@0.2.0) (2024-05-25)
# [0.2.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.1.1...schema-sdk@0.2.0) (2024-05-25)

**Note:** Version bump only for package schema-sdk





## [0.1.1](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.1.0...schema-sdk@0.1.1) (2024-05-25)
## [0.1.1](https://github.com/hyperweb-io/schema-typescript/compare/schema-sdk@0.1.0...schema-sdk@0.1.1) (2024-05-25)

**Note:** Version bump only for package schema-sdk

Expand Down
10 changes: 5 additions & 5 deletions packages/schema-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# schema-sdk

<p align="center" width="100%">
<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/>
OpenAPI Schema TypeScript utilities for the Interweb
<br />
<a href="https://github.com/cosmology-tech/schema-typescript/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/cosmology-tech/schema-typescript/actions/workflows/run-tests.yaml/badge.svg" />
<a href="https://github.com/hyperweb-io/schema-typescript/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/hyperweb-io/schema-typescript/actions/workflows/run-tests.yaml/badge.svg" />
</a>
<a href="https://github.com/cosmology-tech/schema-typescript/blob/main/LICENSE-MIT">
<a href="https://github.com/hyperweb-io/schema-typescript/blob/main/LICENSE-MIT">
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
</a>
</p>
Expand Down Expand Up @@ -96,7 +96,7 @@ Contributions are what make the open-source community such an amazing place to l

## Need Help?

`schema-sdk` might not work perfectly for all JSON schemas yet. We value your feedback and contributions to make it better. If you encounter any issues or have suggestions for improvements, please [let us know](https://github.com/cosmology-tech/schema-typescript/issues).
`schema-sdk` might not work perfectly for all JSON schemas yet. We value your feedback and contributions to make it better. If you encounter any issues or have suggestions for improvements, please [let us know](https://github.com/hyperweb-io/schema-typescript/issues).

## License 📜

Expand Down
9 changes: 4 additions & 5 deletions packages/schema-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.9.0",
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
"homepage": "https://github.com/hyperweb-io/schema-typescript#readme",
"license": "SEE LICENSE IN LICENSE",
"main": "index.js",
"module": "esm/index.js",
Expand All @@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/cosmology-tech/schema-typescript"
"url": "https://github.com/hyperweb-io/schema-typescript"
},
"bugs": {
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
Expand All @@ -42,6 +42,5 @@
"typescript",
"swagger",
"openapi"
],
"gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c"
]
}
Loading