dexto 1.6.4 → 1.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dexto",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "dexto": "./dist/index.js"
@@ -32,16 +32,16 @@
32
32
  "ws": "^8.18.1",
33
33
  "yaml": "^2.7.1",
34
34
  "zod": "^3.25.0",
35
- "@dexto/agent-config": "1.6.4",
36
- "@dexto/agent-management": "1.6.4",
37
- "@dexto/analytics": "1.6.4",
38
- "@dexto/core": "1.6.4",
39
- "@dexto/image-local": "1.6.4",
40
- "@dexto/image-logger-agent": "1.6.4",
41
- "@dexto/registry": "1.6.4",
42
- "@dexto/server": "1.6.4",
43
- "@dexto/storage": "1.6.4",
44
- "@dexto/tui": "1.6.4"
35
+ "@dexto/agent-config": "1.6.6",
36
+ "@dexto/agent-management": "1.6.6",
37
+ "@dexto/analytics": "1.6.6",
38
+ "@dexto/core": "1.6.6",
39
+ "@dexto/image-local": "1.6.6",
40
+ "@dexto/image-logger-agent": "1.6.6",
41
+ "@dexto/registry": "1.6.6",
42
+ "@dexto/server": "1.6.6",
43
+ "@dexto/storage": "1.6.6",
44
+ "@dexto/tui": "1.6.6"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/ws": "^8.5.11",
@@ -55,7 +55,7 @@
55
55
  "access": "public"
56
56
  },
57
57
  "scripts": {
58
- "build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tsc -p tsconfig.json && pnpm run copy-agents && pnpm run copy-assets",
58
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsc -p tsconfig.json && pnpm run copy-agents && pnpm run copy-assets",
59
59
  "_comment_build": "TODO: (355) This is a known issue with MCP SDK >= 1.18.1 taking heap space, see if we can solve this without heap size hacks - https://github.com/truffle-ai/dexto/pull/355#discussion_r2412949424",
60
60
  "copy-agents": "tsx scripts/copy-agents.ts",
61
61
  "copy-assets": "tsx scripts/copy-assets.ts",