@theia/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 +3 -3
package/README.md CHANGED
@@ -18,6 +18,7 @@ If needed, an API key can be handed over via preference or environment variable
18
18
 
19
19
  ## Additional Information
20
20
 
21
+ - [API documentation for `@theia/scanoss`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_scanoss.html)
21
22
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
22
23
  - [Theia - Website](https://theia-ide.org/)
23
24
  - [SCAN OSS Website](https://www.scanoss.com/)
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@theia/scanoss",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - SCANOSS Integration",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.3+7946ca874",
6
+ "@theia/core": "1.67.0-next.59+3f14297ea",
7
7
  "scanoss": "^0.15.2"
8
8
  },
9
9
  "publishConfig": {
@@ -46,5 +46,5 @@
46
46
  "nyc": {
47
47
  "extends": "../../configs/nyc.json"
48
48
  },
49
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
49
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
50
50
  }