@theia/ai-chat-ui 1.66.0-next.12 → 1.66.0-next.32

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />
6
6
 
7
- <h2>ECLIPSE THEIA - AI Chat UI EXTENSION</h2>
7
+ <h2>ECLIPSE THEIA - AI CHAT UI EXTENSION</h2>
8
8
 
9
9
  <hr />
10
10
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@theia/ai-chat-ui",
3
- "version": "1.66.0-next.12+b31bdedfc",
3
+ "version": "1.66.0-next.32+0e85731b8",
4
4
  "description": "Theia - AI Chat UI Extension",
5
5
  "dependencies": {
6
- "@theia/ai-chat": "1.66.0-next.12+b31bdedfc",
7
- "@theia/ai-core": "1.66.0-next.12+b31bdedfc",
8
- "@theia/core": "1.66.0-next.12+b31bdedfc",
9
- "@theia/editor": "1.66.0-next.12+b31bdedfc",
10
- "@theia/editor-preview": "1.66.0-next.12+b31bdedfc",
11
- "@theia/filesystem": "1.66.0-next.12+b31bdedfc",
12
- "@theia/monaco": "1.66.0-next.12+b31bdedfc",
6
+ "@theia/ai-chat": "1.66.0-next.32+0e85731b8",
7
+ "@theia/ai-core": "1.66.0-next.32+0e85731b8",
8
+ "@theia/core": "1.66.0-next.32+0e85731b8",
9
+ "@theia/editor": "1.66.0-next.32+0e85731b8",
10
+ "@theia/editor-preview": "1.66.0-next.32+0e85731b8",
11
+ "@theia/filesystem": "1.66.0-next.32+0e85731b8",
12
+ "@theia/monaco": "1.66.0-next.32+0e85731b8",
13
13
  "@theia/monaco-editor-core": "1.96.302",
14
- "@theia/workspace": "1.66.0-next.12+b31bdedfc",
14
+ "@theia/workspace": "1.66.0-next.32+0e85731b8",
15
15
  "date-fns": "^4.1.0",
16
16
  "tslib": "^2.6.2",
17
17
  "uuid": "^9.0.1"
@@ -55,5 +55,5 @@
55
55
  "nyc": {
56
56
  "extends": "../../configs/nyc.json"
57
57
  },
58
- "gitHead": "b31bdedfcceb7a9f9a14259633b5280596013b41"
58
+ "gitHead": "0e85731b8d6b22ec862ca4ef7a35a9b81a744107"
59
59
  }