@eloquentai/chat-sdk 0.29.0 → 0.29.1-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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { C as n, a as s, r, u as f } from "./index-BvIaSpGp.js";
1
+ import { C as n, a as s, r, u as f } from "./index-B45B3gs9.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.29.0",
3
+ "version": "0.29.1-dev",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "chat",
@@ -68,9 +68,9 @@
68
68
  "terser": "^5.46.0",
69
69
  "typescript": "~5.7.2",
70
70
  "typescript-eslint": "^8.18.2",
71
- "vite": "^6.4.2",
71
+ "vite": "^6.4.3",
72
72
  "vite-plugin-dts": "^4.5.4",
73
- "vitest": "^3.2.4"
73
+ "vitest": "^4.1.9"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "aws-amplify": ">=6.8.0",
@@ -98,12 +98,20 @@
98
98
  },
99
99
  "overrides": {
100
100
  "fast-xml-parser": "^5.7.0",
101
- "tar": "^7.5.10",
101
+ "tar": "^7.5.16",
102
+ "ws": "^8.21.0",
103
+ "form-data": "^4.0.6",
102
104
  "minimatch@<3.1.4": "3.1.4",
103
105
  "lodash@<=4.17.23": "4.18.1",
104
106
  "flatted@<=3.4.1": "3.4.2",
105
107
  "uuid": "^14.0.0",
106
108
  "brace-expansion@>=2.0.0": "^2.0.3",
107
109
  "yaml@>=2.0.0": "^2.8.3"
110
+ },
111
+ "allowScripts": {
112
+ "esbuild@0.27.7": true,
113
+ "esbuild@0.25.12": true,
114
+ "fsevents@2.3.3": true,
115
+ "@sentry/cli@2.58.5": true
108
116
  }
109
117
  }