@copilotkit/shared 0.37.0-mme-fix-textarea-css.1 → 0.37.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/shared@0.37.0-mme-fix-textarea-css.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.37.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.ts, src/constants/copilot-protocol.ts, src/constants/index.ts, src/types/action.ts, src/types/annotated-function.ts, src/types/copilot-cloud-config.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/annotated-function.ts, src/utils/decode-chat-completion-as-text.ts, src/utils/decode-chat-completion.ts, src/utils/index.ts, src/utils/parse-chat-completion.ts, src/utils/utils.test.ts, src/utils/utils.ts
@@ -16,14 +16,14 @@
16
16
  CJS dist/utils/annotated-function.js 5.84 KB
17
17
  CJS dist/constants/index.js 1.89 KB
18
18
  CJS dist/types/annotated-function.js 849.00 B
19
- CJS dist/types/copilot-cloud-config.js 857.00 B
20
19
  CJS dist/types/index.js 797.00 B
20
+ CJS dist/types/copilot-cloud-config.js 857.00 B
21
21
  CJS dist/types/openai-assistant.js 841.00 B
22
22
  CJS dist/utils/decode-chat-completion-as-text.js 1.82 KB
23
23
  CJS dist/utils/decode-chat-completion.js 4.68 KB
24
24
  CJS dist/utils/index.js 17.02 KB
25
- CJS dist/utils/parse-chat-completion.js 2.68 KB
26
25
  CJS dist/utils/utils.test.js 184.00 B
26
+ CJS dist/utils/parse-chat-completion.js 2.68 KB
27
27
  CJS dist/utils/utils.js 6.25 KB
28
28
  CJS dist/index.js.map 33.62 KB
29
29
  CJS dist/constants/copilot-protocol.js.map 261.00 B
@@ -31,16 +31,16 @@
31
31
  CJS dist/utils/annotated-function.js.map 8.45 KB
32
32
  CJS dist/constants/index.js.map 760.00 B
33
33
  CJS dist/types/annotated-function.js.map 871.00 B
34
- CJS dist/types/copilot-cloud-config.js.map 356.00 B
35
34
  CJS dist/types/index.js.map 277.00 B
35
+ CJS dist/types/copilot-cloud-config.js.map 356.00 B
36
36
  CJS dist/types/openai-assistant.js.map 2.86 KB
37
37
  CJS dist/utils/decode-chat-completion-as-text.js.map 1.34 KB
38
38
  CJS dist/utils/decode-chat-completion.js.map 7.26 KB
39
39
  CJS dist/utils/index.js.map 33.13 KB
40
- CJS dist/utils/parse-chat-completion.js.map 4.17 KB
41
40
  CJS dist/utils/utils.test.js.map 354.00 B
41
+ CJS dist/utils/parse-chat-completion.js.map 4.17 KB
42
42
  CJS dist/utils/utils.js.map 12.09 KB
43
- CJS ⚡️ Build success in 72ms
43
+ CJS ⚡️ Build success in 67ms
44
44
  ESM dist/utils/annotated-function.mjs 314.00 B
45
45
  ESM dist/utils/decode-chat-completion-as-text.mjs 170.00 B
46
46
  ESM dist/utils/decode-chat-completion.mjs 150.00 B
@@ -97,9 +97,9 @@
97
97
  ESM dist/chunk-MSUB6DGR.mjs.map 71.00 B
98
98
  ESM dist/types/openai-assistant.mjs.map 71.00 B
99
99
  ESM dist/chunk-IAFBVORQ.mjs.map 71.00 B
100
- ESM ⚡️ Build success in 74ms
100
+ ESM ⚡️ Build success in 70ms
101
101
  DTS Build start
102
- DTS ⚡️ Build success in 3122ms
102
+ DTS ⚡️ Build success in 3085ms
103
103
  DTS dist/index.d.ts 1.47 KB
104
104
  DTS dist/types/openai-assistant.d.ts 2.79 KB
105
105
  DTS dist/types/annotated-function.d.ts 766.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 0.37.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f771353: Fix: Stale CopilotReadable
8
+ - 9df8d43: Remove unneeded tailwind components
9
+ - CSS improvements, useCopilotChat, invisible messages
10
+
3
11
  ## 0.37.0-mme-fix-textarea-css.1
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.37.0-mme-fix-textarea-css.1",
7
+ "version": "0.37.0",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -25,8 +25,8 @@
25
25
  "ts-jest": "^29.1.1",
26
26
  "tsup": "^6.7.0",
27
27
  "typescript": "^5.2.3",
28
- "eslint-config-custom": "0.12.0-mme-fix-textarea-css.1",
29
- "tsconfig": "0.16.0-mme-fix-textarea-css.1"
28
+ "eslint-config-custom": "0.12.0",
29
+ "tsconfig": "0.16.0"
30
30
  },
31
31
  "dependencies": {},
32
32
  "scripts": {