@theia/ai-scanoss 1.67.0-next.3 → 1.67.0-next.59

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 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -19,6 +19,7 @@ Via the preferences the user can switch between manual and automatic scanning.
19
19
 
20
20
  ## Additional Information
21
21
 
22
+ - [API documentation for `@theia/ai-scanoss`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_ai-scanoss.html)
22
23
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
23
24
  - [Theia - Website](https://theia-ide.org/)
24
25
  - [SCAN OSS Website](https://www.scanoss.com/)
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/ai-scanoss",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - SCANOSS AI Integration",
5
5
  "dependencies": {
6
- "@theia/ai-chat": "1.67.0-next.3+7946ca874",
7
- "@theia/ai-chat-ui": "1.67.0-next.3+7946ca874",
8
- "@theia/ai-core": "1.67.0-next.3+7946ca874",
9
- "@theia/core": "1.67.0-next.3+7946ca874",
10
- "@theia/monaco": "1.67.0-next.3+7946ca874",
6
+ "@theia/ai-chat": "1.67.0-next.59+3f14297ea",
7
+ "@theia/ai-chat-ui": "1.67.0-next.59+3f14297ea",
8
+ "@theia/ai-core": "1.67.0-next.59+3f14297ea",
9
+ "@theia/core": "1.67.0-next.59+3f14297ea",
10
+ "@theia/monaco": "1.67.0-next.59+3f14297ea",
11
11
  "@theia/monaco-editor-core": "1.96.302",
12
- "@theia/scanoss": "1.67.0-next.3+7946ca874"
12
+ "@theia/scanoss": "1.67.0-next.59+3f14297ea"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"
@@ -51,5 +51,5 @@
51
51
  "nyc": {
52
52
  "extends": "../../configs/nyc.json"
53
53
  },
54
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
54
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
55
55
  }