@ai-sdk/devtools 1.0.0-beta.18 → 1.0.0-beta.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/devtools",
3
- "version": "1.0.0-beta.18",
3
+ "version": "1.0.0-beta.19",
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.13"
30
+ "@ai-sdk/provider": "4.0.0-beta.14"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@radix-ui/react-collapsible": "^1.1.12",
@@ -56,7 +56,7 @@
56
56
  "vaul": "^1.1.2",
57
57
  "vite": "^6.0.3",
58
58
  "zod": "3.25.76",
59
- "ai": "7.0.0-beta.113"
59
+ "ai": "7.0.0-beta.114"
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public",
package/src/middleware.ts CHANGED
@@ -1,8 +1,8 @@
1
- import {
2
- type LanguageModelV4FinishReason,
3
- type LanguageModelV4Usage,
4
- type LanguageModelV4Middleware,
5
- type LanguageModelV4StreamPart,
1
+ import type {
2
+ LanguageModelV4FinishReason,
3
+ LanguageModelV4Usage,
4
+ LanguageModelV4Middleware,
5
+ LanguageModelV4StreamPart,
6
6
  } from '@ai-sdk/provider';
7
7
  import {
8
8
  createRun,
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Slot } from '@radix-ui/react-slot';
3
3
  import { cva, type VariantProps } from 'class-variance-authority';
4
-
5
4
  import { cn } from '@/lib/utils';
6
5
 
7
6
  const badgeVariants = cva(
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Slot } from '@radix-ui/react-slot';
3
3
  import { cva, type VariantProps } from 'class-variance-authority';
4
-
5
4
  import { cn } from '@/lib/utils';
6
5
 
7
6
  const buttonVariants = cva(