From 0b0c8b83c0d4f2a6b59affcd5c435832f4e6223d Mon Sep 17 00:00:00 2001 From: cte Date: Sun, 3 Aug 2025 16:29:33 -1000 Subject: [PATCH] Bump @roo-code/types to v1.43.0 --- packages/types/README.md | 23 ----------------------- packages/types/npm/package.json | 7 +++++-- packages/types/package.json | 3 +-- 3 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 packages/types/README.md diff --git a/packages/types/README.md b/packages/types/README.md deleted file mode 100644 index 635c380139..0000000000 --- a/packages/types/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# @roo-code/types - -### Publish to NPM - -First authenticate with NPM: - -```sh -npm login -``` - -Next, manually bump the NPM package version: - -```sh -cd packages/types/npm && npm version minor && cd - -``` - -Finally, publish to NPM: - -```sh -pnpm --filter @roo-code/types npm:publish -``` - -Note that you'll be asked for an MFA code to complete the publish. diff --git a/packages/types/npm/package.json b/packages/types/npm/package.json index 1dfbd57676..10a4805127 100644 --- a/packages/types/npm/package.json +++ b/packages/types/npm/package.json @@ -1,6 +1,6 @@ { "name": "@roo-code/types", - "version": "1.42.0", + "version": "1.43.0", "description": "TypeScript type definitions for Roo Code.", "publishConfig": { "access": "public", @@ -37,5 +37,8 @@ }, "files": [ "dist" - ] + ], + "dependencies": { + "zod": "^3.25.61" + } } diff --git a/packages/types/package.json b/packages/types/package.json index e9ba5a2851..35d0560276 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,8 +18,7 @@ "check-types": "tsc --noEmit", "test": "vitest run", "build": "tsup", - "npm:publish:test": "tsup --outDir npm/dist && cd npm && npm publish --dry-run", - "npm:publish": "tsup --outDir npm/dist && cd npm && npm publish", + "npm:publish": "cd npm && npm version minor && cd - && tsup --outDir npm/dist && cd npm && npm publish", "clean": "rimraf dist npm/dist .turbo" }, "dependencies": {