diff --git a/package-lock.json b/package-lock.json index 08bb1e0..22c388f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ax-llm/ax-monorepo", - "version": "9.0.26", + "version": "9.0.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ax-llm/ax-monorepo", - "version": "9.0.26", + "version": "9.0.27", "license": "Apache-2.0", "workspaces": [ "src/*" @@ -21184,7 +21184,7 @@ }, "src/ax": { "name": "@ax-llm/ax", - "version": "9.0.26", + "version": "9.0.27", "license": "Apache-2.0", "dependencies": { "json5": "^2.2.3" @@ -21215,7 +21215,7 @@ "name": "@ax-llm/ax-examples", "license": "Apache-2.0", "dependencies": { - "@ax-llm/ax": "9.0.26" + "@ax-llm/ax": "9.0.27" }, "devDependencies": { "npm-run-all": "^4.1.5", diff --git a/package.json b/package.json index bba89d0..abf26e1 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,5 @@ ], "author": "Vikram ", "private": "true", - "version": "9.0.26" + "version": "9.0.27" } diff --git a/src/ax/package.json b/src/ax/package.json index f89ae80..7b71213 100644 --- a/src/ax/package.json +++ b/src/ax/package.json @@ -1,6 +1,6 @@ { "name": "@ax-llm/ax", - "version": "9.0.26", + "version": "9.0.27", "type": "module", "description": "The best library to work with LLMs", "repository": { diff --git a/src/examples/package.json b/src/examples/package.json index eed6cf5..3149980 100644 --- a/src/examples/package.json +++ b/src/examples/package.json @@ -13,7 +13,7 @@ "tsx": "node --env-file=.env --import=tsx" }, "dependencies": { - "@ax-llm/ax": "9.0.26" + "@ax-llm/ax": "9.0.27" }, "devDependencies": { "npm-run-all": "^4.1.5",