@theia/ai-anthropic 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 +3 -2
  2. package/package.json +4 -4
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 - Anthropic EXTENSION</h2>
7
+ <h2>ECLIPSE THEIA - ANTHROPIC EXTENSION</h2>
8
8
 
9
9
  <hr />
10
10
 
@@ -27,5 +27,6 @@ Alternatively the API key can also be handed in via the `ANTHROPIC_API_KEY` envi
27
27
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
28
28
 
29
29
  ## Trademark
30
+
30
31
  "Theia" is a trademark of the Eclipse Foundation
31
- 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-anthropic",
3
- "version": "1.66.0-next.12+b31bdedfc",
3
+ "version": "1.66.0-next.32+0e85731b8",
4
4
  "description": "Theia - Anthropic Integration",
5
5
  "dependencies": {
6
6
  "@anthropic-ai/sdk": "^0.52.0",
7
- "@theia/ai-core": "1.66.0-next.12+b31bdedfc",
8
- "@theia/core": "1.66.0-next.12+b31bdedfc"
7
+ "@theia/ai-core": "1.66.0-next.32+0e85731b8",
8
+ "@theia/core": "1.66.0-next.32+0e85731b8"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"
@@ -46,5 +46,5 @@
46
46
  "nyc": {
47
47
  "extends": "../../configs/nyc.json"
48
48
  },
49
- "gitHead": "b31bdedfcceb7a9f9a14259633b5280596013b41"
49
+ "gitHead": "0e85731b8d6b22ec862ca4ef7a35a9b81a744107"
50
50
  }