@copilotkit/shared 0.6.0-mme-pre.0 → 0.6.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.6.0-mme-pre.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.6.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/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
@@ -24,8 +24,8 @@
24
24
  CJS dist/utils/parse-chat-completion.js 2.68 KB
25
25
  CJS dist/utils/utils.test.js 184.00 B
26
26
  CJS dist/utils/utils.js 6.25 KB
27
- CJS dist/index.js.map 32.70 KB
28
27
  CJS dist/constants/copilot-protocol.js.map 261.00 B
28
+ CJS dist/index.js.map 32.70 KB
29
29
  CJS dist/constants/index.js.map 336.00 B
30
30
  CJS dist/types/action.js.map 4.59 KB
31
31
  CJS dist/types/annotated-function.js.map 871.00 B
@@ -33,19 +33,19 @@
33
33
  CJS dist/types/openai-assistant.js.map 2.86 KB
34
34
  CJS dist/utils/annotated-function.js.map 8.41 KB
35
35
  CJS dist/utils/decode-chat-completion-as-text.js.map 1.34 KB
36
- CJS dist/utils/parse-chat-completion.js.map 4.15 KB
37
36
  CJS dist/utils/decode-chat-completion.js.map 6.89 KB
37
+ CJS dist/utils/parse-chat-completion.js.map 4.15 KB
38
38
  CJS dist/utils/index.js.map 32.70 KB
39
39
  CJS dist/utils/utils.test.js.map 354.00 B
40
40
  CJS dist/utils/utils.js.map 12.08 KB
41
- CJS ⚡️ Build success in 62ms
41
+ CJS ⚡️ Build success in 50ms
42
42
  ESM dist/index.mjs 1.23 KB
43
43
  ESM dist/constants/copilot-protocol.mjs 166.00 B
44
44
  ESM dist/types/action.mjs 67.00 B
45
45
  ESM dist/utils/annotated-function.mjs 314.00 B
46
46
  ESM dist/chunk-UAPRMZEY.mjs 43.00 B
47
- ESM dist/chunk-4MTSDAP6.mjs 729.00 B
48
47
  ESM dist/chunk-NKEDWRKJ.mjs 3.36 KB
48
+ ESM dist/chunk-4MTSDAP6.mjs 729.00 B
49
49
  ESM dist/chunk-TYZD5BQY.mjs 1.63 KB
50
50
  ESM dist/chunk-2C54HQBI.mjs 4.92 KB
51
51
  ESM dist/constants/index.mjs 187.00 B
@@ -70,8 +70,8 @@
70
70
  ESM dist/types/action.mjs.map 71.00 B
71
71
  ESM dist/utils/annotated-function.mjs.map 71.00 B
72
72
  ESM dist/chunk-UAPRMZEY.mjs.map 71.00 B
73
- ESM dist/chunk-4MTSDAP6.mjs.map 1.30 KB
74
73
  ESM dist/chunk-NKEDWRKJ.mjs.map 6.85 KB
74
+ ESM dist/chunk-4MTSDAP6.mjs.map 1.30 KB
75
75
  ESM dist/chunk-TYZD5BQY.mjs.map 4.10 KB
76
76
  ESM dist/chunk-2C54HQBI.mjs.map 12.00 KB
77
77
  ESM dist/constants/index.mjs.map 71.00 B
@@ -85,15 +85,15 @@
85
85
  ESM dist/types/openai-assistant.mjs.map 71.00 B
86
86
  ESM dist/chunk-IAFBVORQ.mjs.map 71.00 B
87
87
  ESM dist/chunk-K7TZQSAZ.mjs.map 8.35 KB
88
- ESM dist/utils/index.mjs.map 71.00 B
89
88
  ESM dist/utils/decode-chat-completion-as-text.mjs.map 71.00 B
90
89
  ESM dist/utils/decode-chat-completion.mjs.map 71.00 B
90
+ ESM dist/utils/index.mjs.map 71.00 B
91
91
  ESM dist/utils/parse-chat-completion.mjs.map 71.00 B
92
92
  ESM dist/utils/utils.test.mjs.map 352.00 B
93
93
  ESM dist/utils/utils.mjs.map 71.00 B
94
- ESM ⚡️ Build success in 64ms
94
+ ESM ⚡️ Build success in 53ms
95
95
  DTS Build start
96
- DTS ⚡️ Build success in 2202ms
96
+ DTS ⚡️ Build success in 2185ms
97
97
  DTS dist/index.d.ts 1.27 KB
98
98
  DTS dist/types/openai-assistant.d.ts 2.79 KB
99
99
  DTS dist/types/annotated-function.d.ts 766.00 B
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @copilotkit/shared
2
2
 
3
- ## 0.6.0-mme-pre.0
3
+ ## 0.6.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Pre release improved action calling
7
+ - Improve Next.js support and action rendering
8
8
 
9
9
  ## 0.5.0
10
10
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.6.0-mme-pre.0",
7
+ "version": "0.6.0",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -21,8 +21,8 @@
21
21
  "ts-jest": "^29.1.1",
22
22
  "tsup": "^6.7.0",
23
23
  "typescript": "^5.2.3",
24
- "eslint-config-custom": "0.7.0-mme-pre.0",
25
- "tsconfig": "0.11.0-mme-pre.0"
24
+ "eslint-config-custom": "0.7.0",
25
+ "tsconfig": "0.11.0"
26
26
  },
27
27
  "dependencies": {},
28
28
  "scripts": {