modifywithai 2.2.1 → 2.3.0

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 (1) hide show
  1. package/package.json +12 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modifywithai",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "type": "module",
5
5
  "types": "./src/assistant/index.tsx",
6
6
  "exports": {
@@ -41,17 +41,7 @@
41
41
  "react-router": "^7.0.0",
42
42
  "react-router-dom": "^6.0.0 || ^7.0.0",
43
43
  "@tanstack/react-router": "^1.0.0",
44
- "@tanstack/react-start": "^1.0.0",
45
- "@ai-sdk/react": "^3.0.44",
46
- "ai": "^6.0.42",
47
- "streamdown": "^2.1.0",
48
- "@radix-ui/react-collapsible": "^1.1.12",
49
- "vaul-base": "^1.0.0",
50
- "clsx": "^2.1.1",
51
- "tailwind-merge": "^3.4.0",
52
- "@json-render/react": "^0.2.0",
53
- "@json-render/core": "^0.2.0",
54
- "lucide-react": "^0.562.0"
44
+ "@tanstack/react-start": "^1.0.0"
55
45
  },
56
46
  "peerDependenciesMeta": {
57
47
  "react-dom": {
@@ -77,42 +67,22 @@
77
67
  },
78
68
  "@tanstack/react-start": {
79
69
  "optional": true
80
- },
81
- "@ai-sdk/react": {
82
- "optional": true
83
- },
84
- "ai": {
85
- "optional": true
86
- },
87
- "streamdown": {
88
- "optional": true
89
- },
90
- "@radix-ui/react-collapsible": {
91
- "optional": true
92
- },
93
- "vaul-base": {
94
- "optional": true
95
- },
96
- "clsx": {
97
- "optional": true
98
- },
99
- "tailwind-merge": {
100
- "optional": true
101
- },
102
- "@json-render/react": {
103
- "optional": true
104
- },
105
- "@json-render/core": {
106
- "optional": true
107
- },
108
- "lucide-react": {
109
- "optional": true
110
70
  }
111
71
  },
112
72
  "dependencies": {
73
+ "@ai-sdk/react": "^3.0.44",
74
+ "@json-render/core": "^0.2.0",
75
+ "@json-render/react": "^0.2.0",
76
+ "@radix-ui/react-collapsible": "^1.1.12",
113
77
  "@tanstack/react-query": "^5.90.20",
78
+ "ai": "^6.0.42",
79
+ "clsx": "^2.1.1",
80
+ "lucide-react": "^0.562.0",
114
81
  "nanoid": "^5.1.6",
115
82
  "rou3": "^0.7.12",
83
+ "streamdown": "^2.1.0",
84
+ "tailwind-merge": "^3.4.0",
85
+ "vaul-base": "^1.0.0",
116
86
  "zod": "^4.3.6"
117
87
  }
118
88
  }