@theia/application-package
Advanced tools
Comparing version 1.49.1 to 1.50.0
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
export declare const DEFAULT_SUPPORTED_API_VERSION = "1.88.1"; | ||
export declare const DEFAULT_SUPPORTED_API_VERSION = "1.89.1"; | ||
//# sourceMappingURL=api.d.ts.map |
@@ -23,3 +23,3 @@ "use strict"; | ||
*/ | ||
exports.DEFAULT_SUPPORTED_API_VERSION = '1.88.1'; | ||
exports.DEFAULT_SUPPORTED_API_VERSION = '1.89.1'; | ||
//# sourceMappingURL=api.js.map |
import { NpmRegistry, NodePackage, PublishedNodePackage } from './npm-registry'; | ||
import { Extension, ExtensionPackage, ExtensionPackageOptions } from './extension-package'; | ||
import { ApplicationProps } from './application-props'; | ||
export declare type ApplicationLog = (message?: any, ...optionalParams: any[]) => void; | ||
export type ApplicationLog = (message?: any, ...optionalParams: any[]) => void; | ||
export declare class ApplicationPackageOptions { | ||
@@ -12,3 +12,3 @@ readonly projectPath: string; | ||
} | ||
export declare type ApplicationModuleResolver = (modulePath: string) => string; | ||
export type ApplicationModuleResolver = (modulePath: string) => string; | ||
export declare class ApplicationPackage { | ||
@@ -15,0 +15,0 @@ protected readonly options: ApplicationPackageOptions; |
import type { BrowserWindowConstructorOptions } from 'electron'; | ||
export import deepmerge = require('deepmerge'); | ||
export declare type RequiredRecursive<T> = { | ||
export type RequiredRecursive<T> = { | ||
[K in keyof T]-?: T[K] extends object ? RequiredRecursive<T[K]> : T[K]; | ||
@@ -12,3 +12,3 @@ }; | ||
} | ||
export declare type ElectronFrontendApplicationConfig = RequiredRecursive<ElectronFrontendApplicationConfig.Partial>; | ||
export type ElectronFrontendApplicationConfig = RequiredRecursive<ElectronFrontendApplicationConfig.Partial>; | ||
export declare namespace ElectronFrontendApplicationConfig { | ||
@@ -64,3 +64,3 @@ const DEFAULT: ElectronFrontendApplicationConfig; | ||
} | ||
export declare type DefaultTheme = string | Readonly<{ | ||
export type DefaultTheme = string | Readonly<{ | ||
light: string; | ||
@@ -76,3 +76,3 @@ dark: string; | ||
*/ | ||
export declare type FrontendApplicationConfig = RequiredRecursive<FrontendApplicationConfig.Partial>; | ||
export type FrontendApplicationConfig = RequiredRecursive<FrontendApplicationConfig.Partial>; | ||
export declare namespace FrontendApplicationConfig { | ||
@@ -128,3 +128,3 @@ const DEFAULT: FrontendApplicationConfig; | ||
*/ | ||
export declare type BackendApplicationConfig = RequiredRecursive<BackendApplicationConfig.Partial>; | ||
export type BackendApplicationConfig = RequiredRecursive<BackendApplicationConfig.Partial>; | ||
export declare namespace BackendApplicationConfig { | ||
@@ -148,3 +148,3 @@ const DEFAULT: BackendApplicationConfig; | ||
*/ | ||
export declare type GeneratorConfig = RequiredRecursive<GeneratorConfig.Partial>; | ||
export type GeneratorConfig = RequiredRecursive<GeneratorConfig.Partial>; | ||
export declare namespace GeneratorConfig { | ||
@@ -151,0 +151,0 @@ const DEFAULT: GeneratorConfig; |
@@ -27,3 +27,3 @@ "use strict"; | ||
}; | ||
})(ElectronFrontendApplicationConfig = exports.ElectronFrontendApplicationConfig || (exports.ElectronFrontendApplicationConfig = {})); | ||
})(ElectronFrontendApplicationConfig || (exports.ElectronFrontendApplicationConfig = ElectronFrontendApplicationConfig = {})); | ||
var DefaultTheme; | ||
@@ -49,3 +49,3 @@ (function (DefaultTheme) { | ||
DefaultTheme.defaultBackgroundColor = defaultBackgroundColor; | ||
})(DefaultTheme = exports.DefaultTheme || (exports.DefaultTheme = {})); | ||
})(DefaultTheme || (exports.DefaultTheme = DefaultTheme = {})); | ||
var FrontendApplicationConfig; | ||
@@ -62,3 +62,3 @@ (function (FrontendApplicationConfig) { | ||
}; | ||
})(FrontendApplicationConfig = exports.FrontendApplicationConfig || (exports.FrontendApplicationConfig = {})); | ||
})(FrontendApplicationConfig || (exports.FrontendApplicationConfig = FrontendApplicationConfig = {})); | ||
var BackendApplicationConfig; | ||
@@ -70,3 +70,3 @@ (function (BackendApplicationConfig) { | ||
}; | ||
})(BackendApplicationConfig = exports.BackendApplicationConfig || (exports.BackendApplicationConfig = {})); | ||
})(BackendApplicationConfig || (exports.BackendApplicationConfig = BackendApplicationConfig = {})); | ||
var GeneratorConfig; | ||
@@ -77,3 +77,3 @@ (function (GeneratorConfig) { | ||
}; | ||
})(GeneratorConfig = exports.GeneratorConfig || (exports.GeneratorConfig = {})); | ||
})(GeneratorConfig || (exports.GeneratorConfig = GeneratorConfig = {})); | ||
var NpmRegistryProps; | ||
@@ -85,3 +85,3 @@ (function (NpmRegistryProps) { | ||
}; | ||
})(NpmRegistryProps = exports.NpmRegistryProps || (exports.NpmRegistryProps = {})); | ||
})(NpmRegistryProps || (exports.NpmRegistryProps = NpmRegistryProps = {})); | ||
var ApplicationProps; | ||
@@ -109,3 +109,3 @@ (function (ApplicationProps) { | ||
}; | ||
})(ApplicationProps = exports.ApplicationProps || (exports.ApplicationProps = {})); | ||
})(ApplicationProps || (exports.ApplicationProps = ApplicationProps = {})); | ||
//# sourceMappingURL=application-props.js.map |
@@ -176,3 +176,3 @@ "use strict"; | ||
RawExtensionPackage.view = view; | ||
})(RawExtensionPackage = exports.RawExtensionPackage || (exports.RawExtensionPackage = {})); | ||
})(RawExtensionPackage || (exports.RawExtensionPackage = RawExtensionPackage = {})); | ||
//# sourceMappingURL=extension-package.js.map |
@@ -19,8 +19,8 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./npm-registry"), exports); | ||
(0, tslib_1.__exportStar)(require("./extension-package"), exports); | ||
(0, tslib_1.__exportStar)(require("./application-package"), exports); | ||
(0, tslib_1.__exportStar)(require("./application-props"), exports); | ||
(0, tslib_1.__exportStar)(require("./environment"), exports); | ||
(0, tslib_1.__exportStar)(require("./api"), exports); | ||
tslib_1.__exportStar(require("./npm-registry"), exports); | ||
tslib_1.__exportStar(require("./extension-package"), exports); | ||
tslib_1.__exportStar(require("./application-package"), exports); | ||
tslib_1.__exportStar(require("./application-props"), exports); | ||
tslib_1.__exportStar(require("./environment"), exports); | ||
tslib_1.__exportStar(require("./api"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -30,3 +30,3 @@ "use strict"; | ||
PublishedNodePackage.is = is; | ||
})(PublishedNodePackage = exports.PublishedNodePackage || (exports.PublishedNodePackage = {})); | ||
})(PublishedNodePackage || (exports.PublishedNodePackage = PublishedNodePackage = {})); | ||
function sortByKey(object) { | ||
@@ -33,0 +33,0 @@ return Object.keys(object).sort().reduce((sorted, key) => { |
{ | ||
"name": "@theia/application-package", | ||
"version": "1.49.1", | ||
"version": "1.50.0", | ||
"description": "Theia application package API.", | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@theia/request": "1.49.1", | ||
"@theia/request": "1.50.0", | ||
"@types/fs-extra": "^4.0.2", | ||
@@ -47,3 +47,3 @@ "@types/semver": "^7.5.0", | ||
"devDependencies": { | ||
"@theia/ext-scripts": "1.49.1" | ||
"@theia/ext-scripts": "1.50.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "nyc": { | ||
}, | ||
"gitHead": "5bab04a50e95f7515a4d276fce963bef0e89db28" | ||
"gitHead": "63585530b2e32af0ed4bac4edb5ff443bfc248b7" | ||
} |
@@ -21,2 +21,2 @@ // ***************************************************************************** | ||
*/ | ||
export const DEFAULT_SUPPORTED_API_VERSION = '1.88.1'; | ||
export const DEFAULT_SUPPORTED_API_VERSION = '1.89.1'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 3 instances 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 3 instances in 1 package
144360
+ Added@theia/request@1.50.0(transitive)
- Removed@theia/request@1.49.1(transitive)
Updated@theia/request@1.50.0