From 479b8e573d033aecf603e598d4f66fb4df12c413 Mon Sep 17 00:00:00 2001 From: Daniel Draper Date: Tue, 16 Dec 2025 13:19:22 +0100 Subject: [PATCH 1/2] correct type exporting --- README.md | 2 +- package.json | 4 ++-- src/tools/client.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f725963..ccaf253 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This way even entityIds like environmentIds or testCaseIds will be autocompleted # octomind -Octomind cli tool. Version: 3.3.0. Additional documentation see https://octomind.dev/docs/api-reference/ +Octomind cli tool. Version: 3.3.1. Additional documentation see https://octomind.dev/docs/api-reference/ **Usage:** `octomind [options] [command]` diff --git a/package.json b/package.json index 194d0ae..0b5f744 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@octomind/octomind", - "version": "3.3.1", + "version": "3.3.2", "description": "a command line client for octomind apis", "main": "./dist/index.js", - "packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501", + "packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402", "files": ["dist", "src", "README.md", "LICENSE", "package.json"], "engines": { "node": ">=20.0.0" diff --git a/src/tools/client.ts b/src/tools/client.ts index 87b181c..979aa2a 100644 --- a/src/tools/client.ts +++ b/src/tools/client.ts @@ -73,7 +73,7 @@ const createAuthMiddleware = ({ client.use(createAuthMiddleware({ getApiKey: loadConfig })); -export { client }; +export { client, paths }; export const handleError = (error: ErrorResponse) => { if (error) { From 16eabf3359e7b3e653d745b2db1601e432052215 Mon Sep 17 00:00:00 2001 From: Daniel Draper Date: Tue, 16 Dec 2025 13:22:28 +0100 Subject: [PATCH 2/2] version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccaf253..5e79d05 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This way even entityIds like environmentIds or testCaseIds will be autocompleted # octomind -Octomind cli tool. Version: 3.3.1. Additional documentation see https://octomind.dev/docs/api-reference/ +Octomind cli tool. Version: 3.3.2. Additional documentation see https://octomind.dev/docs/api-reference/ **Usage:** `octomind [options] [command]`