diff --git a/docs/package.json b/docs/package.json index 41ffdfc..68fad6c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@neuridev/docs", "type": "module", - "version": "0.0.18", + "version": "0.0.19", "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 7112562..5ff9de5 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.18", + "version": "0.0.19", "private": true, "packageManager": "pnpm@9.15.3", "description": "", diff --git a/examples/neuri/weather-query/package.json b/examples/neuri/weather-query/package.json index d1652b9..1e84bbb 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.18", + "version": "0.0.19", "private": true, "packageManager": "pnpm@9.15.3", "description": "", diff --git a/package.json b/package.json index a60fb20..6a1c3d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neuri", "type": "module", - "version": "0.0.18", + "version": "0.0.19", "private": true, "packageManager": "pnpm@9.15.3", "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 66b3df1..2f27953 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.18", + "version": "0.0.19", "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 228b621..bfcd674 100644 --- a/packages/neuri/package.json +++ b/packages/neuri/package.json @@ -1,7 +1,7 @@ { "name": "neuri", "type": "module", - "version": "0.0.18", + "version": "0.0.19", "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 59c50b4..0c16b9c 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.18", + "version": "0.0.19", "description": "FileSystem related agent implementation for neuri", "author": { "name": "Lingtic.io Neuri Team", diff --git a/packages/use-search/package.json b/packages/use-search/package.json index fc54540..983b25c 100644 --- a/packages/use-search/package.json +++ b/packages/use-search/package.json @@ -1,7 +1,7 @@ { "name": "@neuri/use-search", "type": "module", - "version": "0.0.18", + "version": "0.0.19", "description": "Search Engine related agent implementation for neuri", "author": { "name": "Lingtic.io Neuri Team",