@copilotkit/react-core 0.23.0 → 0.24.0-mme-fix-esm-error.1

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/react-core@0.23.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
2
+ > @copilotkit/react-core@0.24.0-mme-fix-esm-error.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/components/index.ts, src/context/copilot-context.tsx, src/context/index.ts, src/hooks/index.ts, src/hooks/use-chat.ts, src/hooks/use-copilot-action-implementation.ts, src/hooks/use-copilot-action.ts, src/hooks/use-copilot-chat.ts, src/hooks/use-flat-category-store.ts, src/hooks/use-make-copilot-actionable.ts, src/hooks/use-make-copilot-document-readable.ts, src/hooks/use-make-copilot-readable.ts, src/hooks/use-tree.ts, src/lib/copilot-task.ts, src/lib/index.ts, src/openai-assistants/index.ts, src/types/document-pointer.ts, src/types/frontend-action.ts, src/types/index.ts, src/types/system-message.ts, src/utils/fetch-chat-completion.ts, src/utils/utils.test.ts, src/utils/utils.ts, src/components/copilot-provider/copilotkit-props.tsx, src/components/copilot-provider/copilotkit.tsx, src/components/copilot-provider/index.ts, src/components/copilot-provider/standard-copilot-api-config.tsx, src/openai-assistants/hooks/index.ts, src/openai-assistants/hooks/use-assistants.ts, src/openai-assistants/hooks/use-copilot-chat-v2.ts, src/openai-assistants/utils/index.ts, src/openai-assistants/utils/process-message-stream.ts
@@ -76,7 +76,7 @@
76
76
  CJS dist/openai-assistants/hooks/use-assistants.js.map 5.90 KB
77
77
  CJS dist/openai-assistants/hooks/use-copilot-chat-v2.js.map 20.36 KB
78
78
  CJS dist/openai-assistants/utils/process-message-stream.js.map 1.33 KB
79
- CJS ⚡️ Build success in 165ms
79
+ CJS ⚡️ Build success in 198ms
80
80
  ESM dist/openai-assistants/utils/process-message-stream.mjs 188.00 B
81
81
  ESM dist/components/copilot-provider/copilotkit-props.mjs 45.00 B
82
82
  ESM dist/components/copilot-provider/copilotkit.mjs 366.00 B
@@ -195,9 +195,9 @@
195
195
  ESM dist/chunk-75RLNHDB.mjs.map 3.43 KB
196
196
  ESM dist/chunk-KIKHLN4X.mjs.map 4.87 KB
197
197
  ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
198
- ESM ⚡️ Build success in 171ms
198
+ ESM ⚡️ Build success in 208ms
199
199
  DTS Build start
200
- DTS ⚡️ Build success in 6036ms
200
+ DTS ⚡️ Build success in 5669ms
201
201
  DTS dist/index.d.ts 1.56 KB
202
202
  DTS dist/components/copilot-provider/copilotkit.d.ts 1.26 KB
203
203
  DTS dist/components/copilot-provider/copilotkit-props.d.ts 1007.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # ui
2
2
 
3
+ ## 0.24.0-mme-fix-esm-error.1
4
+
5
+ ### Minor Changes
6
+
7
+ - ESM by default
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/shared@0.8.0-mme-fix-esm-error.1
13
+
14
+ ## 0.24.0-mme-fix-esm-error.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Use esm by default
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @copilotkit/shared@0.8.0-mme-fix-esm-error.0
24
+
25
+ ## 0.24.0-mme-fix-esm-error.0
26
+
27
+ ### Minor Changes
28
+
29
+ - Add distinct exports for cjs and esm
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @copilotkit/shared@0.8.0-mme-fix-esm-error.0
35
+
3
36
  ## 0.23.0
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.23.0",
7
+ "version": "0.24.0-mme-fix-esm-error.1",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
11
11
  "exports": {
12
- ".": "./dist/index.js"
12
+ ".": "./dist/index.mjs"
13
13
  },
14
14
  "types": "./dist/index.d.ts",
15
15
  "license": "MIT",
@@ -25,13 +25,13 @@
25
25
  "ts-jest": "^29.1.1",
26
26
  "tsup": "^6.7.0",
27
27
  "typescript": "^5.2.3",
28
- "eslint-config-custom": "0.8.0",
29
- "tsconfig": "0.12.0"
28
+ "eslint-config-custom": "0.9.0-mme-fix-esm-error.2",
29
+ "tsconfig": "0.13.0-mme-fix-esm-error.2"
30
30
  },
31
31
  "dependencies": {
32
32
  "nanoid": "^4.0.2",
33
33
  "untruncate-json": "^0.0.1",
34
- "@copilotkit/shared": "0.7.0"
34
+ "@copilotkit/shared": "0.8.0-mme-fix-esm-error.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup --clean",