@eloquentai/chat-sdk 0.21.19-dev → 0.21.22-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/{index-BX0y8c0Z.js → index-BSdpsyq6.js} +2 -2
- package/dist/{index-BX0y8c0Z.js.map → index-BSdpsyq6.js.map} +1 -1
- package/dist/{index-Czpoox_t.js → index-CTlrhhtB.js} +4907 -2775
- package/dist/index-CTlrhhtB.js.map +1 -0
- package/dist/index.mjs +1 -1
- package/package.json +2 -1
- package/dist/index-Czpoox_t.js.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as n, a as t, r } from "./index-
|
|
1
|
+
import { C as n, a as t, r } from "./index-CTlrhhtB.js";
|
|
2
2
|
try {
|
|
3
3
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, a = new e.Error().stack;
|
|
4
4
|
a && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[a] = "2f86aa74-a654-4fad-86f8-adba1f3666a9", e._sentryDebugIdIdentifier = "sentry-dbid-2f86aa74-a654-4fad-86f8-adba1f3666a9");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eloquentai/chat-sdk",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.22-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chat",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"preview": "vite preview",
|
|
36
36
|
"trunk": "trunk",
|
|
37
37
|
"lint": "trunk check",
|
|
38
|
+
"lint:ci": "trunk check --ci --no-progress",
|
|
38
39
|
"format": "trunk fmt",
|
|
39
40
|
"test": "vitest",
|
|
40
41
|
"test:run": "vitest run",
|