@theia/ai-openai 1.57.0-next.7 → 1.57.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -45,5 +45,6 @@ You can configure the end points via the `ai-features.openAiCustom.customOpenAiM
45
45
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
46
46
 
47
47
  ## Trademark
48
+
48
49
  "Theia" is a trademark of the Eclipse Foundation
49
- https://www.eclipse.org/theia
50
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@theia/ai-openai",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.1",
4
4
  "description": "Theia - OpenAI Integration",
5
5
  "dependencies": {
6
- "@theia/ai-core": "1.57.0-next.7+52945586d",
7
- "@theia/core": "1.57.0-next.7+52945586d",
8
- "@theia/filesystem": "1.57.0-next.7+52945586d",
9
- "@theia/workspace": "1.57.0-next.7+52945586d",
6
+ "@theia/ai-core": "1.57.1",
7
+ "@theia/core": "1.57.1",
8
+ "@theia/filesystem": "1.57.1",
9
+ "@theia/workspace": "1.57.1",
10
10
  "minimatch": "^5.1.0",
11
11
  "openai": "^4.55.7",
12
12
  "tslib": "^2.6.2"
@@ -45,10 +45,10 @@
45
45
  "watch": "theiaext watch"
46
46
  },
47
47
  "devDependencies": {
48
- "@theia/ext-scripts": "1.56.0"
48
+ "@theia/ext-scripts": "1.57.1"
49
49
  },
50
50
  "nyc": {
51
51
  "extends": "../../configs/nyc.json"
52
52
  },
53
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
53
+ "gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
54
54
  }