From 2a75d3db1ab3caca8b7043c8e96c567c880ea110 Mon Sep 17 00:00:00 2001 From: Wongkraiwich Chuenchomphu Date: Fri, 21 Aug 2026 23:10:23 +0700 Subject: [PATCH] chore: update typeforge repository metadata --- .github/CODEOWNERS | 2 +- README.md | 4 ++-- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6f0b42f..2fce897 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Default owners for this repository. -# GitHub: openmirai/mirai-openapi-codegen +# GitHub: openmirai/typeforge # npm: @openmirai/typeforge * @openmirai/platform-foundations @openmirai/openmirai-engineer diff --git a/README.md b/README.md index 5226406..d8d5942 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Headless **OpenAPI / Swagger → TypeScript** codegen. The CLI is `typeforge`. It reads a spec, writes typed route enums, request types, and HTTP caller functions, and never talks to a network. - **npm:** [`@openmirai/typeforge`](https://www.npmjs.com/package/@openmirai/typeforge) -- **GitHub:** [openmirai/mirai-openapi-codegen](https://github.com/openmirai/mirai-openapi-codegen) +- **GitHub:** [openmirai/typeforge](https://github.com/openmirai/typeforge) You own `http.ts` (the `HTTPFetch` adapter). Generated files import that adapter — they do not invent axios/fetch calls inline. @@ -252,7 +252,7 @@ Publishes go through [npm Trusted Publishing](https://docs.npmjs.com/trusted-pub | | Value | | --- | --- | | npm package | `@openmirai/typeforge` | -| GitHub repo | `openmirai/mirai-openapi-codegen` | +| GitHub repo | `openmirai/typeforge` | | Workflow | `.github/workflows/publish.yml` | | Tag | `v*` (e.g. `v0.1.3`) | diff --git a/package.json b/package.json index 964ab74..8a6b42f 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "@openmirai/typeforge", - "version": "0.1.7", + "version": "0.1.8", "description": "Typeforge: headless OpenAPI to TypeScript codegen CLI and HTTPFetch runtime", - "homepage": "https://github.com/openmirai/mirai-openapi-codegen#readme", + "homepage": "https://github.com/openmirai/typeforge#readme", "bugs": { - "url": "https://github.com/openmirai/mirai-openapi-codegen/issues" + "url": "https://github.com/openmirai/typeforge/issues" }, "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/openmirai/mirai-openapi-codegen.git" + "url": "git+https://github.com/openmirai/typeforge.git" }, "bin": { "openapi-codegen": "./dist/cli.js",