@ai-sdk/devtools 1.0.0-canary.23 → 1.0.0-canary.26

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,8 +10,8 @@
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-BYl4b0-J.js"></script>
14
- <link rel="stylesheet" crossorigin href="/assets/index-DGv_Z9xV.css">
13
+ <script type="module" crossorigin src="/assets/index-Rx129Xx2.js"></script>
14
+ <link rel="stylesheet" crossorigin href="/assets/index-BVPj3Knk.css">
15
15
  </head>
16
16
  <body>
17
17
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/devtools",
3
- "version": "1.0.0-canary.23",
3
+ "version": "1.0.0-canary.26",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -25,38 +25,38 @@
25
25
  "bin"
26
26
  ],
27
27
  "dependencies": {
28
- "@hono/node-server": "^1.13.7",
29
- "hono": "^4.6.14",
30
- "@ai-sdk/provider": "4.0.0-canary.16"
28
+ "@hono/node-server": "^1.19.14",
29
+ "hono": "^4.12.18",
30
+ "@ai-sdk/provider": "4.0.0-canary.17"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@radix-ui/react-collapsible": "^1.1.12",
34
34
  "@radix-ui/react-scroll-area": "^1.2.10",
35
35
  "@radix-ui/react-slot": "^1.2.4",
36
36
  "@radix-ui/react-tooltip": "^1.2.8",
37
- "@tailwindcss/vite": "^4.1.17",
38
- "@types/node": "20.17.24",
39
- "@types/react": "^18",
40
- "@types/react-dom": "^18",
41
- "@vitejs/plugin-react": "^4.3.4",
37
+ "@tailwindcss/vite": "^4.3.0",
38
+ "@types/node": "22.19.19",
39
+ "@types/react": "^18.3.28",
40
+ "@types/react-dom": "^18.3.7",
41
+ "@vitejs/plugin-react": "^4.7.0",
42
42
  "class-variance-authority": "^0.7.1",
43
43
  "clsx": "^2.1.1",
44
- "concurrently": "^9.1.0",
45
- "dotenv": "^17.2.3",
44
+ "concurrently": "^9.2.1",
45
+ "dotenv": "^17.4.2",
46
46
  "lucide-react": "^0.556.0",
47
- "react": "^18 || ^19",
48
- "react-dom": "^18 || ^19",
49
- "tailwind-merge": "^3.4.0",
50
- "tailwindcss": "^4.1.17",
51
- "tsup": "^8",
52
- "vitest": "^4.1.5",
53
- "tsx": "^4.19.2",
47
+ "react": "^19.2.6",
48
+ "react-dom": "^19.2.6",
49
+ "tailwind-merge": "^3.6.0",
50
+ "tailwindcss": "^4.3.0",
51
+ "tsup": "^8.5.1",
52
+ "tsx": "^4.22.0",
54
53
  "tw-animate-css": "^1.4.0",
55
54
  "typescript": "5.8.3",
56
55
  "vaul": "^1.1.2",
57
- "vite": "^6.0.3",
56
+ "vite": "^6.4.2",
57
+ "vitest": "^4.1.6",
58
58
  "zod": "3.25.76",
59
- "ai": "7.0.0-canary.137"
59
+ "ai": "7.0.0-canary.144"
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public",
@@ -74,7 +74,7 @@
74
74
  "license": "Apache-2.0",
75
75
  "sideEffects": false,
76
76
  "engines": {
77
- "node": ">=18"
77
+ "node": ">=22"
78
78
  },
79
79
  "keywords": [
80
80
  "ai"
@@ -4,7 +4,7 @@ import { cva, type VariantProps } from 'class-variance-authority';
4
4
  import { cn } from '@/lib/utils';
5
5
 
6
6
  const buttonVariants = cva(
7
- "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
7
+ "inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
8
8
  {
9
9
  variants: {
10
10
  variant: {