@copilotkit/shared 0.1.0-alpha.6 → 0.2.0-alpha.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.
- package/.turbo/turbo-build.log +13 -13
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/shared@0.1.0
|
|
2
|
+
> @copilotkit/shared@0.1.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/shared
|
|
3
3
|
> tsup --treeshake
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/index.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/index.ts, src/utils/utils.test.ts, src/utils/utils.ts
|
|
@@ -13,28 +13,28 @@ Generated an empty chunk: "chunk-YPBKY4KY".
|
|
|
13
13
|
Generated an empty chunk: "chunk-IAFBVORQ".
|
|
14
14
|
Generated an empty chunk: "chunk-YJLRG5U3".
|
|
15
15
|
ESM dist/chunk-YPBKY4KY.mjs 76.00 B
|
|
16
|
-
ESM dist/utils/utils.test.mjs 202.00 B
|
|
17
|
-
ESM dist/chunk-YJLRG5U3.mjs 76.00 B
|
|
18
|
-
ESM dist/chunk-NCTOECKL.mjs 4.62 KB
|
|
19
16
|
ESM dist/index.mjs 329.00 B
|
|
20
|
-
ESM dist/chunk-IAFBVORQ.mjs 76.00 B
|
|
21
|
-
ESM dist/types/openai-assistant.mjs 109.00 B
|
|
22
17
|
ESM dist/types/index.mjs 130.00 B
|
|
23
18
|
ESM dist/utils/index.mjs 269.00 B
|
|
19
|
+
ESM dist/chunk-NCTOECKL.mjs 4.62 KB
|
|
20
|
+
ESM dist/chunk-YJLRG5U3.mjs 76.00 B
|
|
21
|
+
ESM dist/utils/utils.test.mjs 202.00 B
|
|
24
22
|
ESM dist/utils/utils.mjs 237.00 B
|
|
23
|
+
ESM dist/chunk-IAFBVORQ.mjs 76.00 B
|
|
24
|
+
ESM dist/types/openai-assistant.mjs 109.00 B
|
|
25
25
|
ESM dist/chunk-YPBKY4KY.mjs.map 51.00 B
|
|
26
|
-
ESM dist/utils/utils.test.mjs.map 351.00 B
|
|
27
|
-
ESM dist/chunk-YJLRG5U3.mjs.map 51.00 B
|
|
28
26
|
ESM dist/index.mjs.map 51.00 B
|
|
29
27
|
ESM dist/chunk-NCTOECKL.mjs.map 11.39 KB
|
|
30
|
-
ESM dist/
|
|
31
|
-
ESM dist/chunk-IAFBVORQ.mjs.map 51.00 B
|
|
32
|
-
ESM dist/types/index.mjs.map 51.00 B
|
|
28
|
+
ESM dist/chunk-YJLRG5U3.mjs.map 51.00 B
|
|
33
29
|
ESM dist/utils/utils.mjs.map 51.00 B
|
|
34
30
|
ESM dist/utils/index.mjs.map 51.00 B
|
|
35
|
-
ESM
|
|
31
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
32
|
+
ESM dist/utils/utils.test.mjs.map 351.00 B
|
|
33
|
+
ESM dist/chunk-IAFBVORQ.mjs.map 51.00 B
|
|
34
|
+
ESM dist/types/openai-assistant.mjs.map 51.00 B
|
|
35
|
+
ESM ⚡️ Build success in 53ms
|
|
36
36
|
DTS Build start
|
|
37
|
-
DTS ⚡️ Build success in
|
|
37
|
+
DTS ⚡️ Build success in 718ms
|
|
38
38
|
DTS dist/index.d.ts 306.00 B
|
|
39
39
|
DTS dist/types/openai-assistant.d.ts 1.40 KB
|
|
40
40
|
DTS dist/utils/utils.d.ts 4.17 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @copilotkit/shared
|
|
2
2
|
|
|
3
|
+
## 0.2.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- adding portkey examples
|
|
8
|
+
|
|
9
|
+
## 0.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 8a5cecd: only forward functions if non-empty
|
|
14
|
+
- 87f1fa0: rebase
|
|
15
|
+
- 15d4afc: debugging
|
|
16
|
+
- c40a0d1: Filter out empty function descriptions
|
|
17
|
+
- prep for chat protocol v2
|
|
18
|
+
- bbd152e: backend sdks prep
|
|
19
|
+
- 8517bb1: trying again
|
|
20
|
+
- 478840a: carry function propagation fix to chat v2
|
|
21
|
+
|
|
3
22
|
## 0.1.0-alpha.6
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.2.0-alpha.0",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"module": "./dist/index.mjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"tsup": "^6.7.0",
|
|
21
21
|
"typescript": "^5.1.3",
|
|
22
22
|
"eslint-config-custom": "0.2.0",
|
|
23
|
-
"tsconfig": "0.6.0
|
|
23
|
+
"tsconfig": "0.6.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"scripts": {
|