diff --git a/README.md b/README.md index f725963..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.0. 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]` 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) {