Skip to content

Commit d0b03d4

Browse files
authored
Merge pull request #147 from ssdeanx/develop
Updated Mastra Packages, and updated .gitignore to remove files that will cause noise in workspace.
2 parents dd60d19 + 4a2b2f4 commit d0b03d4

20 files changed

Lines changed: 685 additions & 3835 deletions

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,38 @@ storybook-static
238238
src/mastra/public/store.duckdb
239239
src/mastra/public/store.duckdb.wal
240240
blender.md
241+
242+
tests/test-results/test-results.json
243+
tests/test-results/test-results.xml
244+
tests/test-results/test-results.md
245+
tests/test-results/*.json
246+
tests/test-results/*.xml
247+
tests/test-results/*.md
248+
tests/test-results/**/*.json
249+
tests/test-results/.dot
250+
tests/*.test.ts
251+
*tests/
252+
/tests/test-results\test-results.json
253+
*/tests/
254+
*windsurf/
255+
*.kiro/
256+
*.kilocode/
257+
*.playwright-mcp/
258+
*.trunk/
259+
*.temp/
260+
*.sisyphus/
261+
.trunk/configs/.yamllint.yaml
262+
*.memories/
263+
*.sessions/
264+
*.logs/
265+
*.log/
266+
*data/
267+
conductor/setup_state.json
268+
*conductor/
269+
*dist/
270+
*mastra/
271+
*node_modules/
272+
*coverage/
273+
*.next/
274+
*.out/
275+

package-lock.json

Lines changed: 621 additions & 2484 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentstack",
3-
"version": "1.0.46",
3+
"version": "1.0.47",
44
"description": "Multi-agent frameworks and tools for building AI applications with Mastra.",
55
"main": "index.js",
66
"scripts": {
@@ -11,8 +11,8 @@
1111
"dev:next": "cross-env NODE_OPTIONS='--max-old-space-size=8192' next dev --turbopack",
1212
"build:next": "next build",
1313
"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",
1616
"chrome:debug": "cmd /c start \"\" \"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe\" --remote-debugging-port=9222 --user-data-dir=%TEMP%\\chrome-debug",
1717
"brave:debug": "cmd /c start \"\" \"C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe\" --remote-debugging-port=9222 --user-data-dir=%TEMP%\\chrome-debug",
1818
"generate": "dotenvx run -- npx auth@latest generate",
@@ -28,7 +28,7 @@
2828
"prettier:check": "dotenvx run -- prettier --check .",
2929
"prettier:write": "dotenvx run -- prettier --write .",
3030
"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",
3232
"code": "npx mastracode",
3333
"storybook": "storybook dev -p 6006",
3434
"build-storybook": "storybook build"
@@ -81,25 +81,25 @@
8181
"@mastra/ai-sdk": "^1.4.0",
8282
"@mastra/auth-better-auth": "^1.0.2",
8383
"@mastra/auth-supabase": "^1.0.0",
84-
"@mastra/client-js": "^1.13.5-alpha.8",
84+
"@mastra/client-js": "^1.14.0-alpha.10",
8585
"@mastra/cloudflare": "^1.3.2-alpha.0",
8686
"@mastra/cloudflare-d1": "^1.0.5-alpha.0",
8787
"@mastra/convex": "^1.0.8-alpha.0",
88-
"@mastra/core": "^1.26.0-alpha.8",
88+
"@mastra/core": "^1.26.0-alpha.10",
8989
"@mastra/daytona": "^0.2.1",
90-
"@mastra/deployer": "^1.26.0-alpha.8",
90+
"@mastra/deployer": "^1.26.0-alpha.10",
9191
"@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",
9595
"@mastra/evals": "^1.2.1",
9696
"@mastra/fastembed": "^1.0.1",
9797
"@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",
100100
"@mastra/loggers": "^1.1.1",
101101
"@mastra/mcp": "^1.5.0",
102-
"@mastra/memory": "^1.16.0-alpha.2",
102+
"@mastra/memory": "^1.16.0-alpha.3",
103103
"@mastra/mongodb": "^1.7.2-alpha.0",
104104
"@mastra/observability": "^1.10.0-alpha.2",
105105
"@mastra/otel-bridge": "^1.0.16",
@@ -121,8 +121,8 @@
121121
"@octokit/plugin-retry": "^8.1.0",
122122
"@openrouter/ai-sdk-provider": "^2.8.0",
123123
"@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",
126126
"@opeoginni/github-copilot-openai-compatible": "^1.0.0",
127127
"@radix-ui/react-accordion": "^1.2.12",
128128
"@radix-ui/react-collapsible": "^1.1.12",
@@ -147,7 +147,7 @@
147147
"@tanstack/react-form-nextjs": "^1.29.0",
148148
"@tanstack/react-query": "^5.99.2",
149149
"@tanstack/react-query-devtools": "^5.99.2",
150-
"@tanstack/react-store": "^0.10.0",
150+
"@tanstack/react-store": "^0.11.0",
151151
"@tanstack/react-table": "^8.21.3",
152152
"@tanstack/react-virtual": "^3.13.24",
153153
"@tslab/typescript-for-tslab": "^5.1.3",
@@ -209,7 +209,7 @@
209209
"lenis": "^1.3.23",
210210
"lucide-react": "^1.8.0",
211211
"marked": "^18.0.2",
212-
"mastracode": "^0.14.0",
212+
"mastracode": "^0.15.0-alpha.10",
213213
"mathjs": "^15.2.0",
214214
"media-chrome": "^4.19.0",
215215
"module": "^2.0.0",
@@ -284,7 +284,7 @@
284284
"@storybook/addon-docs": "^10.3.5",
285285
"@storybook/addon-onboarding": "^10.3.5",
286286
"@storybook/nextjs": "^10.3.5",
287-
"@tailwindcss/postcss": "^4.2.2",
287+
"@tailwindcss/postcss": "^4.2.3",
288288
"@testing-library/jest-dom": "^6.9.1",
289289
"@testing-library/react": "^16.3.2",
290290
"@types/adm-zip": "^0.5.8",
@@ -301,8 +301,8 @@
301301
"@types/strip-comments": "^2.0.4",
302302
"@types/three": "^0.184.0",
303303
"@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",
306306
"@vitest/coverage-v8": "^4.1.4",
307307
"cross-env": "^10.1.0",
308308
"eslint": "^10.2.1",
@@ -312,13 +312,13 @@
312312
"eslint-plugin-react-refresh": "^0.5.2",
313313
"eslint-plugin-storybook": "^10.3.5",
314314
"ink-testing-library": "^4.0.0",
315-
"mastra": "^1.6.1-alpha.8",
315+
"mastra": "^1.6.1-alpha.10",
316316
"prettier": "^3.8.3",
317317
"storybook": "^10.3.5",
318-
"tailwindcss": "^4.2.2",
318+
"tailwindcss": "^4.2.3",
319319
"tw-animate-css": "^1.4.0",
320320
"typescript": "^6.0.3",
321-
"typescript-eslint": "^8.58.2",
321+
"typescript-eslint": "^8.59.0",
322322
"typescript-language-server": "^5.1.3",
323323
"vitest": "^4.1.4"
324324
},
@@ -338,19 +338,19 @@
338338
"lodash-es": "^4.18.1",
339339
"lodash": "^4.18.1",
340340
"dompurify": "^3.4.0",
341-
"langsmith": "^0.5.20",
341+
"langsmith": "^0.5.21",
342342
"path-to-regexp": "^8.4.2",
343343
"@tootallnate/once": "^3.0.1",
344344
"picomatch": "^4.0.4",
345345
"simple-git": "^3.36.0",
346-
"rollup": "^4.60.1",
346+
"rollup": "^4.60.2",
347347
"hono": "^4.12.14",
348348
"defu": "^6.1.7",
349349
"minimatch": "^10.2.5",
350350
"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"
355355
}
356356
}

thoughts/ledgers/CONTINUITY_ses_2d77.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

thoughts/ledgers/CONTINUITY_ses_3846.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)