@copilotkit/sdk-js 1.4.6 → 1.4.7

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