@copilotkit/sdk-js 1.4.1-pre.2 → 1.4.1-pre.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,48 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.4.1-pre.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 1721cbd: lower case copilotkit property
8
+ - 1721cbd: add zod conversion
9
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
10
+ - fix assistant message CSS and propagate actions to LG JS
11
+ - Updated dependencies [1721cbd]
12
+ - Updated dependencies [1721cbd]
13
+ - Updated dependencies [1721cbd]
14
+ - Updated dependencies
15
+ - @copilotkit/shared@1.4.1-pre.6
16
+
17
+ ## 1.4.1-pre.5
18
+
19
+ ### Patch Changes
20
+
21
+ - bump
22
+ - Updated dependencies
23
+ - @copilotkit/shared@1.4.1-pre.5
24
+
25
+ ## 1.4.1-pre.4
26
+
27
+ ### Patch Changes
28
+
29
+ - bump
30
+ - Updated dependencies
31
+ - @copilotkit/shared@1.4.1-pre.4
32
+
33
+ ## 1.4.1-pre.3
34
+
35
+ ### Patch Changes
36
+
37
+ - bump
38
+ - Updated dependencies
39
+ - @copilotkit/shared@1.4.1-pre.3
40
+
3
41
  ## 1.4.1-pre.2
4
42
 
5
43
  ### Patch Changes
6
44
 
7
- - Add convertActionsToDynamicStructuredTools to sdk-js
45
+ - bump
8
46
  - Updated dependencies
9
47
  - @copilotkit/shared@1.4.1-pre.2
10
48
 
@@ -12,7 +50,7 @@
12
50
 
13
51
  ### Patch Changes
14
52
 
15
- - add zod conversion
53
+ - bump
16
54
  - Updated dependencies
17
55
  - @copilotkit/shared@1.4.1-pre.1
18
56
 
@@ -20,7 +58,7 @@
20
58
 
21
59
  ### Patch Changes
22
60
 
23
- - lower case copilotkit property
61
+ - New prerelease
24
62
  - Updated dependencies
25
63
  - @copilotkit/shared@1.4.1-pre.0
26
64
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.4.1-pre.2",
12
+ "version": "1.4.1-pre.6",
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.4.1-pre.2",
53
- "tsconfig": "1.4.1-pre.2"
52
+ "eslint-config-custom": "1.4.1-pre.6",
53
+ "tsconfig": "1.4.1-pre.6"
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.4.1-pre.2"
62
+ "@copilotkit/shared": "1.4.1-pre.6"
63
63
  },
64
64
  "keywords": [
65
65
  "copilotkit",