@copilotkit/sdk-js 1.51.0-next.4 → 1.51.1

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
+ ## 1.51.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/shared@1.51.1
8
+
9
+ ## 1.51.0
10
+
11
+ ### Minor Changes
12
+
13
+ - ce14f8b: create copilotkit langgraph middleware
14
+
15
+ ### Patch Changes
16
+
17
+ - 2839a15: Update versioning strategy
18
+ - Updated dependencies [2839a15]
19
+ - Updated dependencies [2afd4e3]
20
+ - @copilotkit/shared@1.51.0
21
+
3
22
  ## 1.51.0-next.4
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.51.0-next.4",
12
+ "version": "1.51.1",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -48,7 +48,7 @@
48
48
  "ts-node": "^10.9.2",
49
49
  "tsup": "^6.7.0",
50
50
  "typescript": "^5.2.3",
51
- "@copilotkit/shared": "1.51.0-next.4",
51
+ "@copilotkit/shared": "1.51.1",
52
52
  "eslint-config-custom": "1.4.6",
53
53
  "tsconfig": "1.4.6"
54
54
  },
@@ -59,7 +59,7 @@
59
59
  "langchain": ">=1.0.0",
60
60
  "typescript": "^5.2.3",
61
61
  "zod": "^3.23.3 || ^3.24.0 || ^3.25.0",
62
- "@copilotkit/shared": "1.51.0-next.4"
62
+ "@copilotkit/shared": "1.51.1"
63
63
  },
64
64
  "keywords": [
65
65
  "copilotkit",