@copilotkit/runtime 0.0.0-max-changeset-20260109174803 → 0.0.0-max-changeset-20260109191053

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 +8 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 0.0.0-max-changeset-20260109174803
3
+ ## 0.0.0-max-changeset-20260109191053
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 9e8c5a7: Update versioning strategy
8
- - Updated dependencies [9e8c5a7]
9
- - @copilotkitnext/runtime@0.0.0-max-changeset-20260109174803
10
- - @copilotkit/shared@0.0.0-max-changeset-20260109174803
11
- - @copilotkitnext/agent@0.0.0-max-changeset-20260109174803
7
+ - 4fb8075: fix: restore and fix handle method in node http
8
+ - 6da0e74: Update versioning strategy
9
+ - 4fb8075: fix: use direct hono node integration on node-http integration
10
+ - Updated dependencies [6da0e74]
11
+ - @copilotkitnext/runtime@0.0.0-max-changeset-20260109191053
12
+ - @copilotkit/shared@0.0.0-max-changeset-20260109191053
13
+ - @copilotkitnext/agent@0.0.0-max-changeset-20260109191053
12
14
 
13
15
  ## 1.50.2-next.0
14
16
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-max-changeset-20260109174803",
12
+ "version": "0.0.0-max-changeset-20260109191053",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -46,9 +46,9 @@
46
46
  "tsup": "^6.7.0",
47
47
  "typescript": "^5.2.3",
48
48
  "vitest": "^3.2.4",
49
- "@copilotkit/shared": "0.0.0-max-changeset-20260109174803",
50
- "@copilotkitnext/agent": "0.0.0-max-changeset-20260109174803",
51
- "@copilotkitnext/runtime": "0.0.0-max-changeset-20260109174803",
49
+ "@copilotkit/shared": "0.0.0-max-changeset-20260109191053",
50
+ "@copilotkitnext/agent": "0.0.0-max-changeset-20260109191053",
51
+ "@copilotkitnext/runtime": "0.0.0-max-changeset-20260109191053",
52
52
  "eslint-config-custom": "1.4.6",
53
53
  "tsconfig": "1.4.6"
54
54
  },
@@ -85,9 +85,9 @@
85
85
  "groq-sdk": ">=0.3.0 <1.0.0",
86
86
  "langchain": ">=0.3.3",
87
87
  "openai": "^4.85.1",
88
- "@copilotkit/shared": "0.0.0-max-changeset-20260109174803",
89
- "@copilotkitnext/agent": "0.0.0-max-changeset-20260109174803",
90
- "@copilotkitnext/runtime": "0.0.0-max-changeset-20260109174803"
88
+ "@copilotkit/shared": "0.0.0-max-changeset-20260109191053",
89
+ "@copilotkitnext/agent": "0.0.0-max-changeset-20260109191053",
90
+ "@copilotkitnext/runtime": "0.0.0-max-changeset-20260109191053"
91
91
  },
92
92
  "peerDependenciesMeta": {
93
93
  "@anthropic-ai/sdk": {