@copilotkit/react-core 0.0.0-max-changeset-20260109200053 → 0.0.0-max-no-peerage-20260115011549

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +67 -7
  2. package/package.json +8 -12
package/CHANGELOG.md CHANGED
@@ -1,15 +1,75 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-max-changeset-20260109200053
3
+ ## 0.0.0-max-no-peerage-20260115011549
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 6da0e74: Update versioning strategy
8
- - Updated dependencies [6da0e74]
9
- - @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109200053
10
- - @copilotkit/shared@0.0.0-max-changeset-20260109200053
11
- - @copilotkitnext/react@0.0.0-max-changeset-20260109200053
12
- - @copilotkitnext/core@0.0.0-max-changeset-20260109200053
7
+ - a7a1294: Move in-repo deps from peerdeps to actual deps
8
+ - Updated dependencies [a7a1294]
9
+ - @copilotkit/runtime-client-gql@0.0.0-max-no-peerage-20260115011549
10
+ - @copilotkit/shared@0.0.0-max-no-peerage-20260115011549
11
+ - @copilotkitnext/core@0.0.0-max-no-peerage-20260115011549
12
+ - @copilotkitnext/react@0.0.0-max-no-peerage-20260115011549
13
+
14
+ ## 1.51.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 329653b: Add support for MCP Apps Middleware
19
+ - Updated dependencies [329653b]
20
+ - @copilotkitnext/react@1.51.1
21
+ - @copilotkit/runtime-client-gql@1.51.1
22
+ - @copilotkit/shared@1.51.1
23
+ - @copilotkitnext/core@1.51.1
24
+
25
+ ## 1.51.0
26
+
27
+ ### Patch Changes
28
+
29
+ - 2839a15: Update versioning strategy
30
+ - Updated dependencies [2839a15]
31
+ - Updated dependencies [2afd4e3]
32
+ - @copilotkit/runtime-client-gql@1.51.0
33
+ - @copilotkit/shared@1.51.0
34
+ - @copilotkitnext/react@1.51.0
35
+ - @copilotkitnext/core@1.51.0
36
+
37
+ ## 1.51.0-next.4
38
+
39
+ ### Patch Changes
40
+
41
+ - @copilotkit/runtime-client-gql@1.51.0-next.4
42
+ - @copilotkit/shared@1.51.0-next.4
43
+ - @copilotkitnext/core@1.51.0-next.4
44
+ - @copilotkitnext/react@1.51.0-next.4
45
+
46
+ ## 1.51.0-next.3
47
+
48
+ ### Patch Changes
49
+
50
+ - @copilotkit/runtime-client-gql@1.51.0-next.3
51
+ - @copilotkit/shared@1.51.0-next.3
52
+ - @copilotkitnext/core@1.51.0-next.3
53
+ - @copilotkitnext/react@1.51.0-next.3
54
+
55
+ ## 1.51.0-next.2
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [2afd4e3]
60
+ - @copilotkit/shared@1.51.0-next.2
61
+ - @copilotkit/runtime-client-gql@1.51.0-next.2
62
+ - @copilotkitnext/core@1.51.0-next.2
63
+ - @copilotkitnext/react@1.51.0-next.2
64
+
65
+ ## 1.51.0-next.1
66
+
67
+ ### Patch Changes
68
+
69
+ - @copilotkit/runtime-client-gql@1.51.0-next.1
70
+ - @copilotkit/shared@1.51.0-next.1
71
+ - @copilotkitnext/core@1.51.0-next.1
72
+ - @copilotkitnext/react@1.51.0-next.1
13
73
 
14
74
  ## 1.50.2-next.0
15
75
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-max-changeset-20260109200053",
12
+ "version": "0.0.0-max-no-peerage-20260115011549",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -31,14 +31,9 @@
31
31
  "types": "./dist/index.d.ts",
32
32
  "license": "MIT",
33
33
  "peerDependencies": {
34
- "@ag-ui/client": "^0.0.42",
35
34
  "react": "^18 || ^19 || ^19.0.0-rc",
36
35
  "react-dom": "^18 || ^19 || ^19.0.0-rc",
37
- "zod": ">=3.0.0",
38
- "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109200053",
39
- "@copilotkit/shared": "0.0.0-max-changeset-20260109200053",
40
- "@copilotkitnext/core": "0.0.0-max-changeset-20260109200053",
41
- "@copilotkitnext/react": "0.0.0-max-changeset-20260109200053"
36
+ "zod": ">=3.0.0"
42
37
  },
43
38
  "devDependencies": {
44
39
  "@testing-library/react": "^16.3.0",
@@ -56,17 +51,18 @@
56
51
  "tsup": "^6.7.0",
57
52
  "typescript": "^5.2.3",
58
53
  "zod": ">=3.0.0",
59
- "@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109200053",
60
- "@copilotkit/shared": "0.0.0-max-changeset-20260109200053",
61
- "@copilotkitnext/core": "0.0.0-max-changeset-20260109200053",
62
- "@copilotkitnext/react": "0.0.0-max-changeset-20260109200053",
63
54
  "eslint-config-custom": "1.4.6",
64
55
  "tsconfig": "1.4.6"
65
56
  },
66
57
  "dependencies": {
58
+ "@ag-ui/client": "^0.0.42",
67
59
  "@scarf/scarf": "^1.3.0",
68
60
  "react-markdown": "^8.0.7",
69
- "untruncate-json": "^0.0.1"
61
+ "untruncate-json": "^0.0.1",
62
+ "@copilotkit/shared": "0.0.0-max-no-peerage-20260115011549",
63
+ "@copilotkitnext/core": "0.0.0-max-no-peerage-20260115011549",
64
+ "@copilotkit/runtime-client-gql": "0.0.0-max-no-peerage-20260115011549",
65
+ "@copilotkitnext/react": "0.0.0-max-no-peerage-20260115011549"
70
66
  },
71
67
  "keywords": [
72
68
  "copilotkit",