@ai-sdk/devtools 1.0.0-beta.3 → 1.0.0-beta.4

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.
@@ -10,7 +10,7 @@
10
10
  href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600;700&display=swap"
11
11
  rel="stylesheet"
12
12
  />
13
- <script type="module" crossorigin src="/assets/index-DmPGHSLs.js"></script>
13
+ <script type="module" crossorigin src="/assets/index-BwqXGbSV.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="/assets/index-BkyOIjbt.css">
15
15
  </head>
16
16
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/devtools",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@hono/node-server": "^1.13.7",
29
29
  "hono": "^4.6.14",
30
- "@ai-sdk/provider": "4.0.0-beta.3"
30
+ "@ai-sdk/provider": "4.0.0-beta.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@radix-ui/react-collapsible": "^1.1.12",
@@ -55,7 +55,7 @@
55
55
  "vaul": "^1.1.2",
56
56
  "vite": "^6.0.3",
57
57
  "zod": "3.25.76",
58
- "ai": "7.0.0-beta.25"
58
+ "ai": "7.0.0-beta.27"
59
59
  },
60
60
  "scripts": {
61
61
  "dev": "concurrently -k \"pnpm dev:api\" \"pnpm dev:client\"",
@@ -40,10 +40,12 @@
40
40
  }
41
41
 
42
42
  @theme inline {
43
- --font-sans: "Geist Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
44
- Roboto, sans-serif;
45
- --font-mono: "Geist Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo,
46
- Consolas, monospace;
43
+ --font-sans:
44
+ "Geist Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
45
+ sans-serif;
46
+ --font-mono:
47
+ "Geist Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
48
+ monospace;
47
49
 
48
50
  --color-background: var(--background);
49
51
  --color-foreground: var(--foreground);
@@ -104,15 +106,21 @@
104
106
  }
105
107
  body {
106
108
  @apply bg-background text-foreground;
107
- font-family: "Geist Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
108
- Roboto, sans-serif;
109
+ font-family:
110
+ "Geist Sans",
111
+ -apple-system,
112
+ BlinkMacSystemFont,
113
+ "Segoe UI",
114
+ Roboto,
115
+ sans-serif;
109
116
  }
110
117
 
111
118
  code,
112
119
  pre,
113
120
  kbd {
114
- font-family: "Geist Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo,
115
- Consolas, monospace;
121
+ font-family:
122
+ "Geist Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
123
+ monospace;
116
124
  }
117
125
 
118
126
  /* Custom scrollbar styling */