@copilotkit/shared 0.1.1-alpha.0 → 0.1.1-alpha.1
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/.turbo/turbo-build.log +20 -16
- package/CHANGELOG.md +6 -0
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,43 +1,47 @@
|
|
|
1
|
+
Debugger attached.
|
|
1
2
|
|
|
2
|
-
> @copilotkit/shared@0.1.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/shared
|
|
3
|
+
> @copilotkit/shared@0.1.1-alpha.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/shared
|
|
3
4
|
> tsup --treeshake
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
Debugger attached.
|
|
7
|
+
CLI Building entry: src/index.ts, src/utils/index.ts, src/utils/utils.test.ts, src/utils/utils.ts, src/types/index.ts, src/types/openai-assistant.ts
|
|
6
8
|
CLI Using tsconfig: tsconfig.json
|
|
7
9
|
CLI tsup v6.7.0
|
|
8
10
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/shared/tsup.config.ts
|
|
9
11
|
CLI Target: node14
|
|
10
12
|
CLI Cleaning output folder
|
|
11
13
|
ESM Build start
|
|
14
|
+
Generated an empty chunk: "chunk-YJLRG5U3".
|
|
12
15
|
Generated an empty chunk: "chunk-YPBKY4KY".
|
|
13
16
|
Generated an empty chunk: "chunk-IAFBVORQ".
|
|
14
|
-
|
|
17
|
+
ESM dist/chunk-YJLRG5U3.mjs 76.00 B
|
|
18
|
+
ESM dist/chunk-NCTOECKL.mjs 4.62 KB
|
|
15
19
|
ESM dist/chunk-YPBKY4KY.mjs 76.00 B
|
|
16
|
-
ESM dist/utils/utils.test.mjs 202.00 B
|
|
17
|
-
ESM dist/index.mjs 329.00 B
|
|
18
20
|
ESM dist/chunk-IAFBVORQ.mjs 76.00 B
|
|
19
|
-
ESM dist/
|
|
20
|
-
ESM dist/chunk-NCTOECKL.mjs 4.62 KB
|
|
21
|
-
ESM dist/chunk-YJLRG5U3.mjs 76.00 B
|
|
22
|
-
ESM dist/utils/utils.mjs 237.00 B
|
|
21
|
+
ESM dist/utils/utils.test.mjs 202.00 B
|
|
23
22
|
ESM dist/utils/index.mjs 269.00 B
|
|
23
|
+
ESM dist/types/index.mjs 130.00 B
|
|
24
24
|
ESM dist/types/openai-assistant.mjs 109.00 B
|
|
25
|
+
ESM dist/index.mjs 329.00 B
|
|
26
|
+
ESM dist/utils/utils.mjs 237.00 B
|
|
27
|
+
ESM dist/chunk-NCTOECKL.mjs.map 11.39 KB
|
|
28
|
+
ESM dist/chunk-YJLRG5U3.mjs.map 51.00 B
|
|
25
29
|
ESM dist/chunk-YPBKY4KY.mjs.map 51.00 B
|
|
26
30
|
ESM dist/chunk-IAFBVORQ.mjs.map 51.00 B
|
|
27
|
-
ESM dist/index.mjs.map 51.00 B
|
|
28
31
|
ESM dist/utils/utils.test.mjs.map 351.00 B
|
|
29
|
-
ESM dist/types/index.mjs.map 51.00 B
|
|
30
|
-
ESM dist/chunk-NCTOECKL.mjs.map 11.39 KB
|
|
31
32
|
ESM dist/utils/index.mjs.map 51.00 B
|
|
33
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
32
34
|
ESM dist/types/openai-assistant.mjs.map 51.00 B
|
|
33
35
|
ESM dist/utils/utils.mjs.map 51.00 B
|
|
34
|
-
ESM dist/
|
|
35
|
-
ESM ⚡️ Build success in
|
|
36
|
+
ESM dist/index.mjs.map 51.00 B
|
|
37
|
+
ESM ⚡️ Build success in 118ms
|
|
36
38
|
DTS Build start
|
|
37
|
-
DTS ⚡️ Build success in
|
|
39
|
+
DTS ⚡️ Build success in 961ms
|
|
38
40
|
DTS dist/index.d.ts 306.00 B
|
|
39
41
|
DTS dist/types/openai-assistant.d.ts 1.40 KB
|
|
40
42
|
DTS dist/utils/utils.d.ts 4.17 KB
|
|
41
|
-
DTS dist/types/index.d.ts 92.00 B
|
|
42
43
|
DTS dist/utils/index.d.ts 241.00 B
|
|
43
44
|
DTS dist/utils/utils.test.d.ts 12.00 B
|
|
45
|
+
DTS dist/types/index.d.ts 92.00 B
|
|
46
|
+
Waiting for the debugger to disconnect...
|
|
47
|
+
Waiting for the debugger to disconnect...
|
package/CHANGELOG.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import './chunk-YPBKY4KY.mjs';
|
|
2
|
-
import './chunk-IAFBVORQ.mjs';
|
|
3
1
|
import './chunk-YJLRG5U3.mjs';
|
|
4
2
|
export { COMPLEX_HEADER, StreamStringPrefixes, formatStreamPart, isStreamStringEqualToType, parseStreamPart, streamPartsByCode, validCodes } from './chunk-NCTOECKL.mjs';
|
|
3
|
+
import './chunk-YPBKY4KY.mjs';
|
|
4
|
+
import './chunk-IAFBVORQ.mjs';
|
|
5
5
|
//# sourceMappingURL=out.js.map
|
|
6
6
|
//# sourceMappingURL=index.mjs.map
|