@copilotkit/sdk-js 1.4.6 → 1.4.8-next.0

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 +54 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,28 +1,76 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.4.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/shared@1.4.8-next.0
8
+
9
+ ## 1.4.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Fix broken build script before release
14
+ - Updated dependencies
15
+ - @copilotkit/shared@1.4.7
16
+
3
17
  ## 1.4.6
4
18
 
5
19
  ### Patch Changes
6
20
 
7
21
  - .
8
- - Updated dependencies
9
- - @copilotkit/shared@1.4.6
10
22
 
11
23
  ## 1.4.5
12
24
 
13
25
  ### Patch Changes
14
26
 
15
- - .
27
+ - testing release workflow
16
28
  - Updated dependencies
17
29
  - @copilotkit/shared@1.4.5
18
30
 
19
- ## 1.4.4
31
+ ## 1.4.5-next.0
20
32
 
21
33
  ### Patch Changes
22
34
 
23
- - .
35
+ - testing release workflow
24
36
  - Updated dependencies
25
- - @copilotkit/shared@1.4.4
37
+ - @copilotkit/shared@1.4.5-next.0
38
+
39
+ ## 1.4.4
40
+
41
+ ### Patch Changes
42
+
43
+ - @copilotkit/shared@1.4.4
44
+
45
+ ## 1.4.4-next.4
46
+
47
+ ### Patch Changes
48
+
49
+ - @copilotkit/shared@1.4.4-next.4
50
+
51
+ ## 1.4.4-next.3
52
+
53
+ ### Patch Changes
54
+
55
+ - @copilotkit/shared@1.4.4-next.3
56
+
57
+ ## 1.4.4-next.2
58
+
59
+ ### Patch Changes
60
+
61
+ - @copilotkit/shared@1.4.4-next.2
62
+
63
+ ## 1.4.4-next.1
64
+
65
+ ### Patch Changes
66
+
67
+ - @copilotkit/shared@1.4.4-next.1
68
+
69
+ ## 1.4.4-next.0
70
+
71
+ ### Patch Changes
72
+
73
+ - @copilotkit/shared@1.4.4-next.0
26
74
 
27
75
  ## 1.4.3
28
76
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.4.6",
12
+ "version": "1.4.8-next.0",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -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.6"
62
+ "@copilotkit/shared": "1.4.8-next.0"
63
63
  },
64
64
  "keywords": [
65
65
  "copilotkit",