@copilotkit/runtime 0.0.0-main-20260407163127 → 0.0.0-main-20260407183406

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 0.0.0-main-20260407163127
3
+ ## 0.0.0-main-20260407183406
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -25,7 +25,7 @@
25
25
  - Updated dependencies [1ceb963]
26
26
  - Updated dependencies [52a9322]
27
27
  - Updated dependencies [5289791]
28
- - @copilotkit/shared@0.0.0-main-20260407163127
28
+ - @copilotkit/shared@0.0.0-main-20260407183406
29
29
 
30
30
  ## 1.55.0-next.8
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/runtime",
3
- "version": "0.0.0-main-20260407163127",
3
+ "version": "0.0.0-main-20260407183406",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -114,7 +114,7 @@
114
114
  "uuid": "^10.0.0",
115
115
  "ws": "^8.18.0",
116
116
  "zod": "^3.23.3",
117
- "@copilotkit/shared": "0.0.0-main-20260407163127"
117
+ "@copilotkit/shared": "0.0.0-main-20260407183406"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@swc/core": "1.5.28",
@@ -135,7 +135,7 @@
135
135
  "typescript": "^5.2.3",
136
136
  "valibot": "^1.2.0",
137
137
  "vitest": "^3.2.4",
138
- "tsconfig": "0.0.0-main-20260407163127"
138
+ "tsconfig": "0.0.0-main-20260407183406"
139
139
  },
140
140
  "peerDependencies": {
141
141
  "@anthropic-ai/sdk": "^0.57.0",