@copilotkit/shared 0.36.0-mme-pre.4 → 0.36.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.36.0-mme-pre.4 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.36.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
@@ -40,7 +40,7 @@
40
40
  CJS dist/utils/parse-chat-completion.js.map 4.17 KB
41
41
  CJS dist/utils/utils.test.js.map 354.00 B
42
42
  CJS dist/utils/utils.js.map 12.09 KB
43
- CJS ⚡️ Build success in 77ms
43
+ CJS ⚡️ Build success in 59ms
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 80ms
100
+ ESM ⚡️ Build success in 62ms
101
101
  DTS Build start
102
- DTS ⚡️ Build success in 2960ms
102
+ DTS ⚡️ Build success in 3142ms
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,28 +1,11 @@
1
1
  # @copilotkit/shared
2
2
 
3
- ## 0.36.0-mme-pre.4
3
+ ## 0.36.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Fix autofocus
8
-
9
- ## 0.36.0-mme-pre.3
10
-
11
- ### Minor Changes
12
-
13
- - Fix textarea autofocus
14
-
15
- ## 0.36.0-mme-pre.2
16
-
17
- ### Minor Changes
18
-
19
- - Fix sidebar layout
20
-
21
- ## 0.36.0-mme-pre.1
22
-
23
- ### Minor Changes
24
-
25
- - Pre: CopilotChat, useCopilotChatSuggestions
7
+ - 8baa862: Add push to talk prototype
8
+ - chat suggestions, standalone chat component, gemini adapter, push to talk
26
9
 
27
10
  ## 0.36.0-mme-push-to-talk.0
28
11
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.36.0-mme-pre.4",
7
+ "version": "0.36.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.11.0-mme-pre.4",
29
- "tsconfig": "0.15.0-mme-pre.4"
28
+ "eslint-config-custom": "0.11.0",
29
+ "tsconfig": "0.15.0"
30
30
  },
31
31
  "dependencies": {},
32
32
  "scripts": {