@copilotkit/shared 0.7.0-mme-firebase-fixes.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.7.0-mme-firebase-fixes.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
@@ -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
@@ -34,11 +34,11 @@
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
36
  CJS dist/utils/decode-chat-completion.js.map 6.89 KB
37
- CJS dist/utils/index.js.map 32.70 KB
38
37
  CJS dist/utils/parse-chat-completion.js.map 4.15 KB
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 76ms
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
@@ -62,8 +62,8 @@
62
62
  ESM dist/utils/decode-chat-completion-as-text.mjs 170.00 B
63
63
  ESM dist/utils/decode-chat-completion.mjs 150.00 B
64
64
  ESM dist/utils/index.mjs 1001.00 B
65
- ESM dist/utils/utils.test.mjs 170.00 B
66
65
  ESM dist/utils/parse-chat-completion.mjs 147.00 B
66
+ ESM dist/utils/utils.test.mjs 170.00 B
67
67
  ESM dist/utils/utils.mjs 439.00 B
68
68
  ESM dist/index.mjs.map 71.00 B
69
69
  ESM dist/constants/copilot-protocol.mjs.map 71.00 B
@@ -88,12 +88,12 @@
88
88
  ESM dist/utils/decode-chat-completion-as-text.mjs.map 71.00 B
89
89
  ESM dist/utils/decode-chat-completion.mjs.map 71.00 B
90
90
  ESM dist/utils/index.mjs.map 71.00 B
91
- ESM dist/utils/utils.test.mjs.map 352.00 B
92
91
  ESM dist/utils/parse-chat-completion.mjs.map 71.00 B
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 81ms
94
+ ESM ⚡️ Build success in 59ms
95
95
  DTS Build start
96
- DTS ⚡️ Build success in 2110ms
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,12 @@
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
+
3
10
  ## 0.7.0-mme-firebase-fixes.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.7.0-mme-firebase-fixes.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.8.0-mme-firebase-fixes.0",
25
- "tsconfig": "0.12.0-mme-firebase-fixes.0"
24
+ "eslint-config-custom": "0.8.0",
25
+ "tsconfig": "0.12.0"
26
26
  },
27
27
  "dependencies": {},
28
28
  "scripts": {