@theia/scanoss 1.66.0-next.0 → 1.66.0-next.27
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { PreferenceSchema } from '@theia/core/lib/common/preferences/preference-schema';
|
|
2
|
-
export declare const SCAN_OSS_API_KEY_PREF = "SCANOSS.apiKey";
|
|
2
|
+
export declare const SCAN_OSS_API_KEY_PREF = "ai-features.SCANOSS.apiKey";
|
|
3
3
|
export declare const ScanOSSPreferencesSchema: PreferenceSchema;
|
|
4
4
|
//# sourceMappingURL=scanoss-preferences.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scanoss-preferences.d.ts","sourceRoot":"","sources":["../../src/common/scanoss-preferences.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sDAAsD,CAAC;AAExF,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"scanoss-preferences.d.ts","sourceRoot":"","sources":["../../src/common/scanoss-preferences.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sDAAsD,CAAC;AAExF,eAAO,MAAM,qBAAqB,+BAA+B,CAAC;AAElE,eAAO,MAAM,wBAAwB,EAAE,gBAStC,CAAC"}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
// *****************************************************************************
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.ScanOSSPreferencesSchema = exports.SCAN_OSS_API_KEY_PREF = void 0;
|
|
19
|
-
exports.SCAN_OSS_API_KEY_PREF = 'SCANOSS.apiKey';
|
|
19
|
+
exports.SCAN_OSS_API_KEY_PREF = 'ai-features.SCANOSS.apiKey';
|
|
20
20
|
exports.ScanOSSPreferencesSchema = {
|
|
21
21
|
properties: {
|
|
22
22
|
[exports.SCAN_OSS_API_KEY_PREF]: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scanoss-preferences.js","sourceRoot":"","sources":["../../src/common/scanoss-preferences.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAInE,QAAA,qBAAqB,GAAG,
|
|
1
|
+
{"version":3,"file":"scanoss-preferences.js","sourceRoot":"","sources":["../../src/common/scanoss-preferences.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;;AAInE,QAAA,qBAAqB,GAAG,4BAA4B,CAAC;AAErD,QAAA,wBAAwB,GAAqB;IACtD,UAAU,EAAE;QACR,CAAC,6BAAqB,CAAC,EAAE;YACrB,IAAI,EAAE,QAAQ;YACd,mBAAmB,EAAE;kHACiF;YACtG,KAAK,EAAE,iBAAiB;SAC3B;KACJ;CACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/scanoss",
|
|
3
|
-
"version": "1.66.0-next.
|
|
3
|
+
"version": "1.66.0-next.27+a9334fd8e",
|
|
4
4
|
"description": "Theia - SCANOSS Integration",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.66.0-next.
|
|
6
|
+
"@theia/core": "1.66.0-next.27+a9334fd8e",
|
|
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": "
|
|
49
|
+
"gitHead": "a9334fd8e3fa0dfd9beccf1c2f0fe15c6c2c071d"
|
|
50
50
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
import { PreferenceSchema } from '@theia/core/lib/common/preferences/preference-schema';
|
|
18
18
|
|
|
19
|
-
export const SCAN_OSS_API_KEY_PREF = 'SCANOSS.apiKey';
|
|
19
|
+
export const SCAN_OSS_API_KEY_PREF = 'ai-features.SCANOSS.apiKey';
|
|
20
20
|
|
|
21
21
|
export const ScanOSSPreferencesSchema: PreferenceSchema = {
|
|
22
22
|
properties: {
|