@copilotkit/runtime 1.50.2-next.0 → 1.51.0-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/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.50.2-next.0",
12
+ "version": "1.51.0-next.1",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -46,15 +46,13 @@
46
46
  "tsup": "^6.7.0",
47
47
  "typescript": "^5.2.3",
48
48
  "vitest": "^3.2.4",
49
+ "@copilotkit/shared": "1.51.0-next.1",
50
+ "@copilotkitnext/agent": "1.51.0-next.1",
51
+ "@copilotkitnext/runtime": "1.51.0-next.1",
49
52
  "eslint-config-custom": "1.4.6",
50
53
  "tsconfig": "1.4.6"
51
54
  },
52
55
  "dependencies": {
53
- "@ag-ui/client": "^0.0.42",
54
- "@ag-ui/core": "^0.0.42",
55
- "@ag-ui/langgraph": "^0.0.20",
56
- "@copilotkitnext/agent": "0.0.33",
57
- "@copilotkitnext/runtime": "0.0.33",
58
56
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
59
57
  "@hono/node-server": "^1.13.5",
60
58
  "@scarf/scarf": "^1.3.0",
@@ -71,10 +69,12 @@
71
69
  "reflect-metadata": "^0.2.2",
72
70
  "rxjs": "7.8.1",
73
71
  "type-graphql": "2.0.0-rc.1",
74
- "zod": "^3.23.3",
75
- "@copilotkit/shared": "1.50.2-next.0"
72
+ "zod": "^3.23.3"
76
73
  },
77
74
  "peerDependencies": {
75
+ "@ag-ui/client": "^0.0.42",
76
+ "@ag-ui/core": "^0.0.42",
77
+ "@ag-ui/langgraph": "^0.0.20",
78
78
  "@anthropic-ai/sdk": "^0.57.0",
79
79
  "@langchain/aws": ">=0.1.9",
80
80
  "@langchain/core": ">=0.3.66",
@@ -84,7 +84,10 @@
84
84
  "@langchain/openai": ">=0.4.2",
85
85
  "groq-sdk": ">=0.3.0 <1.0.0",
86
86
  "langchain": ">=0.3.3",
87
- "openai": "^4.85.1"
87
+ "openai": "^4.85.1",
88
+ "@copilotkit/shared": "1.51.0-next.1",
89
+ "@copilotkitnext/agent": "1.51.0-next.1",
90
+ "@copilotkitnext/runtime": "1.51.0-next.1"
88
91
  },
89
92
  "peerDependenciesMeta": {
90
93
  "@anthropic-ai/sdk": {
@@ -128,7 +131,7 @@
128
131
  "textarea"
129
132
  ],
130
133
  "scripts": {
131
- "build": "tsup --onSuccess \"pnpm run generate-graphql-schema\"",
134
+ "build": "pnpm run generate-graphql-schema && tsup",
132
135
  "dev": "tsup --watch --onSuccess \"pnpm run generate-graphql-schema\"",
133
136
  "test": "jest --passWithNoTests",
134
137
  "check-types": "tsc --noEmit",