wtfai 1.8.4 → 1.8.6

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/realtime.js CHANGED
@@ -23,6 +23,7 @@ class RealtimeService {
23
23
  ...this.headers
24
24
  },
25
25
  signal: controller.signal,
26
+ openWhenHidden: true,
26
27
  onmessage (msg) {
27
28
  if (!msg.data) return;
28
29
  if ('message' === msg.event || !msg.event) try {
package/dist/sse.js CHANGED
@@ -54,6 +54,7 @@ async function executeWorkflowSSE(url, body, callbacks, headers = {}) {
54
54
  console.error('[SDK] Failed to parse SSE data', e);
55
55
  }
56
56
  },
57
+ openWhenHidden: true,
57
58
  onerror (err) {
58
59
  var _callbacks_onError;
59
60
  null == (_callbacks_onError = callbacks.onError) || _callbacks_onError.call(callbacks, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wtfai",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -15,31 +15,31 @@
15
15
  "devDependencies": {
16
16
  "@eslint/js": "^9.39.4",
17
17
  "@rsbuild/plugin-react": "^1.4.6",
18
- "@rslib/core": "^0.21.2",
18
+ "@rslib/core": "^0.21.4",
19
19
  "@types/react": "^19.2.14",
20
20
  "eslint": "^9.39.4",
21
21
  "eslint-config-prettier": "^10.1.8",
22
22
  "eslint-plugin-prettier": "^5.5.5",
23
- "globals": "^17.5.0",
23
+ "globals": "^17.6.0",
24
24
  "prettier": "^3.8.3",
25
- "react": "^19.2.5",
25
+ "react": "^19.2.6",
26
26
  "typescript": "^5.9.3",
27
- "typescript-eslint": "^8.58.2"
27
+ "typescript-eslint": "^8.59.2"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": ">=16.9.0",
31
31
  "react-dom": ">=16.9.0"
32
32
  },
33
33
  "dependencies": {
34
- "@ant-design/icons": "^6.1.1",
35
- "@ant-design/x": "^2.5.0",
36
- "@ant-design/x-markdown": "^2.5.0",
34
+ "@ant-design/icons": "^6.2.2",
35
+ "@ant-design/x": "^2.7.0",
36
+ "@ant-design/x-markdown": "^2.7.0",
37
37
  "@microsoft/fetch-event-source": "^2.0.1",
38
38
  "clsx": "^2.1.1",
39
39
  "compressorjs": "^1.3.0",
40
40
  "cos-js-sdk-v5": "^1.10.1",
41
41
  "jsonrepair": "^3.14.0",
42
- "uuid": "^13.0.0",
42
+ "uuid": "^13.0.2",
43
43
  "@our-llm/shared": "3.0.2"
44
44
  },
45
45
  "scripts": {