@copilotkit/react-ui 0.22.0-mme-cloud.0 → 0.22.0-mme-cloud.2

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-ui@0.22.0-mme-cloud.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.22.0-mme-cloud.2 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copy-to-clipboard.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.ts, src/types/types.ts, src/components/chat/Button.tsx, src/components/chat/Chat.tsx, src/components/chat/ChatContext.tsx, src/components/chat/CodeBlock.tsx, src/components/chat/Header.tsx, src/components/chat/Icons.tsx, src/components/chat/Input.tsx, src/components/chat/Markdown.tsx, src/components/chat/Messages.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
@@ -110,7 +110,7 @@ Browserslist: caniuse-lite is outdated. Please run:
110
110
  ESM dist/components/chat/Header.mjs.map 71.00 B
111
111
  ESM dist/components/chat/Icons.mjs.map 71.00 B
112
112
  ESM dist/components/chat/Input.mjs.map 71.00 B
113
- ESM ⚡️ Build success in 1553ms
113
+ ESM ⚡️ Build success in 1687ms
114
114
  CJS dist/index.js 41.85 KB
115
115
  CJS dist/index.css 19.96 KB
116
116
  CJS dist/components/index.js 41.87 KB
@@ -163,8 +163,8 @@ Browserslist: caniuse-lite is outdated. Please run:
163
163
  CJS dist/components/chat/Window.js.map 6.76 KB
164
164
  CJS dist/components/chat/index.js.map 66.63 KB
165
165
  CJS dist/components/chat/props.js.map 908.00 B
166
- CJS ⚡️ Build success in 1589ms
167
- DTS ⚡️ Build success in 5911ms
166
+ CJS ⚡️ Build success in 1713ms
167
+ DTS ⚡️ Build success in 6244ms
168
168
  DTS dist/index.d.ts 435.00 B
169
169
  DTS dist/components/chat/props.d.ts 819.00 B
170
170
  DTS dist/components/chat/Popup.d.ts 269.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # ui
2
2
 
3
+ ## 0.22.0-mme-cloud.2
4
+
5
+ ### Minor Changes
6
+
7
+ - streamline cloud configuration
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/react-core@0.25.0-mme-cloud.2
13
+ - @copilotkit/shared@0.9.0-mme-cloud.2
14
+
15
+ ## 0.22.0-mme-cloud.1
16
+
17
+ ### Minor Changes
18
+
19
+ - Unify api key handling
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @copilotkit/react-core@0.25.0-mme-cloud.1
25
+ - @copilotkit/shared@0.9.0-mme-cloud.1
26
+
3
27
  ## 0.22.0-mme-cloud.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.22.0-mme-cloud.0",
7
+ "version": "0.22.0-mme-cloud.2",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -35,9 +35,9 @@
35
35
  "ts-jest": "^29.1.1",
36
36
  "tsup": "^6.7.0",
37
37
  "typescript": "^5.2.3",
38
- "eslint-config-custom": "0.10.0-mme-cloud.0",
39
- "tailwind-config": "0.9.0-mme-cloud.0",
40
- "tsconfig": "0.14.0-mme-cloud.0"
38
+ "eslint-config-custom": "0.10.0-mme-cloud.2",
39
+ "tailwind-config": "0.9.0-mme-cloud.2",
40
+ "tsconfig": "0.14.0-mme-cloud.2"
41
41
  },
42
42
  "dependencies": {
43
43
  "nanoid": "^4.0.2",
@@ -45,8 +45,8 @@
45
45
  "react-syntax-highlighter": "^15.5.0",
46
46
  "remark-gfm": "^3.0.1",
47
47
  "remark-math": "^5.1.1",
48
- "@copilotkit/shared": "0.9.0-mme-cloud.0",
49
- "@copilotkit/react-core": "0.25.0-mme-cloud.0"
48
+ "@copilotkit/shared": "0.9.0-mme-cloud.2",
49
+ "@copilotkit/react-core": "0.25.0-mme-cloud.2"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup --clean",