@copilotkit/react-textarea 1.3.2-mme-pre.1 → 1.3.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 +10 -10
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.3.2
|
|
3
|
+
## 1.3.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Features and bug fixes
|
|
8
8
|
- 30232c0: Ensure actions can be discovered on state change
|
|
9
9
|
- Updated dependencies
|
|
10
10
|
- Updated dependencies [30232c0]
|
|
11
|
-
- @copilotkit/
|
|
12
|
-
- @copilotkit/
|
|
13
|
-
- @copilotkit/shared@1.3.2
|
|
11
|
+
- @copilotkit/react-core@1.3.2
|
|
12
|
+
- @copilotkit/runtime-client-gql@1.3.2
|
|
13
|
+
- @copilotkit/shared@1.3.2
|
|
14
14
|
|
|
15
|
-
## 1.3.2-mme-
|
|
15
|
+
## 1.3.2-mme-discover-actions.0
|
|
16
16
|
|
|
17
17
|
### Patch Changes
|
|
18
18
|
|
|
19
|
-
-
|
|
19
|
+
- Ensure actions can be discovered on state change
|
|
20
20
|
- Updated dependencies
|
|
21
|
-
- @copilotkit/react-core@1.3.2-mme-
|
|
22
|
-
- @copilotkit/runtime-client-gql@1.3.2-mme-
|
|
23
|
-
- @copilotkit/shared@1.3.2-mme-
|
|
21
|
+
- @copilotkit/react-core@1.3.2-mme-discover-actions.0
|
|
22
|
+
- @copilotkit/runtime-client-gql@1.3.2-mme-discover-actions.0
|
|
23
|
+
- @copilotkit/shared@1.3.2-mme-discover-actions.0
|
|
24
24
|
|
|
25
25
|
## 1.3.1
|
|
26
26
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "./chunk-DE5K76I2.mjs";
|
|
3
3
|
import "./chunk-WADHCMPK.mjs";
|
|
4
|
+
import "./chunk-IU3WTXLQ.mjs";
|
|
4
5
|
import "./chunk-MMVDU6DF.mjs";
|
|
5
6
|
import {
|
|
6
7
|
CopilotTextarea
|
|
@@ -48,7 +49,6 @@ import {
|
|
|
48
49
|
} from "./chunk-4CVSOOJY.mjs";
|
|
49
50
|
import "./chunk-224UKA7C.mjs";
|
|
50
51
|
import "./chunk-XW3ICO4S.mjs";
|
|
51
|
-
import "./chunk-IU3WTXLQ.mjs";
|
|
52
52
|
import "./chunk-H4VKQGVU.mjs";
|
|
53
53
|
import "./chunk-DFTV4TST.mjs";
|
|
54
54
|
import "./chunk-T6MTDQZ7.mjs";
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.3.2
|
|
12
|
+
"version": "1.3.2",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"ts-jest": "^29.1.1",
|
|
44
44
|
"tsup": "^6.7.0",
|
|
45
45
|
"typescript": "^5.2.3",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
46
|
+
"eslint-config-custom": "1.3.2",
|
|
47
|
+
"tailwind-config": "1.3.2",
|
|
48
|
+
"tsconfig": "1.3.2"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@emotion/css": "^11.11.2",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"slate-history": "^0.93.0",
|
|
68
68
|
"slate-react": "^0.98.1",
|
|
69
69
|
"tailwind-merge": "^1.13.2",
|
|
70
|
-
"@copilotkit/
|
|
71
|
-
"@copilotkit/runtime-client-gql": "1.3.2
|
|
72
|
-
"@copilotkit/
|
|
70
|
+
"@copilotkit/shared": "1.3.2",
|
|
71
|
+
"@copilotkit/runtime-client-gql": "1.3.2",
|
|
72
|
+
"@copilotkit/react-core": "1.3.2"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
75
75
|
"copilotkit",
|