@copilotkit/shared 0.8.0-mme-esm-error.2 → 0.8.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.8.0-mme-esm-error.2 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@0.8.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,7 +38,7 @@
38
38
  CJS dist/utils/parse-chat-completion.js.map 4.15 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 65ms
41
+ CJS ⚡️ Build success in 87ms
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
@@ -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 68ms
94
+ ESM ⚡️ Build success in 103ms
95
95
  DTS Build start
96
- DTS ⚡️ Build success in 2126ms
96
+ DTS ⚡️ Build success in 2227ms
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,14 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1f06d29: declare esm/cjs/types in export
8
+ - fix esm error
9
+ - 5a0b2cf: Inline codeblock style to avoid ESM error
10
+ - e12b921: ESM by default
11
+
3
12
  ## 0.8.0-mme-esm-error.2
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.8.0-mme-esm-error.2",
7
+ "version": "0.8.0",
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.9.0-mme-esm-error.2",
29
- "tsconfig": "0.13.0-mme-esm-error.2"
28
+ "eslint-config-custom": "0.9.0",
29
+ "tsconfig": "0.13.0"
30
30
  },
31
31
  "dependencies": {},
32
32
  "scripts": {