@copilotkit/sdk-js 1.50.0-beta.8 → 1.50.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 +157 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,162 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.50.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0fc76d7: add new runner with telemetry baked in
8
+ - c942f9c: Minor fixes and stability improvements
9
+ - eed6021: Updating to the latest version of vnext
10
+ - 3b7367e: Improving general stability around LangChain
11
+ - 7ff9ca7: Minor fixes and improvements
12
+ - 974875e: Lint and format code to resolve Prettier errors
13
+ - 3bd484f: Minor fixes and stability improvements
14
+ - 5a534bf: fix telemetry in v1.50 runtime
15
+ - 769a06c: Refactor suggestions to not always run
16
+ - 788292b: Improving langchain dependency resolution
17
+ - eab69a2: Enabling the new inspector
18
+ - 0a7bfe0: Updating dependency versions across all packages
19
+
20
+ ### Patch Changes
21
+
22
+ - d1089a7: - fix: allow langgraph 1.0
23
+ - Updated dependencies [0fc76d7]
24
+ - Updated dependencies [c942f9c]
25
+ - Updated dependencies [b0e3652]
26
+ - Updated dependencies [eed6021]
27
+ - Updated dependencies [3b7367e]
28
+ - Updated dependencies [7ff9ca7]
29
+ - Updated dependencies [974875e]
30
+ - Updated dependencies [4942f62]
31
+ - Updated dependencies [3bd484f]
32
+ - Updated dependencies [5a534bf]
33
+ - Updated dependencies [769a06c]
34
+ - Updated dependencies [788292b]
35
+ - Updated dependencies [eab69a2]
36
+ - Updated dependencies [0a7bfe0]
37
+ - @copilotkit/shared@1.50.0
38
+
39
+ ## 1.50.0-beta.19
40
+
41
+ ### Minor Changes
42
+
43
+ - Improving langchain dependency resolution
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies
48
+ - @copilotkit/shared@1.50.0-beta.19
49
+
50
+ ## 1.50.0-beta.18
51
+
52
+ ### Minor Changes
53
+
54
+ - Improving general stability around LangChain
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies
59
+ - @copilotkit/shared@1.50.0-beta.18
60
+
61
+ ## 1.50.0-beta.17
62
+
63
+ ### Minor Changes
64
+
65
+ - Minor fixes and improvements
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies
70
+ - @copilotkit/shared@1.50.0-beta.17
71
+
72
+ ## 1.50.0-beta.16
73
+
74
+ ### Minor Changes
75
+
76
+ - Minor fixes and stability improvements
77
+
78
+ ### Patch Changes
79
+
80
+ - Updated dependencies
81
+ - @copilotkit/shared@1.50.0-beta.16
82
+
83
+ ## 1.50.0-beta.15
84
+
85
+ ### Minor Changes
86
+
87
+ - Lint and format code to resolve Prettier errors
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies
92
+ - @copilotkit/shared@1.50.0-beta.15
93
+
94
+ ## 1.50.0-beta.14
95
+
96
+ ### Minor Changes
97
+
98
+ - Minor fixes and stability improvements
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies
103
+ - @copilotkit/shared@1.50.0-beta.14
104
+
105
+ ## 1.50.0-beta.13
106
+
107
+ ### Minor Changes
108
+
109
+ - Updating to the latest version of vnext
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies
114
+ - @copilotkit/shared@1.50.0-beta.13
115
+
116
+ ## 1.50.0-beta.12
117
+
118
+ ### Minor Changes
119
+
120
+ - eab69a2: Enabling the new inspector
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [eab69a2]
125
+ - @copilotkit/shared@1.50.0-beta.12
126
+
127
+ ## 1.50.0-beta.11
128
+
129
+ ### Minor Changes
130
+
131
+ - fix telemetry in v1.50 runtime
132
+
133
+ ### Patch Changes
134
+
135
+ - Updated dependencies
136
+ - @copilotkit/shared@1.50.0-beta.11
137
+
138
+ ## 1.50.0-beta.10
139
+
140
+ ### Minor Changes
141
+
142
+ - add new runner with telemetry baked in
143
+
144
+ ### Patch Changes
145
+
146
+ - Updated dependencies
147
+ - @copilotkit/shared@1.50.0-beta.10
148
+
149
+ ## 1.50.0-beta.9
150
+
151
+ ### Minor Changes
152
+
153
+ - Refactor suggestions to not always run
154
+
155
+ ### Patch Changes
156
+
157
+ - Updated dependencies
158
+ - @copilotkit/shared@1.50.0-beta.9
159
+
3
160
  ## 1.50.0-beta.8
4
161
 
5
162
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.0-beta.8",
12
+ "version": "1.50.0",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -46,11 +46,11 @@
46
46
  "ts-node": "^10.9.2",
47
47
  "tsup": "^6.7.0",
48
48
  "typescript": "^5.2.3",
49
- "eslint-config-custom": "1.4.6",
50
- "tsconfig": "1.4.6"
49
+ "tsconfig": "1.4.6",
50
+ "eslint-config-custom": "1.4.6"
51
51
  },
52
52
  "dependencies": {
53
- "@copilotkit/shared": "1.50.0-beta.8"
53
+ "@copilotkit/shared": "1.50.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@langchain/community": "^0.0.53",