Skip to content

Commit f83e772

Browse files
committed
comment out fixme test
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 87f5884 commit f83e772

File tree

4 files changed

+122
-228
lines changed

4 files changed

+122
-228
lines changed

typescript-sdk/apps/dojo/e2e/tests/mastraTests/toolBasedGenUIPage.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const pageURL =
55
"/mastra/feature/tool_based_generative_ui";
66

77
// Fails. Not a test issue, issue with the integration or cpk.
8-
test.fixme('[Mastra] Haiku generation and display verification', async ({
8+
test('[Mastra] Haiku generation and display verification', async ({
99
page,
1010
}) => {
1111
await page.goto(pageURL);
@@ -19,7 +19,7 @@ test.fixme('[Mastra] Haiku generation and display verification', async ({
1919
});
2020

2121
// Fails. Not a test issue, issue with the integration or cpk.
22-
test.fixme('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
22+
test('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
2323
page,
2424
}) => {
2525
await page.goto(pageURL);

typescript-sdk/integrations/mastra/example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
},
1818
"dependencies": {
1919
"@ai-sdk/openai": "^2.0.23",
20-
"@mastra/client-js": "^0.13.2",
21-
"@mastra/core": "^0.18.0",
22-
"@mastra/libsql": "^0.14.3",
23-
"@mastra/loggers": "^0.10.13",
24-
"@mastra/memory": "^0.15.3",
20+
"@mastra/client-js": "^0.14.0",
21+
"@mastra/core": "^0.19.0",
22+
"@mastra/libsql": "^0.15.0",
23+
"@mastra/loggers": "^0.10.14",
24+
"@mastra/memory": "^0.15.4",
2525
"zod": "^3.25.48"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^22.15.29",
29-
"mastra": "^0.11.2",
29+
"mastra": "^0.13.3",
3030
"typescript": "^5.8.3"
3131
}
3232
}

typescript-sdk/integrations/mastra/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-ui/mastra",
3-
"version": "0.1.0-next.1",
3+
"version": "0.1.0",
44
"license": "Apache-2.0",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -58,20 +58,20 @@
5858
},
5959
"dependencies": {
6060
"@ai-sdk/ui-utils": "^1.1.19",
61-
"@mastra/client-js": "^0.13.2",
61+
"@mastra/client-js": "^0.14.0",
6262
"rxjs": "7.8.1"
6363
},
6464
"peerDependencies": {
65-
"@ag-ui/core": ">=0.0.38",
66-
"@ag-ui/client": ">=0.0.38",
67-
"@copilotkit/runtime": "^1.10.4",
68-
"@mastra/core": ">=0.18.0",
65+
"@ag-ui/core": ">=0.0.39",
66+
"@ag-ui/client": ">=0.0.39",
67+
"@copilotkit/runtime": "^1.10.5",
68+
"@mastra/core": ">=0.19.0",
6969
"zod": "^3.25.67"
7070
},
7171
"devDependencies": {
7272
"@ag-ui/core": "workspace:*",
7373
"@ag-ui/client": "workspace:*",
74-
"@mastra/core": "^0.18.0",
74+
"@mastra/core": "^0.19.0",
7575
"@types/jest": "^29.5.14",
7676
"@types/node": "^20.11.19",
7777
"jest": "^29.7.0",

0 commit comments

Comments
 (0)