@eloquentai/chat-sdk 0.27.0-dev → 0.28.0-dev
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/components/chat/realtime-socket.hook.d.ts +4 -1
- package/dist/components/chat/validations.d.ts +36 -0
- package/dist/{index-BNfbku_H.js → index-B4pyd17c.js} +2 -2
- package/dist/{index-BNfbku_H.js.map → index-B4pyd17c.js.map} +1 -1
- package/dist/index-Cz04-eYM.js +30614 -0
- package/dist/index-Cz04-eYM.js.map +1 -0
- package/dist/index.mjs +1 -1
- package/package.json +15 -26
- package/dist/index-E1fBXAzl.js +0 -16669
- package/dist/index-E1fBXAzl.js.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as n, a as s, r, u as f } from "./index-
|
|
1
|
+
import { C as n, a as s, r, u as f } from "./index-Cz04-eYM.js";
|
|
2
2
|
try {
|
|
3
3
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, d = new e.Error().stack;
|
|
4
4
|
d && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[d] = "118859a5-c0fd-4bc2-9d01-2ca49e89967d", e._sentryDebugIdIdentifier = "sentry-dbid-118859a5-c0fd-4bc2-9d01-2ca49e89967d");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eloquentai/chat-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chat",
|
|
@@ -43,11 +43,6 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@eslint/js": "^9.17.0",
|
|
46
|
-
"@radix-ui/react-avatar": "^1.1.11",
|
|
47
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
48
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
49
|
-
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
50
|
-
"@rive-app/react-canvas": "^4.27.1",
|
|
51
46
|
"@testing-library/jest-dom": "^6.7.0",
|
|
52
47
|
"@testing-library/react": "^16.3.0",
|
|
53
48
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -55,23 +50,18 @@
|
|
|
55
50
|
"@types/node": "^22.10.2",
|
|
56
51
|
"@types/react": "^18",
|
|
57
52
|
"@types/react-dom": "^18",
|
|
58
|
-
"@uidotdev/usehooks": "^2.4.1",
|
|
59
53
|
"@vitejs/plugin-react": "^4.3.4",
|
|
60
54
|
"ajv": "^8.18.0",
|
|
61
55
|
"autoprefixer": "^10.4.20",
|
|
62
56
|
"aws-amplify": "^6.16.3",
|
|
63
57
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
64
|
-
"clsx": "^2.1.1",
|
|
65
|
-
"emoji-picker-react": "^4.18.0",
|
|
66
58
|
"eslint": "^9.17.0",
|
|
67
59
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
68
60
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
69
61
|
"globals": "^15.14.0",
|
|
70
62
|
"jsdom": "^26.1.0",
|
|
71
|
-
"lucide-react": "^0.577.0",
|
|
72
63
|
"postcss": "^8.4.49",
|
|
73
64
|
"prettier": "^3.4.2",
|
|
74
|
-
"tailwind-merge": "^3.5.0",
|
|
75
65
|
"tailwind-scrollbar": "^3.1.0",
|
|
76
66
|
"tailwindcss": "^3.4.17",
|
|
77
67
|
"tailwindcss-animate": "^1.0.7",
|
|
@@ -80,31 +70,30 @@
|
|
|
80
70
|
"typescript-eslint": "^8.18.2",
|
|
81
71
|
"vite": "^6.3.5",
|
|
82
72
|
"vite-plugin-dts": "^4.4.0",
|
|
83
|
-
"vitest": "^3.2.4"
|
|
84
|
-
"zod": "^4.3.6"
|
|
73
|
+
"vitest": "^3.2.4"
|
|
85
74
|
},
|
|
86
75
|
"peerDependencies": {
|
|
87
|
-
"@radix-ui/react-avatar": ">=1.1.0",
|
|
88
|
-
"@radix-ui/react-dialog": ">=1.1.0",
|
|
89
|
-
"@radix-ui/react-popover": ">=1.1.0",
|
|
90
|
-
"@radix-ui/react-scroll-area": ">=1.2.0",
|
|
91
|
-
"@rive-app/react-canvas": ">=4.17.6",
|
|
92
|
-
"@uidotdev/usehooks": ">=2.4.1",
|
|
93
76
|
"aws-amplify": ">=6.8.0",
|
|
94
|
-
"clsx": ">=2.1.1",
|
|
95
|
-
"emoji-picker-react": ">=4.12.0",
|
|
96
|
-
"lucide-react": ">=0.456.0",
|
|
97
77
|
"react": ">=18",
|
|
98
|
-
"react-dom": ">=18"
|
|
99
|
-
"tailwind-merge": ">=2.6.0",
|
|
100
|
-
"zod": ">=3"
|
|
78
|
+
"react-dom": ">=18"
|
|
101
79
|
},
|
|
102
80
|
"dependencies": {
|
|
81
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
82
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
83
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
84
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
85
|
+
"@rive-app/react-canvas": "^4.27.1",
|
|
103
86
|
"@sentry/react": "^9.19.0",
|
|
104
87
|
"@sentry/vite-plugin": "^3.4.0",
|
|
88
|
+
"@uidotdev/usehooks": "^2.4.1",
|
|
89
|
+
"clsx": "^2.1.1",
|
|
90
|
+
"emoji-picker-react": "^4.18.0",
|
|
91
|
+
"lucide-react": "^0.577.0",
|
|
105
92
|
"react-markdown": ">=9.0.0",
|
|
106
93
|
"rehype-sanitize": "^6.0.0",
|
|
107
|
-
"remark-gfm": ">=4.0.0"
|
|
94
|
+
"remark-gfm": ">=4.0.0",
|
|
95
|
+
"tailwind-merge": "^3.5.0",
|
|
96
|
+
"zod": "^4.3.6"
|
|
108
97
|
},
|
|
109
98
|
"overrides": {
|
|
110
99
|
"fast-xml-parser": "^4.5.4",
|