@copilotkit/react-textarea 0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318 → 0.0.0-fix-shared-agent-state-20260123211820

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 +70 -4
  2. package/package.json +9 -12
package/CHANGELOG.md CHANGED
@@ -1,12 +1,78 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
3
+ ## 0.0.0-fix-shared-agent-state-20260123211820
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @copilotkit/runtime-client-gql@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
8
- - @copilotkit/react-core@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
9
- - @copilotkit/shared@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
7
+ - Updated dependencies [d655e75]
8
+ - @copilotkit/react-core@0.0.0-fix-shared-agent-state-20260123211820
9
+ - @copilotkit/shared@0.0.0-fix-shared-agent-state-20260123211820
10
+ - @copilotkit/runtime-client-gql@0.0.0-fix-shared-agent-state-20260123211820
11
+
12
+ ## 1.51.3-next.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [d655e75]
17
+ - @copilotkit/react-core@1.51.3-next.3
18
+ - @copilotkit/shared@1.51.3-next.3
19
+ - @copilotkit/runtime-client-gql@1.51.3-next.3
20
+
21
+ ## 1.51.3-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - @copilotkit/react-core@1.51.3-next.2
26
+ - @copilotkit/runtime-client-gql@1.51.3-next.2
27
+ - @copilotkit/shared@1.51.3-next.2
28
+
29
+ ## 1.51.3-next.1
30
+
31
+ ### Patch Changes
32
+
33
+ - @copilotkit/runtime-client-gql@1.51.3-next.1
34
+ - @copilotkit/react-core@1.51.3-next.1
35
+ - @copilotkit/shared@1.51.3-next.1
36
+
37
+ ## 1.51.3-next.0
38
+
39
+ ### Patch Changes
40
+
41
+ - @copilotkit/runtime-client-gql@1.51.3-next.0
42
+ - @copilotkit/react-core@1.51.3-next.0
43
+ - @copilotkit/shared@1.51.3-next.0
44
+
45
+ ## 1.51.2
46
+
47
+ ### Patch Changes
48
+
49
+ - e59d23f: Use deps instead of peerdeps
50
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
51
+ - Updated dependencies [e59d23f]
52
+ - Updated dependencies [e59d23f]
53
+ - @copilotkit/runtime-client-gql@1.51.2
54
+ - @copilotkit/react-core@1.51.2
55
+ - @copilotkit/shared@1.51.2
56
+
57
+ ## 1.51.2-next.1
58
+
59
+ ### Patch Changes
60
+
61
+ - e59d23f: Use deps instead of peerdeps
62
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
63
+ - Updated dependencies [e59d23f]
64
+ - Updated dependencies [e59d23f]
65
+ - @copilotkit/runtime-client-gql@1.51.2-next.1
66
+ - @copilotkit/react-core@1.51.2-next.1
67
+ - @copilotkit/shared@1.51.2-next.1
68
+
69
+ ## 1.51.2-next.0
70
+
71
+ ### Patch Changes
72
+
73
+ - @copilotkit/runtime-client-gql@1.51.2-next.0
74
+ - @copilotkit/react-core@1.51.2-next.0
75
+ - @copilotkit/shared@1.51.2-next.0
10
76
 
11
77
  ## 1.51.1
12
78
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
12
+ "version": "0.0.0-fix-shared-agent-state-20260123211820",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -27,10 +27,7 @@
27
27
  "license": "MIT",
28
28
  "peerDependencies": {
29
29
  "react": "^18 || ^19 || ^19.0.0-rc",
30
- "react-dom": "^18 || ^19 || ^19.0.0-rc",
31
- "@copilotkit/react-core": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
32
- "@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
33
- "@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318"
30
+ "react-dom": "^18 || ^19 || ^19.0.0-rc"
34
31
  },
35
32
  "devDependencies": {
36
33
  "@types/jest": "^29.5.4",
@@ -48,12 +45,9 @@
48
45
  "ts-jest": "^29.1.1",
49
46
  "tsup": "^6.7.0",
50
47
  "typescript": "^5.2.3",
51
- "@copilotkit/react-core": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
52
- "@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
53
- "@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
54
- "eslint-config-custom": "1.4.6",
55
- "tailwind-config": "1.4.6",
56
- "tsconfig": "1.4.6"
48
+ "eslint-config-custom": "0.0.0-fix-shared-agent-state-20260123211820",
49
+ "tailwind-config": "0.0.0-fix-shared-agent-state-20260123211820",
50
+ "tsconfig": "0.0.0-fix-shared-agent-state-20260123211820"
57
51
  },
58
52
  "dependencies": {
59
53
  "@emotion/css": "^11.11.2",
@@ -73,7 +67,10 @@
73
67
  "slate": "^0.94.1",
74
68
  "slate-history": "^0.93.0",
75
69
  "slate-react": "^0.98.1",
76
- "tailwind-merge": "^1.13.2"
70
+ "tailwind-merge": "^1.13.2",
71
+ "@copilotkit/react-core": "0.0.0-fix-shared-agent-state-20260123211820",
72
+ "@copilotkit/runtime-client-gql": "0.0.0-fix-shared-agent-state-20260123211820",
73
+ "@copilotkit/shared": "0.0.0-fix-shared-agent-state-20260123211820"
77
74
  },
78
75
  "keywords": [
79
76
  "copilotkit",