@copilotkit/runtime 1.50.2-next.0 → 1.51.0-next.2

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/dist/index.mjs CHANGED
@@ -65,7 +65,7 @@ var require_package = __commonJS({
65
65
  publishConfig: {
66
66
  access: "public"
67
67
  },
68
- version: "1.50.2-next.0",
68
+ version: "1.51.0-next.2",
69
69
  sideEffects: false,
70
70
  main: "./dist/index.js",
71
71
  module: "./dist/index.mjs",
@@ -89,7 +89,7 @@ var require_package = __commonJS({
89
89
  types: "./dist/index.d.ts",
90
90
  license: "MIT",
91
91
  scripts: {
92
- build: 'tsup --onSuccess "pnpm run generate-graphql-schema"',
92
+ build: "pnpm run generate-graphql-schema && tsup",
93
93
  dev: 'tsup --watch --onSuccess "pnpm run generate-graphql-schema"',
94
94
  test: "jest --passWithNoTests",
95
95
  "check-types": "tsc --noEmit",
@@ -99,6 +99,9 @@ var require_package = __commonJS({
99
99
  "unlink:global": "pnpm unlink --global"
100
100
  },
101
101
  devDependencies: {
102
+ "@copilotkit/shared": "workspace:*",
103
+ "@copilotkitnext/agent": "workspace:*",
104
+ "@copilotkitnext/runtime": "workspace:*",
102
105
  "@jest/globals": "^29.7.0",
103
106
  "@swc/core": "1.5.28",
104
107
  "@types/jest": "^29.5.12",
@@ -116,12 +119,6 @@ var require_package = __commonJS({
116
119
  vitest: "^3.2.4"
117
120
  },
118
121
  dependencies: {
119
- "@ag-ui/client": "^0.0.42",
120
- "@ag-ui/core": "^0.0.42",
121
- "@ag-ui/langgraph": "^0.0.20",
122
- "@copilotkit/shared": "workspace:*",
123
- "@copilotkitnext/agent": "0.0.33",
124
- "@copilotkitnext/runtime": "0.0.33",
125
122
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
126
123
  "@hono/node-server": "^1.13.5",
127
124
  "@scarf/scarf": "^1.3.0",
@@ -141,7 +138,13 @@ var require_package = __commonJS({
141
138
  zod: "^3.23.3"
142
139
  },
143
140
  peerDependencies: {
141
+ "@ag-ui/client": "^0.0.42",
142
+ "@ag-ui/core": "^0.0.42",
143
+ "@ag-ui/langgraph": "^0.0.20",
144
144
  "@anthropic-ai/sdk": "^0.57.0",
145
+ "@copilotkit/shared": "workspace:*",
146
+ "@copilotkitnext/agent": "workspace:*",
147
+ "@copilotkitnext/runtime": "workspace:*",
145
148
  "@langchain/aws": ">=0.1.9",
146
149
  "@langchain/core": ">=0.3.66",
147
150
  "@langchain/community": ">=0.3.58",