|
1 | 1 | { |
2 | 2 | "name": "agentstack", |
3 | | - "version": "1.0.46", |
| 3 | + "version": "1.0.47", |
4 | 4 | "description": "Multi-agent frameworks and tools for building AI applications with Mastra.", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
11 | 11 | "dev:next": "cross-env NODE_OPTIONS='--max-old-space-size=8192' next dev --turbopack", |
12 | 12 | "build:next": "next build", |
13 | 13 | "build:mastra": "mastra build", |
14 | | - "start:mastra": "mastra start", |
15 | | - "start:next": "next start", |
| 14 | + "start:mastra": "dotenvx run -- mastra start", |
| 15 | + "start:next": "dotenvx run -- next start", |
16 | 16 | "chrome:debug": "cmd /c start \"\" \"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe\" --remote-debugging-port=9222 --user-data-dir=%TEMP%\\chrome-debug", |
17 | 17 | "brave:debug": "cmd /c start \"\" \"C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe\" --remote-debugging-port=9222 --user-data-dir=%TEMP%\\chrome-debug", |
18 | 18 | "generate": "dotenvx run -- npx auth@latest generate", |
|
28 | 28 | "prettier:check": "dotenvx run -- prettier --check .", |
29 | 29 | "prettier:write": "dotenvx run -- prettier --write .", |
30 | 30 | "format": "npm run prettier:write", |
31 | | - "convex": "dotenvx run npx convex dev --env-file .env.local", |
| 31 | + "convex": "dotenvx run -- npx convex dev --env-file .env.local", |
32 | 32 | "code": "npx mastracode", |
33 | 33 | "storybook": "storybook dev -p 6006", |
34 | 34 | "build-storybook": "storybook build" |
|
81 | 81 | "@mastra/ai-sdk": "^1.4.0", |
82 | 82 | "@mastra/auth-better-auth": "^1.0.2", |
83 | 83 | "@mastra/auth-supabase": "^1.0.0", |
84 | | - "@mastra/client-js": "^1.13.5-alpha.8", |
| 84 | + "@mastra/client-js": "^1.14.0-alpha.10", |
85 | 85 | "@mastra/cloudflare": "^1.3.2-alpha.0", |
86 | 86 | "@mastra/cloudflare-d1": "^1.0.5-alpha.0", |
87 | 87 | "@mastra/convex": "^1.0.8-alpha.0", |
88 | | - "@mastra/core": "^1.26.0-alpha.8", |
| 88 | + "@mastra/core": "^1.26.0-alpha.10", |
89 | 89 | "@mastra/daytona": "^0.2.1", |
90 | | - "@mastra/deployer": "^1.26.0-alpha.8", |
| 90 | + "@mastra/deployer": "^1.26.0-alpha.10", |
91 | 91 | "@mastra/deployer-cloudflare": "^1.1.23", |
92 | | - "@mastra/docker": "^0.0.0-alpha.0", |
93 | | - "@mastra/duckdb": "^1.1.2", |
94 | | - "@mastra/editor": "^0.7.17-alpha.2", |
| 92 | + "@mastra/docker": "^0.1.0-alpha.0", |
| 93 | + "@mastra/duckdb": "^1.1.3-alpha.0", |
| 94 | + "@mastra/editor": "^0.7.17-alpha.3", |
95 | 95 | "@mastra/evals": "^1.2.1", |
96 | 96 | "@mastra/fastembed": "^1.0.1", |
97 | 97 | "@mastra/gcs": "^0.2.0", |
98 | | - "@mastra/lance": "^1.0.4", |
99 | | - "@mastra/libsql": "^1.8.2-alpha.0", |
| 98 | + "@mastra/lance": "^1.0.5-alpha.0", |
| 99 | + "@mastra/libsql": "^1.9.0-alpha.1", |
100 | 100 | "@mastra/loggers": "^1.1.1", |
101 | 101 | "@mastra/mcp": "^1.5.0", |
102 | | - "@mastra/memory": "^1.16.0-alpha.2", |
| 102 | + "@mastra/memory": "^1.16.0-alpha.3", |
103 | 103 | "@mastra/mongodb": "^1.7.2-alpha.0", |
104 | 104 | "@mastra/observability": "^1.10.0-alpha.2", |
105 | 105 | "@mastra/otel-bridge": "^1.0.16", |
|
121 | 121 | "@octokit/plugin-retry": "^8.1.0", |
122 | 122 | "@openrouter/ai-sdk-provider": "^2.8.0", |
123 | 123 | "@opentelemetry/api": "^1.9.1", |
124 | | - "@opentelemetry/auto-instrumentations-node": "^0.72.0", |
125 | | - "@opentelemetry/exporter-trace-otlp-proto": "^0.214.0", |
| 124 | + "@opentelemetry/auto-instrumentations-node": "^0.73.0", |
| 125 | + "@opentelemetry/exporter-trace-otlp-proto": "^0.215.0", |
126 | 126 | "@opeoginni/github-copilot-openai-compatible": "^1.0.0", |
127 | 127 | "@radix-ui/react-accordion": "^1.2.12", |
128 | 128 | "@radix-ui/react-collapsible": "^1.1.12", |
|
147 | 147 | "@tanstack/react-form-nextjs": "^1.29.0", |
148 | 148 | "@tanstack/react-query": "^5.99.2", |
149 | 149 | "@tanstack/react-query-devtools": "^5.99.2", |
150 | | - "@tanstack/react-store": "^0.10.0", |
| 150 | + "@tanstack/react-store": "^0.11.0", |
151 | 151 | "@tanstack/react-table": "^8.21.3", |
152 | 152 | "@tanstack/react-virtual": "^3.13.24", |
153 | 153 | "@tslab/typescript-for-tslab": "^5.1.3", |
|
209 | 209 | "lenis": "^1.3.23", |
210 | 210 | "lucide-react": "^1.8.0", |
211 | 211 | "marked": "^18.0.2", |
212 | | - "mastracode": "^0.14.0", |
| 212 | + "mastracode": "^0.15.0-alpha.10", |
213 | 213 | "mathjs": "^15.2.0", |
214 | 214 | "media-chrome": "^4.19.0", |
215 | 215 | "module": "^2.0.0", |
|
284 | 284 | "@storybook/addon-docs": "^10.3.5", |
285 | 285 | "@storybook/addon-onboarding": "^10.3.5", |
286 | 286 | "@storybook/nextjs": "^10.3.5", |
287 | | - "@tailwindcss/postcss": "^4.2.2", |
| 287 | + "@tailwindcss/postcss": "^4.2.3", |
288 | 288 | "@testing-library/jest-dom": "^6.9.1", |
289 | 289 | "@testing-library/react": "^16.3.2", |
290 | 290 | "@types/adm-zip": "^0.5.8", |
|
301 | 301 | "@types/strip-comments": "^2.0.4", |
302 | 302 | "@types/three": "^0.184.0", |
303 | 303 | "@types/unist": "^3.0.3", |
304 | | - "@typescript-eslint/eslint-plugin": "^8.58.2", |
305 | | - "@typescript-eslint/parser": "^8.58.2", |
| 304 | + "@typescript-eslint/eslint-plugin": "^8.59.0", |
| 305 | + "@typescript-eslint/parser": "^8.59.0", |
306 | 306 | "@vitest/coverage-v8": "^4.1.4", |
307 | 307 | "cross-env": "^10.1.0", |
308 | 308 | "eslint": "^10.2.1", |
|
312 | 312 | "eslint-plugin-react-refresh": "^0.5.2", |
313 | 313 | "eslint-plugin-storybook": "^10.3.5", |
314 | 314 | "ink-testing-library": "^4.0.0", |
315 | | - "mastra": "^1.6.1-alpha.8", |
| 315 | + "mastra": "^1.6.1-alpha.10", |
316 | 316 | "prettier": "^3.8.3", |
317 | 317 | "storybook": "^10.3.5", |
318 | | - "tailwindcss": "^4.2.2", |
| 318 | + "tailwindcss": "^4.2.3", |
319 | 319 | "tw-animate-css": "^1.4.0", |
320 | 320 | "typescript": "^6.0.3", |
321 | | - "typescript-eslint": "^8.58.2", |
| 321 | + "typescript-eslint": "^8.59.0", |
322 | 322 | "typescript-language-server": "^5.1.3", |
323 | 323 | "vitest": "^4.1.4" |
324 | 324 | }, |
|
338 | 338 | "lodash-es": "^4.18.1", |
339 | 339 | "lodash": "^4.18.1", |
340 | 340 | "dompurify": "^3.4.0", |
341 | | - "langsmith": "^0.5.20", |
| 341 | + "langsmith": "^0.5.21", |
342 | 342 | "path-to-regexp": "^8.4.2", |
343 | 343 | "@tootallnate/once": "^3.0.1", |
344 | 344 | "picomatch": "^4.0.4", |
345 | 345 | "simple-git": "^3.36.0", |
346 | | - "rollup": "^4.60.1", |
| 346 | + "rollup": "^4.60.2", |
347 | 347 | "hono": "^4.12.14", |
348 | 348 | "defu": "^6.1.7", |
349 | 349 | "minimatch": "^10.2.5", |
350 | 350 | "typescript": "^6.0.3", |
351 | | - "typescript-eslint": "^8.58.2", |
352 | | - "@typescript-eslint/parser": "^8.58.2", |
353 | | - "@typescript-eslint/eslint-plugin": "^8.58.2", |
354 | | - "@mastra/core": "^1.26.0-alpha.8" |
| 351 | + "typescript-eslint": "^8.59.0", |
| 352 | + "@typescript-eslint/parser": "^8.59.0", |
| 353 | + "@typescript-eslint/eslint-plugin": "^8.59.0", |
| 354 | + "@mastra/core": "^1.26.0-alpha.10" |
355 | 355 | } |
356 | 356 | } |
0 commit comments