@copilotkit/runtime 1.51.1 → 1.51.2-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.51.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e59d23f: Use deps instead of peerdeps
8
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
9
+ - Updated dependencies [e59d23f]
10
+ - @copilotkitnext/runtime@1.51.2-next.1
11
+ - @copilotkitnext/agent@1.51.2-next.1
12
+ - @copilotkit/shared@1.51.2-next.1
13
+
14
+ ## 1.51.2-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [f36b6b1]
19
+ - @copilotkitnext/agent@1.51.2-next.0
20
+ - @copilotkit/shared@1.51.2-next.0
21
+ - @copilotkitnext/runtime@1.51.2-next.0
22
+
3
23
  ## 1.51.1
4
24
 
5
25
  ### Patch Changes
package/dist/index.js CHANGED
@@ -72,7 +72,7 @@ var require_package = __commonJS({
72
72
  publishConfig: {
73
73
  access: "public"
74
74
  },
75
- version: "1.51.1",
75
+ version: "1.51.2-next.1",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",
@@ -106,9 +106,6 @@ var require_package = __commonJS({
106
106
  "unlink:global": "pnpm unlink --global"
107
107
  },
108
108
  devDependencies: {
109
- "@copilotkit/shared": "workspace:*",
110
- "@copilotkitnext/agent": "workspace:*",
111
- "@copilotkitnext/runtime": "workspace:*",
112
109
  "@jest/globals": "^29.7.0",
113
110
  "@swc/core": "1.5.28",
114
111
  "@types/jest": "^29.5.12",
@@ -126,6 +123,12 @@ var require_package = __commonJS({
126
123
  vitest: "^3.2.4"
127
124
  },
128
125
  dependencies: {
126
+ "@ag-ui/client": "^0.0.42",
127
+ "@ag-ui/core": "^0.0.42",
128
+ "@ag-ui/langgraph": "^0.0.20",
129
+ "@copilotkit/shared": "workspace:*",
130
+ "@copilotkitnext/agent": "workspace:*",
131
+ "@copilotkitnext/runtime": "workspace:*",
129
132
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
130
133
  "@hono/node-server": "^1.13.5",
131
134
  "@scarf/scarf": "^1.3.0",
@@ -145,9 +148,6 @@ var require_package = __commonJS({
145
148
  zod: "^3.23.3"
146
149
  },
147
150
  peerDependencies: {
148
- "@ag-ui/client": "^0.0.42",
149
- "@ag-ui/core": "^0.0.42",
150
- "@ag-ui/langgraph": "^0.0.20",
151
151
  "@anthropic-ai/sdk": "^0.57.0",
152
152
  "@copilotkit/shared": "workspace:*",
153
153
  "@copilotkitnext/agent": "workspace:*",