@copilotkit/runtime 1.51.5-next.4 → 1.52.0-next.6

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,31 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.52.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/shared@1.52.0-next.6
8
+ - @copilotkitnext/agent@1.52.0-next.6
9
+ - @copilotkitnext/runtime@1.52.0-next.6
10
+
11
+ ## 1.52.0-next.5
12
+
13
+ ### Minor Changes
14
+
15
+ - 6dd6c84: Adding new v2 features:
16
+ - useComponent
17
+ - useRenderTool
18
+ - useDefaultRenderTool
19
+
20
+ Also, fixing issues with styles not being
21
+ properly scoped for tailwind.
22
+
23
+ ### Patch Changes
24
+
25
+ - @copilotkit/shared@1.52.0-next.5
26
+ - @copilotkitnext/agent@1.52.0-next.5
27
+ - @copilotkitnext/runtime@1.52.0-next.5
28
+
3
29
  ## 1.51.5-next.4
4
30
 
5
31
  ### Patch Changes
package/dist/package.cjs CHANGED
@@ -12,7 +12,7 @@ var require_package = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, m
12
12
  "url": "https://github.com/CopilotKit/CopilotKit.git"
13
13
  },
14
14
  "publishConfig": { "access": "public" },
15
- "version": "1.51.5-next.4",
15
+ "version": "1.52.0-next.6",
16
16
  "sideEffects": [
17
17
  "./dist/index.mjs",
18
18
  "./dist/index.cjs",
package/dist/package.mjs CHANGED
@@ -12,7 +12,7 @@ var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
12
12
  "url": "https://github.com/CopilotKit/CopilotKit.git"
13
13
  },
14
14
  "publishConfig": { "access": "public" },
15
- "version": "1.51.5-next.4",
15
+ "version": "1.52.0-next.6",
16
16
  "sideEffects": [
17
17
  "./dist/index.mjs",
18
18
  "./dist/index.cjs",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.51.5-next.4",
12
+ "version": "1.52.0-next.6",
13
13
  "sideEffects": [
14
14
  "./dist/index.mjs",
15
15
  "./dist/index.cjs",
@@ -69,9 +69,9 @@
69
69
  "rxjs": "7.8.1",
70
70
  "type-graphql": "2.0.0-rc.1",
71
71
  "zod": "^3.23.3",
72
- "@copilotkit/shared": "1.51.5-next.4",
73
- "@copilotkitnext/agent": "1.51.5-next.4",
74
- "@copilotkitnext/runtime": "1.51.5-next.4"
72
+ "@copilotkit/shared": "1.52.0-next.6",
73
+ "@copilotkitnext/agent": "1.52.0-next.6",
74
+ "@copilotkitnext/runtime": "1.52.0-next.6"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@anthropic-ai/sdk": "^0.57.0",
@@ -84,9 +84,9 @@
84
84
  "groq-sdk": ">=0.3.0 <1.0.0",
85
85
  "langchain": ">=0.3.3",
86
86
  "openai": "^4.85.1",
87
- "@copilotkit/shared": "1.51.5-next.4",
88
- "@copilotkitnext/agent": "1.51.5-next.4",
89
- "@copilotkitnext/runtime": "1.51.5-next.4"
87
+ "@copilotkit/shared": "1.52.0-next.6",
88
+ "@copilotkitnext/agent": "1.52.0-next.6",
89
+ "@copilotkitnext/runtime": "1.52.0-next.6"
90
90
  },
91
91
  "peerDependenciesMeta": {
92
92
  "@anthropic-ai/sdk": {