@copilotkit/runtime 1.10.0-next.1 → 1.10.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/CHANGELOG.md +7 -0
- package/dist/{chunk-7WC4OMOL.mjs → chunk-5AK2NTQ7.mjs} +2 -2
- package/dist/{chunk-VOCP3OKE.mjs → chunk-66U5NEKM.mjs} +2 -2
- package/dist/{chunk-YBAPVMN4.mjs → chunk-MQNB5R6D.mjs} +2 -4
- package/dist/chunk-MQNB5R6D.mjs.map +1 -0
- package/dist/{chunk-5OSQ6CM5.mjs → chunk-MVGREU3Y.mjs} +2 -2
- package/dist/{chunk-NV4PTNDU.mjs → chunk-UT7SO2JE.mjs} +2 -2
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +1 -3
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -3
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -3
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +1 -3
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +1 -3
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +4 -6
- package/dist/chunk-YBAPVMN4.mjs.map +0 -1
- /package/dist/{chunk-7WC4OMOL.mjs.map → chunk-5AK2NTQ7.mjs.map} +0 -0
- /package/dist/{chunk-VOCP3OKE.mjs.map → chunk-66U5NEKM.mjs.map} +0 -0
- /package/dist/{chunk-5OSQ6CM5.mjs.map → chunk-MVGREU3Y.mjs.map} +0 -0
- /package/dist/{chunk-NV4PTNDU.mjs.map → chunk-UT7SO2JE.mjs.map} +0 -0
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.0-next.
|
|
12
|
+
"version": "1.10.0-next.2",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"tsup": "^6.7.0",
|
|
34
34
|
"typescript": "^5.2.3",
|
|
35
35
|
"zod-to-json-schema": "^3.23.5",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
36
|
+
"eslint-config-custom": "1.4.6",
|
|
37
|
+
"tsconfig": "1.4.6"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@ag-ui/client": "0.0.35",
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
52
52
|
"@langchain/openai": "^0.4.2",
|
|
53
53
|
"@scarf/scarf": "^1.3.0",
|
|
54
|
-
"@types/ip": "^1.1.3",
|
|
55
54
|
"class-transformer": "^0.5.1",
|
|
56
55
|
"class-validator": "^0.14.1",
|
|
57
56
|
"express": "^4.19.2",
|
|
@@ -59,7 +58,6 @@
|
|
|
59
58
|
"graphql-scalars": "^1.23.0",
|
|
60
59
|
"graphql-yoga": "^5.3.1",
|
|
61
60
|
"groq-sdk": "^0.5.0",
|
|
62
|
-
"ip": "^2.0.1",
|
|
63
61
|
"langchain": "^0.3.3",
|
|
64
62
|
"openai": "^4.85.1",
|
|
65
63
|
"partial-json": "^0.1.7",
|
|
@@ -69,7 +67,7 @@
|
|
|
69
67
|
"rxjs": "7.8.1",
|
|
70
68
|
"type-graphql": "2.0.0-rc.1",
|
|
71
69
|
"zod": "^3.23.3",
|
|
72
|
-
"@copilotkit/shared": "1.10.0-next.
|
|
70
|
+
"@copilotkit/shared": "1.10.0-next.2"
|
|
73
71
|
},
|
|
74
72
|
"peerDependencies": {
|
|
75
73
|
"@ag-ui/client": ">=0.0.34",
|