Skip to content

Commit 8c7463c

Browse files
authored
Merge pull request #3 from hyperweb-io/update/hyperweb
urls
2 parents cbbdcbf + 99d09eb commit 8c7463c

File tree

14 files changed

+72
-75
lines changed

14 files changed

+72
-75
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# schema-typescript
22

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

1818
This repository contains the following packages:
1919

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

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

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

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

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

3535

packages/cli/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ yarn build
3131

3232
Checkout these related projects:
3333

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

4242
## Credits
4343

packages/cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@
2828
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
31-
"keywords": [],
32-
"gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c"
31+
"keywords": []
3332
}

packages/fetch-api-client/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
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/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-06-01)
6+
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-06-01)
77

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

1010

1111

1212

1313

14-
## [0.5.1](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
14+
## [0.5.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
1515

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

1818

1919

2020

2121

22-
# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
22+
# [0.5.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
2323

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

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

3636

3737

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

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

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

5252

5353

54-
# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
54+
# [0.2.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
5555

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

packages/fetch-api-client/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/schema-typescript",
9+
"homepage": "https://github.com/hyperweb-io/schema-typescript",
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/schema-typescript"
17+
"url": "https://github.com/hyperweb-io/schema-typescript"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
20+
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
2121
},
2222
"scripts": {
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",

packages/http-errors/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/schema-typescript",
9+
"homepage": "https://github.com/hyperweb-io/schema-typescript",
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/schema-typescript"
17+
"url": "https://github.com/hyperweb-io/schema-typescript"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
20+
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
2121
},
2222
"scripts": {
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",

packages/node-api-client/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
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.7.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-06-01)
6+
# [0.7.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-06-01)
77

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

1010

1111

1212

1313

14-
## [0.6.1](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
14+
## [0.6.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
1515

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

1818

1919

2020

2121

22-
# [0.6.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
22+
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
2323

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

2626

2727

2828

2929

30-
# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
30+
# [0.5.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-05-26)
3131

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

3434

3535

3636

3737

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

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

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

5252

5353

54-
# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
54+
# [0.2.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
5555

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

packages/node-api-client/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/schema-typescript",
9+
"homepage": "https://github.com/hyperweb-io/schema-typescript",
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/schema-typescript"
17+
"url": "https://github.com/hyperweb-io/schema-typescript"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
20+
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
2121
},
2222
"scripts": {
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",

packages/schema-sdk/CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,87 +3,87 @@
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.9.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.9.0) (2024-06-01)
6+
# [0.9.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.9.0) (2024-06-01)
77

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

1010

1111

1212

1313

14-
# [0.8.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.8.0) (2024-05-28)
14+
# [0.8.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.8.0) (2024-05-28)
1515

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

1818

1919

2020

2121

22-
## [0.7.1](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.7.1) (2024-05-26)
22+
## [0.7.1](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.7.1) (2024-05-26)
2323

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

2626

2727

2828

2929

30-
# [0.7.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.7.0) (2024-05-26)
30+
# [0.7.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.7.0) (2024-05-26)
3131

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

3434

3535

3636

3737

38-
# [0.6.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.6.0) (2024-05-26)
38+
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.6.0) (2024-05-26)
3939

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

4242

4343

4444

4545

46-
# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.5.0) (2024-05-26)
46+
# [0.5.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.5.0) (2024-05-26)
4747

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

5050

5151

5252

5353

54-
## [0.4.1](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.4.1) (2024-05-25)
54+
## [0.4.1](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.4.1) (2024-05-25)
5555

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

5858

5959

6060

6161

62-
# [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.4.0) (2024-05-25)
62+
# [0.4.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.4.0) (2024-05-25)
6363

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

6666

6767

6868

6969

70-
# [0.3.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.3.0) (2024-05-25)
70+
# [0.3.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.3.0) (2024-05-25)
7171

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

7474

7575

7676

7777

78-
# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
78+
# [0.2.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
7979

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

8282

8383

8484

8585

86-
## [0.1.1](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.1.1) (2024-05-25)
86+
## [0.1.1](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.1.1) (2024-05-25)
8787

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

packages/schema-sdk/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# schema-sdk
22

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

9797
## Need Help?
9898

99-
`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).
99+
`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).
100100

101101
## License 📜
102102

packages/schema-sdk/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.0",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Dan Lynch <[email protected]>",
6-
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
6+
"homepage": "https://github.com/hyperweb-io/schema-typescript#readme",
77
"license": "SEE LICENSE IN LICENSE",
88
"main": "index.js",
99
"module": "esm/index.js",
@@ -14,10 +14,10 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/cosmology-tech/schema-typescript"
17+
"url": "https://github.com/hyperweb-io/schema-typescript"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/cosmology-tech/schema-typescript/issues"
20+
"url": "https://github.com/hyperweb-io/schema-typescript/issues"
2121
},
2222
"scripts": {
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
@@ -42,6 +42,5 @@
4242
"typescript",
4343
"swagger",
4444
"openapi"
45-
],
46-
"gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c"
45+
]
4746
}

0 commit comments

Comments
 (0)