@magemetrics/ai 0.0.38 → 0.0.39
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/dist/react/ai.js +1553 -1557
- package/dist/styles.css +1 -1
- package/dist/web-component/{browser-CH_bPnDK.js → browser-6VS_4eco.js} +1 -1
- package/dist/web-component/{web-component-B-Q_tXDP.js → web-component-Bkvh5GBk.js} +23796 -24198
- package/dist/web-component/web-component.es.js +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magemetrics/ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@ai-sdk/react": "^1.2.
|
|
7
|
-
"@ai-sdk/ui-utils": "^1.2.
|
|
6
|
+
"@ai-sdk/react": "^1.2.12",
|
|
7
|
+
"@ai-sdk/ui-utils": "^1.2.11",
|
|
8
8
|
"@dagrejs/dagre": "^1.1.4",
|
|
9
|
-
"@fontsource-variable/bitter": "^5.2.
|
|
9
|
+
"@fontsource-variable/bitter": "^5.2.7",
|
|
10
10
|
"@fontsource-variable/source-code-pro": "^5.2.5",
|
|
11
|
-
"@fontsource-variable/source-sans-3": "^5.2.
|
|
11
|
+
"@fontsource-variable/source-sans-3": "^5.2.7",
|
|
12
12
|
"@kurkle/color": "^0.3.4",
|
|
13
13
|
"@r2wc/react-to-web-component": "^2.0.4",
|
|
14
|
-
"@radix-ui/react-collapsible": "^1.1.
|
|
15
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
16
|
-
"@radix-ui/react-hover-card": "^1.1.
|
|
17
|
-
"@radix-ui/react-popover": "^1.1.
|
|
14
|
+
"@radix-ui/react-collapsible": "^1.1.11",
|
|
15
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
16
|
+
"@radix-ui/react-hover-card": "^1.1.14",
|
|
17
|
+
"@radix-ui/react-popover": "^1.1.14",
|
|
18
18
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
19
|
-
"@radix-ui/react-slot": "^1.2.
|
|
19
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
20
20
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
21
|
-
"@radix-ui/react-visually-hidden": "^1.2.
|
|
22
|
-
"@supabase/supabase-js": "2.49.
|
|
23
|
-
"@tanstack/react-query": "^5.
|
|
24
|
-
"@tanstack/react-table": "^8.21.
|
|
25
|
-
"@tanstack/react-virtual": "^3.13.
|
|
21
|
+
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
22
|
+
"@supabase/supabase-js": "2.49.8",
|
|
23
|
+
"@tanstack/react-query": "^5.77.1",
|
|
24
|
+
"@tanstack/react-table": "^8.21.3",
|
|
25
|
+
"@tanstack/react-virtual": "^3.13.9",
|
|
26
26
|
"@uidotdev/usehooks": "^2.4.1",
|
|
27
|
-
"@xyflow/react": "^12.
|
|
27
|
+
"@xyflow/react": "^12.6.4",
|
|
28
28
|
"class-variance-authority": "^0.7.1",
|
|
29
29
|
"clsx": "^2.1.1",
|
|
30
30
|
"dayjs": "^1.11.13",
|
|
31
31
|
"framer-motion": "^12.4.3",
|
|
32
32
|
"html2canvas": "^1.4.1",
|
|
33
|
-
"jotai": "^2.12.
|
|
34
|
-
"jotai-location": "^0.
|
|
33
|
+
"jotai": "^2.12.4",
|
|
34
|
+
"jotai-location": "^0.6.0",
|
|
35
35
|
"openapi-fetch": "^0.13.4",
|
|
36
36
|
"react-markdown": "^10.1.0",
|
|
37
|
-
"recharts": "^2.15.
|
|
38
|
-
"tailwind-merge": "^3.
|
|
37
|
+
"recharts": "^2.15.3",
|
|
38
|
+
"tailwind-merge": "^3.3.0",
|
|
39
39
|
"vaul": "^1.1.2",
|
|
40
|
-
"zod": "^3.
|
|
40
|
+
"zod": "^3.25.28"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "^18.2.0 || ^19.0.0",
|