@theia/ai-huggingface 1.57.0-next.7 → 1.57.0

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 +5 -5
package/README.md CHANGED
@@ -29,4 +29,4 @@ Alternatively, the Hugging Face API key can also be provided via the `HUGGINGFAC
29
29
  ## Trademark
30
30
 
31
31
  "Theia" is a trademark of the Eclipse Foundation
32
- https://www.eclipse.org/theia
32
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@theia/ai-huggingface",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia - Hugging Face Integration",
5
5
  "dependencies": {
6
6
  "@huggingface/inference": "^2.0.0",
7
- "@theia/ai-core": "1.57.0-next.7+52945586d",
8
- "@theia/core": "1.57.0-next.7+52945586d"
7
+ "@theia/ai-core": "1.57.0",
8
+ "@theia/core": "1.57.0"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"
@@ -41,10 +41,10 @@
41
41
  "watch": "theiaext watch"
42
42
  },
43
43
  "devDependencies": {
44
- "@theia/ext-scripts": "1.56.0"
44
+ "@theia/ext-scripts": "1.57.0"
45
45
  },
46
46
  "nyc": {
47
47
  "extends": "../../configs/nyc.json"
48
48
  },
49
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
49
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
50
50
  }