@copilotkit/shared 0.6.0 → 0.7.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 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.7.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
@@ -38,14 +38,14 @@
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 50ms
41
+ CJS ⚡️ Build success in 53ms
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-NKEDWRKJ.mjs 3.36 KB
48
47
  ESM dist/chunk-4MTSDAP6.mjs 729.00 B
48
+ ESM dist/chunk-NKEDWRKJ.mjs 3.36 KB
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-NKEDWRKJ.mjs.map 6.85 KB
74
73
  ESM dist/chunk-4MTSDAP6.mjs.map 1.30 KB
74
+ ESM dist/chunk-NKEDWRKJ.mjs.map 6.85 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
@@ -91,9 +91,9 @@
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 53ms
94
+ ESM ⚡️ Build success in 59ms
95
95
  DTS Build start
96
- DTS ⚡️ Build success in 2185ms
96
+ DTS ⚡️ Build success in 2063ms
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,5 +1,18 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 899aa6e: Backend improvements for running on GCP
8
+ - Improve streamHttpServerResponse for express and firebase apps
9
+
10
+ ## 0.7.0-mme-firebase-fixes.0
11
+
12
+ ### Minor Changes
13
+
14
+ - Backend improvements for running on GCP
15
+
3
16
  ## 0.6.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.6.0",
7
+ "version": "0.7.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",
25
- "tsconfig": "0.11.0"
24
+ "eslint-config-custom": "0.8.0",
25
+ "tsconfig": "0.12.0"
26
26
  },
27
27
  "dependencies": {},
28
28
  "scripts": {