diff --git a/docs/package.json b/docs/package.json index e480609..7956cbe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@neuridev/docs", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "private": true, "scripts": { "dev": "pnpm run docs:dev", diff --git a/examples/neuri/documentations-from-unit-tests/package.json b/examples/neuri/documentations-from-unit-tests/package.json index 86993ad..c0e2a8b 100644 --- a/examples/neuri/documentations-from-unit-tests/package.json +++ b/examples/neuri/documentations-from-unit-tests/package.json @@ -1,7 +1,7 @@ { "name": "documentations-from-unit-tests", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "private": true, "packageManager": "pnpm@9.12.0", "description": "", diff --git a/examples/neuri/weather-query/package.json b/examples/neuri/weather-query/package.json index 04ee4dd..0a61f22 100644 --- a/examples/neuri/weather-query/package.json +++ b/examples/neuri/weather-query/package.json @@ -1,7 +1,7 @@ { "name": "@neuri/example-weather-query", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "private": true, "packageManager": "pnpm@9.12.0", "description": "", diff --git a/package.json b/package.json index 9bd632e..8fa6792 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neuri", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "private": true, "packageManager": "pnpm@9.14.2", "description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!", diff --git a/packages/format-code/package.json b/packages/format-code/package.json index c38416a..ae81a2b 100644 --- a/packages/format-code/package.json +++ b/packages/format-code/package.json @@ -1,7 +1,7 @@ { "name": "@neuri/format-code", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "description": "Code related output parsers for neuri", "author": { "name": "Lingtic.io Neuri Team", diff --git a/packages/neuri/package.json b/packages/neuri/package.json index b2eeb4e..adda4cf 100644 --- a/packages/neuri/package.json +++ b/packages/neuri/package.json @@ -1,7 +1,7 @@ { "name": "neuri", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!", "author": { "name": "Lingtic.io Neuri Team", diff --git a/packages/use-fs/package.json b/packages/use-fs/package.json index 2546608..fa04d6e 100644 --- a/packages/use-fs/package.json +++ b/packages/use-fs/package.json @@ -1,7 +1,7 @@ { "name": "@neuri/use-fs", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "description": "FileSystem related agent implementation for neuri", "author": { "name": "Lingtic.io Neuri Team",