@theia/application-package
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
export declare const DEFAULT_SUPPORTED_API_VERSION = "1.93.1"; | ||
export declare const DEFAULT_SUPPORTED_API_VERSION = "1.94.2"; | ||
//# sourceMappingURL=api.d.ts.map |
@@ -23,3 +23,3 @@ "use strict"; | ||
*/ | ||
exports.DEFAULT_SUPPORTED_API_VERSION = '1.93.1'; | ||
exports.DEFAULT_SUPPORTED_API_VERSION = '1.94.2'; | ||
//# sourceMappingURL=api.js.map |
@@ -143,2 +143,8 @@ import type { BrowserWindowConstructorOptions } from 'electron'; | ||
readonly frontendConnectionTimeout?: number; | ||
/** | ||
* Configuration folder within the home user folder | ||
* | ||
* Defaults to `.theia` | ||
*/ | ||
readonly configurationFolder?: string; | ||
} | ||
@@ -145,0 +151,0 @@ } |
@@ -67,3 +67,4 @@ "use strict"; | ||
singleInstance: true, | ||
frontendConnectionTimeout: 0 | ||
frontendConnectionTimeout: 0, | ||
configurationFolder: '.theia' | ||
}; | ||
@@ -70,0 +71,0 @@ })(BackendApplicationConfig || (exports.BackendApplicationConfig = BackendApplicationConfig = {})); |
{ | ||
"name": "@theia/application-package", | ||
"version": "1.55.0-next.37+4e7843ca5", | ||
"version": "1.55.0", | ||
"description": "Theia application package API.", | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@theia/request": "1.55.0-next.37+4e7843ca5", | ||
"@theia/request": "1.55.0", | ||
"@types/fs-extra": "^4.0.2", | ||
@@ -47,3 +47,3 @@ "@types/semver": "^7.5.0", | ||
"devDependencies": { | ||
"@theia/ext-scripts": "1.54.0" | ||
"@theia/ext-scripts": "1.55.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "nyc": { | ||
}, | ||
"gitHead": "4e7843ca5ce4625e3b4823b9a87debd805906fba" | ||
"gitHead": "0e7a523b8e798679d2e098709c63bd7060e54c8a" | ||
} |
@@ -21,2 +21,2 @@ // ***************************************************************************** | ||
*/ | ||
export const DEFAULT_SUPPORTED_API_VERSION = '1.93.1'; | ||
export const DEFAULT_SUPPORTED_API_VERSION = '1.94.2'; |
@@ -194,3 +194,4 @@ // ***************************************************************************** | ||
singleInstance: true, | ||
frontendConnectionTimeout: 0 | ||
frontendConnectionTimeout: 0, | ||
configurationFolder: '.theia' | ||
}; | ||
@@ -210,2 +211,9 @@ export interface Partial extends ApplicationConfig { | ||
readonly frontendConnectionTimeout?: number; | ||
/** | ||
* Configuration folder within the home user folder | ||
* | ||
* Defaults to `.theia` | ||
*/ | ||
readonly configurationFolder?: string; | ||
} | ||
@@ -212,0 +220,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
145361
0.33%2601
0.54%0
-100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
Updated