From 99d09eb3dbc594ebd381973420d833afda7f32f4 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 28 May 2025 21:24:31 -0700 Subject: [PATCH] urls --- README.md | 18 +++++++++--------- packages/cli/README.md | 12 ++++++------ packages/cli/package.json | 3 +-- packages/fetch-api-client/CHANGELOG.md | 10 +++++----- packages/fetch-api-client/package.json | 6 +++--- packages/http-errors/package.json | 6 +++--- packages/node-api-client/CHANGELOG.md | 12 ++++++------ packages/node-api-client/package.json | 6 +++--- packages/schema-sdk/CHANGELOG.md | 22 +++++++++++----------- packages/schema-sdk/README.md | 10 +++++----- packages/schema-sdk/package.json | 9 ++++----- packages/schema-typescript/CHANGELOG.md | 14 +++++++------- packages/schema-typescript/README.md | 10 +++++----- packages/schema-typescript/package.json | 9 ++++----- 14 files changed, 72 insertions(+), 75 deletions(-) diff --git a/README.md b/README.md index 10aac23..c07d7ac 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # schema-typescript

- +
JSON Schema TypeScript utilities for the Interweb
- - + + - +

@@ -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. diff --git a/packages/cli/README.md b/packages/cli/README.md index c43969c..0e07595 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 08ef7da..5433263 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -28,6 +28,5 @@ "test": "jest", "test:watch": "jest --watch" }, - "keywords": [], - "gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c" + "keywords": [] } diff --git a/packages/fetch-api-client/CHANGELOG.md b/packages/fetch-api-client/CHANGELOG.md index bab54f9..254d52e 100644 --- a/packages/fetch-api-client/CHANGELOG.md +++ b/packages/fetch-api-client/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/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 @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [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 @@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -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 @@ -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 diff --git a/packages/fetch-api-client/package.json b/packages/fetch-api-client/package.json index 7b968b0..2df3232 100644 --- a/packages/fetch-api-client/package.json +++ b/packages/fetch-api-client/package.json @@ -6,7 +6,7 @@ "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", @@ -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", diff --git a/packages/http-errors/package.json b/packages/http-errors/package.json index 7fda484..d7d491b 100644 --- a/packages/http-errors/package.json +++ b/packages/http-errors/package.json @@ -6,7 +6,7 @@ "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", @@ -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", diff --git a/packages/node-api-client/CHANGELOG.md b/packages/node-api-client/CHANGELOG.md index 9775a20..da2b705 100644 --- a/packages/node-api-client/CHANGELOG.md +++ b/packages/node-api-client/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.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 @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [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 @@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -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 @@ -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 diff --git a/packages/node-api-client/package.json b/packages/node-api-client/package.json index 64c520e..66f09b8 100644 --- a/packages/node-api-client/package.json +++ b/packages/node-api-client/package.json @@ -6,7 +6,7 @@ "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", @@ -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", diff --git a/packages/schema-sdk/CHANGELOG.md b/packages/schema-sdk/CHANGELOG.md index 49c197f..be30761 100644 --- a/packages/schema-sdk/CHANGELOG.md +++ b/packages/schema-sdk/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.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 @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [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 @@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -35,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -43,7 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -51,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [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 @@ -59,7 +59,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -67,7 +67,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -75,7 +75,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [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 @@ -83,7 +83,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [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 diff --git a/packages/schema-sdk/README.md b/packages/schema-sdk/README.md index f9301be..72df79b 100644 --- a/packages/schema-sdk/README.md +++ b/packages/schema-sdk/README.md @@ -1,14 +1,14 @@ # schema-sdk

- +
OpenAPI Schema TypeScript utilities for the Interweb
- - + + - +

@@ -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 📜 diff --git a/packages/schema-sdk/package.json b/packages/schema-sdk/package.json index cfb83bf..912d5a6 100644 --- a/packages/schema-sdk/package.json +++ b/packages/schema-sdk/package.json @@ -3,7 +3,7 @@ "version": "0.9.0", "description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients", "author": "Dan Lynch ", - "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", @@ -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", @@ -42,6 +42,5 @@ "typescript", "swagger", "openapi" - ], - "gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c" + ] } diff --git a/packages/schema-typescript/CHANGELOG.md b/packages/schema-typescript/CHANGELOG.md index e9f67e6..03e8e19 100644 --- a/packages/schema-typescript/CHANGELOG.md +++ b/packages/schema-typescript/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.12.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.11.0...schema-typescript@0.12.0) (2024-06-01) +# [0.12.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.11.0...schema-typescript@0.12.0) (2024-06-01) **Note:** Version bump only for package schema-typescript @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.11.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.10.0...schema-typescript@0.11.0) (2024-05-28) +# [0.11.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.10.0...schema-typescript@0.11.0) (2024-05-28) **Note:** Version bump only for package schema-typescript @@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.10.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.9.0...schema-typescript@0.10.0) (2024-05-26) +# [0.10.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.9.0...schema-typescript@0.10.0) (2024-05-26) **Note:** Version bump only for package schema-typescript @@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.9.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.8.0...schema-typescript@0.9.0) (2024-05-25) +# [0.9.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.8.0...schema-typescript@0.9.0) (2024-05-25) **Note:** Version bump only for package schema-typescript @@ -35,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.8.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.7.0...schema-typescript@0.8.0) (2024-05-25) +# [0.8.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.7.0...schema-typescript@0.8.0) (2024-05-25) **Note:** Version bump only for package schema-typescript @@ -43,7 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -# [0.7.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.6.1...schema-typescript@0.7.0) (2024-05-25) +# [0.7.0](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.6.1...schema-typescript@0.7.0) (2024-05-25) **Note:** Version bump only for package schema-typescript @@ -51,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.6.1](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.6.0...schema-typescript@0.6.1) (2024-05-25) +## [0.6.1](https://github.com/hyperweb-io/schema-typescript/compare/schema-typescript@0.6.0...schema-typescript@0.6.1) (2024-05-25) **Note:** Version bump only for package schema-typescript diff --git a/packages/schema-typescript/README.md b/packages/schema-typescript/README.md index 3e49002..1b35280 100644 --- a/packages/schema-typescript/README.md +++ b/packages/schema-typescript/README.md @@ -1,14 +1,14 @@ # schema-typescript

- +
JSON Schema TypeScript utilities for the Interweb
- - + + - +

@@ -83,7 +83,7 @@ Contributions are what make the open-source community such an amazing place to l ## Need Help? -`schema-typescript` 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-typescript` 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 📜 diff --git a/packages/schema-typescript/package.json b/packages/schema-typescript/package.json index 239c0b5..e71181b 100644 --- a/packages/schema-typescript/package.json +++ b/packages/schema-typescript/package.json @@ -3,7 +3,7 @@ "version": "0.12.0", "description": "Convert JSON Schema to TypeScript Definitions", "author": "Dan Lynch ", - "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", @@ -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", @@ -39,6 +39,5 @@ "jsonschema", "schema", "typescript" - ], - "gitHead": "06e20539d2cfce7522a29d7e9b20a9eb4d78fe2c" + ] }