@copilotkit/sdk-js 1.3.16-pre.11 → 1.3.16-pre.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
- ## 1.3.16-pre.11
3
+ ## 1.3.16-pre.13
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Test prerelease
7
+ - Fixing an issue with stop generation not working during FE actions
8
8
  - Updated dependencies
9
- - @copilotkit/shared@1.3.16-pre.11
9
+ - @copilotkit/shared@1.3.16-pre.13
10
+
11
+ ## 1.3.16-pre.12
12
+
13
+ ### Patch Changes
14
+
15
+ - Add latest change from main
16
+ - Updated dependencies
17
+ - @copilotkit/shared@1.3.16-pre.12
18
+
19
+ ## 1.3.16-mme-reset-chat.11
20
+
21
+ ### Patch Changes
22
+
23
+ - f3ce10a: Add custom stop/reload
24
+ - Merge main
25
+ - Updated dependencies [164ce73]
26
+ - Updated dependencies [f3ce10a]
27
+ - Updated dependencies
28
+ - Updated dependencies [c7df09a]
29
+ - @copilotkit/shared@1.3.16-mme-reset-chat.11
10
30
 
11
31
  ## 1.3.16-mme-revert-rxjs-changes.10
12
32
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.3.16-pre.11",
12
+ "version": "1.3.16-pre.13",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -49,8 +49,8 @@
49
49
  "tsup": "^6.7.0",
50
50
  "typescript": "^5.2.3",
51
51
  "zod-to-json-schema": "^3.23.5",
52
- "eslint-config-custom": "1.3.16-pre.1",
53
- "tsconfig": "1.3.16-pre.1"
52
+ "eslint-config-custom": "1.3.16-pre.2",
53
+ "tsconfig": "1.3.16-pre.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@langchain/community": "^0.0.53",
@@ -59,7 +59,7 @@
59
59
  "@langchain/langgraph-sdk": "^0.0.16",
60
60
  "langchain": "^0.3.3",
61
61
  "zod": "^3.23.3",
62
- "@copilotkit/shared": "1.3.16-pre.11"
62
+ "@copilotkit/shared": "1.3.16-pre.13"
63
63
  },
64
64
  "keywords": [
65
65
  "copilotkit",