@theia/ai-core 1.56.0 → 1.57.0-next.22

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 +2 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -26,5 +26,6 @@ It manages the integration of language models and provides core concepts like ag
26
26
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
27
27
 
28
28
  ## Trademark
29
+
29
30
  "Theia" is a trademark of the Eclipse Foundation
30
- https://www.eclipse.org/theia
31
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@theia/ai-core",
3
- "version": "1.56.0",
3
+ "version": "1.57.0-next.22+35d458a96",
4
4
  "description": "Theia - AI Core",
5
5
  "dependencies": {
6
- "@theia/core": "1.56.0",
7
- "@theia/editor": "1.56.0",
8
- "@theia/filesystem": "1.56.0",
9
- "@theia/monaco": "1.56.0",
6
+ "@theia/core": "1.57.0-next.22+35d458a96",
7
+ "@theia/editor": "1.57.0-next.22+35d458a96",
8
+ "@theia/filesystem": "1.57.0-next.22+35d458a96",
9
+ "@theia/monaco": "1.57.0-next.22+35d458a96",
10
10
  "@theia/monaco-editor-core": "1.83.101",
11
- "@theia/output": "1.56.0",
12
- "@theia/variable-resolver": "1.56.0",
13
- "@theia/workspace": "1.56.0",
11
+ "@theia/output": "1.57.0-next.22+35d458a96",
12
+ "@theia/variable-resolver": "1.57.0-next.22+35d458a96",
13
+ "@theia/workspace": "1.57.0-next.22+35d458a96",
14
14
  "@types/js-yaml": "^4.0.9",
15
15
  "js-yaml": "^4.1.0",
16
16
  "minimatch": "^5.1.0",
@@ -57,5 +57,5 @@
57
57
  "nyc": {
58
58
  "extends": "../../configs/nyc.json"
59
59
  },
60
- "gitHead": "3b4498f8f1c66be688847418fcc35595282671dc"
60
+ "gitHead": "35d458a961212de264d9579305d984147fa55618"
61
61
  }