@copilotkit/sdk-js 1.50.0-beta.15 → 1.50.0-beta.17

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 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,32 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.50.0-beta.17
4
+
5
+ ### Minor Changes
6
+
7
+ - Minor fixes and improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.50.0-beta.17
13
+
14
+ ## 1.50.0-beta.16
15
+
16
+ ### Minor Changes
17
+
18
+ - Minor fixes and stability improvements
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @copilotkit/shared@1.50.0-beta.16
24
+
3
25
  ## 1.50.0-beta.15
4
26
 
5
27
  ### Minor Changes
6
28
 
7
- - lint and format code
29
+ - Lint and format code to resolve Prettier errors
8
30
 
9
31
  ### Patch Changes
10
32
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.0-beta.15",
12
+ "version": "1.50.0-beta.17",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -50,7 +50,7 @@
50
50
  "eslint-config-custom": "1.4.6"
51
51
  },
52
52
  "dependencies": {
53
- "@copilotkit/shared": "1.50.0-beta.15"
53
+ "@copilotkit/shared": "1.50.0-beta.17"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@langchain/community": "^0.0.53",