@assistant-ui/react 0.0.28 → 0.0.29

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  ## Minimal Example with Vercel AI SDK
14
14
 
15
15
  ```sh
16
- npx assistant-ui@latest add assistant-modal
16
+ npx assistant-ui@latest add modal
17
17
  ```
18
18
 
19
19
  ```tsx
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "conversational-ui",
30
30
  "conversational-ai"
31
31
  ],
32
- "version": "0.0.28",
32
+ "version": "0.0.29",
33
33
  "license": "MIT",
34
34
  "exports": {
35
35
  ".": {
@@ -75,11 +75,11 @@
75
75
  "access": "public"
76
76
  },
77
77
  "devDependencies": {
78
- "@ai-sdk/react": "^0.0.1",
78
+ "@ai-sdk/react": "^0.0.2",
79
79
  "@types/node": "^20.14.2",
80
80
  "tsup": "^8.1.0",
81
- "@assistant-ui/tsconfig": "0.0.0",
82
- "@assistant-ui/react-ai-sdk": "0.0.2"
81
+ "@assistant-ui/react-ai-sdk": "0.0.3",
82
+ "@assistant-ui/tsconfig": "0.0.0"
83
83
  },
84
84
  "homepage": "https://assistant-ui.com/",
85
85
  "repository": {