@copilotkit/shared 0.9.0-mme-cloud.5 → 0.9.0-mme-cloud.6

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.9.0-mme-cloud.5 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.9.0-mme-cloud.6 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/copilot-cloud-config.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
@@ -40,7 +40,7 @@
40
40
  CJS dist/utils/parse-chat-completion.js.map 4.17 KB
41
41
  CJS dist/utils/utils.test.js.map 354.00 B
42
42
  CJS dist/utils/utils.js.map 12.09 KB
43
- CJS ⚡️ Build success in 63ms
43
+ CJS ⚡️ Build success in 70ms
44
44
  ESM dist/utils/annotated-function.mjs 314.00 B
45
45
  ESM dist/utils/decode-chat-completion-as-text.mjs 170.00 B
46
46
  ESM dist/utils/decode-chat-completion.mjs 150.00 B
@@ -97,9 +97,9 @@
97
97
  ESM dist/chunk-MSUB6DGR.mjs.map 71.00 B
98
98
  ESM dist/types/openai-assistant.mjs.map 71.00 B
99
99
  ESM dist/chunk-IAFBVORQ.mjs.map 71.00 B
100
- ESM ⚡️ Build success in 67ms
100
+ ESM ⚡️ Build success in 72ms
101
101
  DTS Build start
102
- DTS ⚡️ Build success in 2068ms
102
+ DTS ⚡️ Build success in 2193ms
103
103
  DTS dist/index.d.ts 1.47 KB
104
104
  DTS dist/types/openai-assistant.d.ts 2.79 KB
105
105
  DTS dist/types/annotated-function.d.ts 766.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 0.9.0-mme-cloud.6
4
+
5
+ ### Minor Changes
6
+
7
+ - Upgrade langchain
8
+
3
9
  ## 0.9.0-mme-cloud.5
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.9.0-mme-cloud.5",
7
+ "version": "0.9.0-mme-cloud.6",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -25,8 +25,8 @@
25
25
  "ts-jest": "^29.1.1",
26
26
  "tsup": "^6.7.0",
27
27
  "typescript": "^5.2.3",
28
- "eslint-config-custom": "0.10.0-mme-cloud.5",
29
- "tsconfig": "0.14.0-mme-cloud.5"
28
+ "eslint-config-custom": "0.10.0-mme-cloud.6",
29
+ "tsconfig": "0.14.0-mme-cloud.6"
30
30
  },
31
31
  "dependencies": {},
32
32
  "scripts": {