@chaibuilder/sdk 2.5.1 → 2.5.2

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 (3) hide show
  1. package/dist/core.cjs +3 -3
  2. package/dist/core.js +418 -396
  3. package/package.json +19 -21
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author": "Suraj Air",
6
6
  "license": "BSD-3-Clause",
7
7
  "homepage": "https://chaibuilder.com",
8
- "version": "2.5.1",
8
+ "version": "2.5.2",
9
9
  "type": "module",
10
10
  "repository": {
11
11
  "type": "git",
@@ -69,10 +69,9 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@ai-sdk/react": "^1.2.2",
73
72
  "@chaibuilder/runtime": "2.2.0",
74
- "@floating-ui/dom": "1.6.13",
75
- "@floating-ui/react-dom": "2.1.2",
73
+ "@floating-ui/dom": "1.7.3",
74
+ "@floating-ui/react-dom": "2.1.5",
76
75
  "@mhsdesign/jit-browser-tailwindcss": "0.4.2",
77
76
  "@radix-ui/react-accordion": "^1.2.11",
78
77
  "@radix-ui/react-alert-dialog": "^1.1.14",
@@ -98,9 +97,9 @@
98
97
  "@radix-ui/react-toggle": "^1.1.9",
99
98
  "@radix-ui/react-tooltip": "^1.2.7",
100
99
  "@react-hookz/web": "25.1.1",
101
- "@rjsf/core": "5.24.2",
102
- "@rjsf/utils": "5.24.2",
103
- "@rjsf/validator-ajv8": "5.24.2",
100
+ "@rjsf/core": "5.24.12",
101
+ "@rjsf/utils": "5.24.12",
102
+ "@rjsf/validator-ajv8": "5.24.12",
104
103
  "@tailwindcss/aspect-ratio": "^0.4.2",
105
104
  "@tailwindcss/container-queries": "^0.1.1",
106
105
  "@tailwindcss/forms": "^0.5.10",
@@ -121,25 +120,24 @@
121
120
  "cmdk": "1.1.1",
122
121
  "culori": "^4.0.2",
123
122
  "flagged": "3.0.0",
124
- "framer-motion": "^12.6.3",
125
- "fuse.js": "7.0.0",
123
+ "framer-motion": "12.23.12",
124
+ "fuse.js": "7.1.0",
126
125
  "himalaya": "^1.1.0",
127
- "i18next": "^24.2.1",
128
- "jotai": "2.12.1",
126
+ "i18next": "25.3.4",
127
+ "jotai": "2.13.1",
129
128
  "lodash": "^4.17.21",
130
129
  "lodash-es": "4.17.21",
131
- "lucide-react": "^0.474.0",
132
- "re-resizable": "^6.10.3",
133
- "react-arborist": "^3.4.0",
134
- "react-autosuggest": "^10.1.0",
130
+ "lucide-react": "0.539.0",
131
+ "re-resizable": "6.11.2",
132
+ "react-arborist": "^3.4.3",
133
+ "react-autosuggest": "10.1.0",
135
134
  "react-colorful": "5.6.1",
136
- "react-error-boundary": "^5.0.0",
137
- "react-hotkeys-hook": "4.6.1",
138
- "react-i18next": "15.4.0",
139
- "react-json-view-lite": "^2.3.0",
135
+ "react-error-boundary": "^6.0.0",
136
+ "react-hotkeys-hook": "5.1.0",
137
+ "react-i18next": "15.6.1",
140
138
  "react-wrap-balancer": "^1.1.1",
141
- "sonner": "^2.0.1",
142
- "tailwind-merge": "^2.6.0",
139
+ "sonner": "^2.0.7",
140
+ "tailwind-merge": "^3.3.1",
143
141
  "tree-model": "^1.0.7",
144
142
  "undo-manager": "^1.1.1"
145
143
  },