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

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 +12 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,21 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.50.0-beta.16
4
+
5
+ ### Minor Changes
6
+
7
+ - Minor fixes and stability improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.50.0-beta.16
13
+
3
14
  ## 1.50.0-beta.15
4
15
 
5
16
  ### Minor Changes
6
17
 
7
- - lint and format code
18
+ - Lint and format code to resolve Prettier errors
8
19
 
9
20
  ### Patch Changes
10
21
 
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.16",
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
- "tsconfig": "1.4.6",
50
- "eslint-config-custom": "1.4.6"
49
+ "eslint-config-custom": "1.4.6",
50
+ "tsconfig": "1.4.6"
51
51
  },
52
52
  "dependencies": {
53
- "@copilotkit/shared": "1.50.0-beta.15"
53
+ "@copilotkit/shared": "1.50.0-beta.16"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@langchain/community": "^0.0.53",