@magemetrics/ai 0.1.8 → 0.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.
- package/dist/react/ai.js +23733 -20981
- package/dist/react/index.d.ts +32 -22
- package/dist/styles.css +1 -1
- package/dist/web-component/index.d.ts +32 -22
- package/dist/web-component/web-component.es.js +70797 -66763
- package/package.json +12 -21
- package/dist/react/ai.css +0 -1
- package/dist/web-component/ai.css +0 -1
package/package.json
CHANGED
|
@@ -1,27 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magemetrics/ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@ai-sdk/react": "2.0.
|
|
6
|
+
"@ai-sdk/react": "2.0.76",
|
|
7
7
|
"@dagrejs/dagre": "^1.1.5",
|
|
8
8
|
"@fontsource-variable/bitter": "^5.2.10",
|
|
9
9
|
"@fontsource-variable/source-code-pro": "^5.2.7",
|
|
10
10
|
"@fontsource-variable/source-sans-3": "^5.2.9",
|
|
11
11
|
"@kurkle/color": "^0.4.0",
|
|
12
|
-
"@progress/kendo-intl": "^3.1.2",
|
|
13
|
-
"@progress/kendo-licensing": "^1.7.1",
|
|
14
|
-
"@progress/kendo-popup-common": "^1.9.5",
|
|
15
|
-
"@progress/kendo-react-animation": "^12.1.0",
|
|
16
|
-
"@progress/kendo-react-buttons": "^12.1.0",
|
|
17
|
-
"@progress/kendo-react-common": "^12.1.0",
|
|
18
|
-
"@progress/kendo-react-intl": "^12.1.0",
|
|
19
|
-
"@progress/kendo-react-layout": "12.1.0",
|
|
20
|
-
"@progress/kendo-react-popup": "^12.1.0",
|
|
21
|
-
"@progress/kendo-react-progressbars": "^12.1.0",
|
|
22
|
-
"@progress/kendo-svg-icons": "^4.5.0",
|
|
23
|
-
"@progress/kendo-theme-default": "12.0.1",
|
|
24
|
-
"@progress/kendo-webspeech-common": "1.0.1",
|
|
25
12
|
"@r2wc/react-to-web-component": "^2.1.0",
|
|
26
13
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
27
14
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -32,27 +19,31 @@
|
|
|
32
19
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
33
20
|
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
34
21
|
"@supabase/auth-js": "^2.72.0",
|
|
35
|
-
"@tanstack/react-query": "^5.90.
|
|
22
|
+
"@tanstack/react-query": "^5.90.5",
|
|
36
23
|
"@tanstack/react-table": "^8.21.3",
|
|
37
24
|
"@tanstack/react-virtual": "^3.13.12",
|
|
38
25
|
"@xyflow/react": "^12.8.6",
|
|
39
|
-
"ai": "5.0.
|
|
26
|
+
"ai": "5.0.76",
|
|
40
27
|
"class-variance-authority": "^0.7.1",
|
|
41
28
|
"clsx": "^2.1.1",
|
|
42
29
|
"dayjs": "^1.11.18",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
30
|
+
"es-toolkit": "^1.40.0",
|
|
31
|
+
"framer-motion": "^12.23.24",
|
|
32
|
+
"html-to-image": "1.11.13",
|
|
33
|
+
"html2canvas-pro": "^1.5.12",
|
|
34
|
+
"perfect-freehand": "^1.2.2",
|
|
35
|
+
"openapi-fetch": "^0.15.0",
|
|
46
36
|
"react-error-boundary": "^6.0.0",
|
|
47
37
|
"react-markdown": "^10.1.0",
|
|
48
38
|
"react-scan": "^0.4.3",
|
|
49
39
|
"react-textarea-autosize": "^8.5.9",
|
|
50
40
|
"react-transition-group": "^4.4.5",
|
|
41
|
+
"remark-breaks": "^4.0.0",
|
|
51
42
|
"tailwind-merge": "^3.3.1",
|
|
52
43
|
"usehooks-ts": "^3.1.1",
|
|
53
44
|
"vaul": "^1.1.2",
|
|
54
45
|
"zod": "^3.25.76",
|
|
55
|
-
"@magemetrics/core": "0.
|
|
46
|
+
"@magemetrics/core": "0.3.0"
|
|
56
47
|
},
|
|
57
48
|
"peerDependencies": {
|
|
58
49
|
"react": "^18.2.0 || ^19.0.0",
|