@k8slens/extensions 6.1.0-git.3f194471f9.0 → 6.1.0-git.480899c0b6.0
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.
- package/dist/src/common/application-update/selected-update-channel/default-update-channel.injectable.d.ts +1 -1
- package/dist/src/common/application-update/selected-update-channel/selected-update-channel.injectable.d.ts +2 -2
- package/dist/src/common/application-update/update-channels.d.ts +7 -3
- package/dist/src/common/error-reporting/initialize-sentry-reporting.global-override-for-injectable.d.ts +9 -0
- package/dist/src/common/error-reporting/initialize-sentry-reporting.injectable.d.ts +5 -0
- package/dist/src/common/initializable-state/create.d.ts +15 -0
- package/dist/src/common/initializable-state/create.test.d.ts +5 -0
- package/dist/src/common/user-store/user-store.d.ts +1 -3
- package/dist/src/common/utils/app-version.d.ts +0 -2
- package/dist/src/{main/app-paths/app-name → common/vars}/app-name.injectable.d.ts +0 -0
- package/dist/src/common/vars/application-copyright.injectable.d.ts +2 -0
- package/dist/src/common/vars/application-description.injectable.d.ts +2 -0
- package/dist/src/common/vars/application-information.global-override-for-injectable.d.ts +9 -0
- package/dist/src/common/vars/application-information.injectable.d.ts +6 -0
- package/dist/src/common/vars/build-semantic-version.injectable.d.ts +11 -0
- package/dist/src/common/vars/bundled-kubectl-version.injectable.d.ts +2 -0
- package/dist/src/common/vars/content-security-policy.injectable.d.ts +2 -0
- package/dist/src/common/vars/extension-api-version.injectable.d.ts +2 -0
- package/dist/src/{main/menu/build-version.global-override-for-injectable.d.ts → common/vars/is-snap-package.global-override-for-injectable.d.ts} +2 -2
- package/dist/src/common/vars/is-snap-package.injectable.d.ts +2 -0
- package/dist/src/{main/app-paths/app-name → common/vars}/product-name.injectable.d.ts +0 -0
- package/dist/src/common/vars/release-channel.injectable.d.ts +3 -0
- package/dist/src/common/vars/sentry-dsn-url.injectable.d.ts +2 -0
- package/dist/src/common/vars/store-migration-version.injectable.d.ts +2 -0
- package/dist/src/common/vars.d.ts +0 -8
- package/dist/src/extensions/common-api/app.d.ts +14 -5
- package/dist/src/extensions/common-api/index.d.ts +2 -2
- package/dist/src/extensions/common-api/k8s-api.d.ts +1 -1
- package/dist/src/extensions/common-api/user-preferences.d.ts +7 -4
- package/dist/src/extensions/common-api/utils.d.ts +13 -8
- package/dist/src/extensions/extension-api.js +138 -61
- package/dist/src/extensions/extension-discovery/is-compatible-extension/is-compatible-extension.d.ts +2 -7
- package/dist/src/main/build-version/setup-channel.injectable.d.ts +5 -0
- package/dist/src/main/electron-app/electron-app.global-override-for-injectable.d.ts +9 -0
- package/dist/src/main/kubectl/kubectl.d.ts +2 -1
- package/dist/src/main/kubectl/version-map.injectable.d.ts +2 -0
- package/dist/src/main/lens-proxy/lens-proxy.d.ts +5 -4
- package/dist/src/main/menu/menu.d.ts +0 -8
- package/dist/src/main/menu/show-about.injectable.d.ts +1 -1
- package/dist/src/main/start-main-application/runnables/sentry/initialize-on-main.global-override-for-injectable.d.ts +9 -0
- package/dist/src/main/start-main-application/runnables/sentry/initialize-on-main.injectable.d.ts +3 -0
- package/dist/src/main/start-main-application/runnables/{setup-sentry.injectable.d.ts → sentry/setup.injectable.d.ts} +1 -1
- package/dist/src/main/tray/tray-menu-item/implementations/about-app-tray-item.injectable.d.ts +1 -1
- package/dist/src/main/tray/tray-menu-item/implementations/open-app-tray-item.injectable.d.ts +1 -1
- package/dist/src/main/vars/build-version/build-version.injectable.d.ts +2 -0
- package/dist/src/main/vars/build-version/get-build-version.injectable.d.ts +2 -0
- package/dist/src/main/vars/build-version/init.injectable.d.ts +4 -0
- package/dist/src/main/vars/default-update-channel/init.injectable.d.ts +2 -0
- package/dist/src/main/vars/semantic-build-version/init.injectable.d.ts +2 -0
- package/dist/src/renderer/components/cluster-settings/components/cluster-prometheus-setting.d.ts +1 -24
- package/dist/src/renderer/utils/prevDefault.d.ts +1 -1
- package/dist/src/renderer/vars/build-version/build-version.injectable.d.ts +2 -0
- package/dist/src/renderer/vars/build-version/init.injectable.d.ts +4 -0
- package/dist/src/renderer/vars/default-update-channel/init.injectable.d.ts +2 -0
- package/dist/src/renderer/vars/semantic-build-version/init.injectable.d.ts +2 -0
- package/package.json +1 -1
- package/dist/src/common/front-end-routing/routes/welcome/welcome-route-config.global-override-for-injectable.d.ts +0 -5
- package/dist/src/common/sentry.d.ts +0 -10
- package/dist/src/common/vars/app-semantic-version.injectable.d.ts +0 -3
- package/dist/src/common/vars/app-version.injectable.d.ts +0 -2
- package/dist/src/common/vars/package-json.injectable.d.ts +0 -368
- package/dist/src/main/menu/build-version.injectable.d.ts +0 -2
- package/dist/src/main/shell-sync.d.ts +0 -10
- package/dist/src/renderer/components/+preferences/sentry-dns-url.injectable.d.ts +0 -2
package/dist/src/extensions/extension-discovery/is-compatible-extension/is-compatible-extension.d.ts
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) OpenLens Authors. All rights reserved.
|
3
|
-
* Licensed under MIT License. See LICENSE in root directory for more information.
|
4
|
-
*/
|
5
|
-
import { type SemVer } from "semver";
|
6
1
|
import type { LensExtensionManifest } from "../../lens-extension";
|
7
2
|
interface Dependencies {
|
8
|
-
|
3
|
+
extensionApiVersion: string;
|
9
4
|
}
|
10
|
-
export declare const isCompatibleExtension: ({
|
5
|
+
export declare const isCompatibleExtension: ({ extensionApiVersion }: Dependencies) => (manifest: LensExtensionManifest) => boolean;
|
11
6
|
export {};
|
@@ -0,0 +1,5 @@
|
|
1
|
+
declare const setupBuildVersionRequestChannelInjectable: import("@ogre-tools/injectable").Injectable<{
|
2
|
+
channel: import("../../common/utils/channel/request-channel-injection-token").RequestChannel<void, string>;
|
3
|
+
handler: () => string;
|
4
|
+
}, import("../../common/utils/channel/request-channel-listener-injection-token").RequestChannelListener<import("../../common/utils/channel/request-channel-injection-token").RequestChannel<any, any>>, void>;
|
5
|
+
export default setupBuildVersionRequestChannelInjectable;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright (c) OpenLens Authors. All rights reserved.
|
3
|
+
* Licensed under MIT License. See LICENSE in root directory for more information.
|
4
|
+
*/
|
5
|
+
declare const _default: {
|
6
|
+
injectable: import("@ogre-tools/injectable").Injectable<Electron.App, unknown, void>;
|
7
|
+
overridingInstantiate: import("@ogre-tools/injectable").Instantiate<Electron.App, void>;
|
8
|
+
};
|
9
|
+
export default _default;
|
@@ -15,6 +15,8 @@ export interface KubectlDependencies {
|
|
15
15
|
readonly downloadKubectlBinaries: boolean;
|
16
16
|
readonly downloadMirror: string;
|
17
17
|
};
|
18
|
+
readonly bundledKubectlVersion: string;
|
19
|
+
readonly kubectlVersionMap: Map<string, string>;
|
18
20
|
}
|
19
21
|
export declare class Kubectl {
|
20
22
|
protected readonly dependencies: KubectlDependencies;
|
@@ -22,7 +24,6 @@ export declare class Kubectl {
|
|
22
24
|
protected readonly url: string;
|
23
25
|
protected readonly path: string;
|
24
26
|
protected readonly dirname: string;
|
25
|
-
static readonly bundledKubectlVersion: string;
|
26
27
|
static invalidBundle: boolean;
|
27
28
|
constructor(dependencies: KubectlDependencies, clusterVersion: string);
|
28
29
|
getBundledPath(): string;
|
@@ -16,15 +16,16 @@ interface Dependencies {
|
|
16
16
|
getClusterForRequest: GetClusterForRequest;
|
17
17
|
shellApiRequest: (args: ProxyApiRequestArgs) => void | Promise<void>;
|
18
18
|
kubeApiUpgradeRequest: (args: ProxyApiRequestArgs) => void | Promise<void>;
|
19
|
-
router: Router;
|
20
|
-
proxy: httpProxy;
|
21
|
-
lensProxyPort: {
|
19
|
+
readonly router: Router;
|
20
|
+
readonly proxy: httpProxy;
|
21
|
+
readonly lensProxyPort: {
|
22
22
|
set: (portNumber: number) => void;
|
23
23
|
};
|
24
|
+
readonly contentSecurityPolicy: string;
|
24
25
|
}
|
25
26
|
export declare function isLongRunningRequest(reqUrl: string): boolean;
|
26
27
|
export declare class LensProxy {
|
27
|
-
private dependencies;
|
28
|
+
private readonly dependencies;
|
28
29
|
protected proxyServer: http.Server;
|
29
30
|
protected closed: boolean;
|
30
31
|
protected retryCounters: Map<string, number>;
|
@@ -1,11 +1,3 @@
|
|
1
1
|
import type { MenuItemOpts } from "./application-menu-items.injectable";
|
2
|
-
import type { ShowMessagePopup } from "../electron-app/features/show-message-popup.injectable";
|
3
2
|
export declare type MenuTopId = "mac" | "file" | "edit" | "view" | "help";
|
4
|
-
interface Dependencies {
|
5
|
-
appVersion: string;
|
6
|
-
extensionApiVersion: string;
|
7
|
-
showMessagePopup: ShowMessagePopup;
|
8
|
-
}
|
9
|
-
export declare const showAbout: ({ showMessagePopup, extensionApiVersion, appVersion }: Dependencies) => () => Promise<void>;
|
10
3
|
export declare function buildMenu(applicationMenuItems: MenuItemOpts[]): void;
|
11
|
-
export {};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const showAboutInjectable: import("@ogre-tools/injectable").Injectable<() =>
|
1
|
+
declare const showAboutInjectable: import("@ogre-tools/injectable").Injectable<() => void, unknown, void>;
|
2
2
|
export default showAboutInjectable;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright (c) OpenLens Authors. All rights reserved.
|
3
|
+
* Licensed under MIT License. See LICENSE in root directory for more information.
|
4
|
+
*/
|
5
|
+
declare const _default: {
|
6
|
+
injectable: import("@ogre-tools/injectable").Injectable<typeof import("@sentry/electron/main").init, unknown, void>;
|
7
|
+
overridingInstantiate: import("@ogre-tools/injectable").Instantiate<typeof import("@sentry/electron/main").init, void>;
|
8
|
+
};
|
9
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
declare const setupSentryInjectable: import("@ogre-tools/injectable").Injectable<{
|
2
2
|
run: () => void;
|
3
|
-
}, import("
|
3
|
+
}, import("../../../../common/runnable/run-many-sync-for").RunnableSync<void>, void>;
|
4
4
|
export default setupSentryInjectable;
|
package/dist/src/main/tray/tray-menu-item/implementations/about-app-tray-item.injectable.d.ts
CHANGED
@@ -5,6 +5,6 @@ declare const aboutAppTrayItemInjectable: import("@ogre-tools/injectable").Injec
|
|
5
5
|
label: import("mobx").IComputedValue<string>;
|
6
6
|
enabled: import("mobx").IComputedValue<boolean>;
|
7
7
|
visible: import("mobx").IComputedValue<boolean>;
|
8
|
-
click: () =>
|
8
|
+
click: (...args: any[]) => any;
|
9
9
|
}, import("../tray-menu-item-injection-token").TrayMenuItem, void>;
|
10
10
|
export default aboutAppTrayItemInjectable;
|
package/dist/src/main/tray/tray-menu-item/implementations/open-app-tray-item.injectable.d.ts
CHANGED
@@ -5,6 +5,6 @@ declare const openAppTrayItemInjectable: import("@ogre-tools/injectable").Inject
|
|
5
5
|
orderNumber: number;
|
6
6
|
enabled: import("mobx").IComputedValue<boolean>;
|
7
7
|
visible: import("mobx").IComputedValue<boolean>;
|
8
|
-
click: () =>
|
8
|
+
click: (...args: any[]) => any;
|
9
9
|
}, import("../tray-menu-item-injection-token").TrayMenuItem, void>;
|
10
10
|
export default openAppTrayItemInjectable;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const initDefaultUpdateChannelInjectableInjectable: import("@ogre-tools/injectable").Injectable<import("../../../common/runnable/run-many-for").Runnable<void>, import("../../../common/runnable/run-many-for").Runnable<void>, void>;
|
2
|
+
export default initDefaultUpdateChannelInjectableInjectable;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const initSemanticBuildVersionInjectable: import("@ogre-tools/injectable").Injectable<import("../../../common/runnable/run-many-for").Runnable<void>, import("../../../common/runnable/run-many-for").Runnable<void>, void>;
|
2
|
+
export default initSemanticBuildVersionInjectable;
|
package/dist/src/renderer/components/cluster-settings/components/cluster-prometheus-setting.d.ts
CHANGED
@@ -4,30 +4,7 @@
|
|
4
4
|
*/
|
5
5
|
import React from "react";
|
6
6
|
import type { Cluster } from "../../../../common/cluster/cluster";
|
7
|
-
import type { SelectOption } from "../../select";
|
8
|
-
import type { MetricProviderInfo } from "../../../../common/k8s-api/endpoints/metrics.api";
|
9
7
|
export interface ClusterPrometheusSettingProps {
|
10
8
|
cluster: Cluster;
|
11
9
|
}
|
12
|
-
declare const
|
13
|
-
declare type ProviderValue = typeof autoDetectPrometheus | string;
|
14
|
-
export declare class ClusterPrometheusSetting extends React.Component<ClusterPrometheusSettingProps> {
|
15
|
-
path: string;
|
16
|
-
selectedOption: ProviderValue;
|
17
|
-
loading: boolean;
|
18
|
-
readonly loadedOptions: import("mobx").ObservableMap<string, MetricProviderInfo>;
|
19
|
-
get options(): SelectOption<ProviderValue>[];
|
20
|
-
constructor(props: ClusterPrometheusSettingProps);
|
21
|
-
get canEditPrometheusPath(): boolean;
|
22
|
-
componentDidMount(): void;
|
23
|
-
parsePrometheusPath: () => {
|
24
|
-
namespace: string;
|
25
|
-
service: string;
|
26
|
-
port: number;
|
27
|
-
prefix: string;
|
28
|
-
} | undefined;
|
29
|
-
onSaveProvider: () => void;
|
30
|
-
onSavePath: () => void;
|
31
|
-
render(): JSX.Element;
|
32
|
-
}
|
33
|
-
export {};
|
10
|
+
export declare const ClusterPrometheusSetting: React.FunctionComponent<ClusterPrometheusSettingProps>;
|
@@ -3,5 +3,5 @@
|
|
3
3
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
4
4
|
*/
|
5
5
|
import type React from "react";
|
6
|
-
export declare function prevDefault<E extends React.SyntheticEvent | Event>(callback: (evt: E) =>
|
6
|
+
export declare function prevDefault<E extends React.SyntheticEvent | Event, R>(callback: (evt: E) => R): (event: E) => R;
|
7
7
|
export declare function stopPropagation(evt: Event | React.SyntheticEvent): void;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const initDefaultUpdateChannelInjectableInjectable: import("@ogre-tools/injectable").Injectable<import("../../../common/runnable/run-many-for").Runnable<void>, import("../../../common/runnable/run-many-for").Runnable<void>, void>;
|
2
|
+
export default initDefaultUpdateChannelInjectableInjectable;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const initSemanticBuildVersionInjectable: import("@ogre-tools/injectable").Injectable<import("../../../common/runnable/run-many-for").Runnable<void>, import("../../../common/runnable/run-many-for").Runnable<void>, void>;
|
2
|
+
export default initSemanticBuildVersionInjectable;
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@k8slens/extensions",
|
3
3
|
"productName": "OpenLens extensions",
|
4
4
|
"description": "OpenLens - Open Source Kubernetes IDE: extensions",
|
5
|
-
"version": "6.1.0-git.
|
5
|
+
"version": "6.1.0-git.480899c0b6.0",
|
6
6
|
"copyright": "© 2022 OpenLens Authors",
|
7
7
|
"license": "MIT",
|
8
8
|
"main": "dist/src/extensions/extension-api.js",
|
@@ -1,10 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) OpenLens Authors. All rights reserved.
|
3
|
-
* Licensed under MIT License. See LICENSE in root directory for more information.
|
4
|
-
*/
|
5
|
-
import type { BrowserOptions } from "@sentry/electron/renderer";
|
6
|
-
import type { ElectronMainOptions } from "@sentry/electron/main";
|
7
|
-
/**
|
8
|
-
* Initialize Sentry for the current process so to send errors for debugging.
|
9
|
-
*/
|
10
|
-
export declare function initializeSentryReporting(init: (opts: BrowserOptions | ElectronMainOptions) => void): void;
|
@@ -1,368 +0,0 @@
|
|
1
|
-
declare const packageJsonInjectable: import("@ogre-tools/injectable").Injectable<{
|
2
|
-
name: string;
|
3
|
-
productName: string;
|
4
|
-
description: string;
|
5
|
-
homepage: string;
|
6
|
-
version: string;
|
7
|
-
main: string;
|
8
|
-
copyright: string;
|
9
|
-
license: string;
|
10
|
-
author: {
|
11
|
-
name: string;
|
12
|
-
email: string;
|
13
|
-
};
|
14
|
-
scripts: {
|
15
|
-
"adr:create": string;
|
16
|
-
"adr:change-status": string;
|
17
|
-
"adr:update-readme": string;
|
18
|
-
"adr:list": string;
|
19
|
-
dev: string;
|
20
|
-
"dev-build": string;
|
21
|
-
"debug-build": string;
|
22
|
-
"dev-run": string;
|
23
|
-
"dev:main": string;
|
24
|
-
"dev:renderer": string;
|
25
|
-
compile: string;
|
26
|
-
"compile:main": string;
|
27
|
-
"compile:renderer": string;
|
28
|
-
"compile:extension-types": string;
|
29
|
-
"npm:fix-build-version": string;
|
30
|
-
"npm:fix-package-version": string;
|
31
|
-
"build:linux": string;
|
32
|
-
"build:mac": string;
|
33
|
-
"build:win": string;
|
34
|
-
integration: string;
|
35
|
-
"test:unit": string;
|
36
|
-
"test:integration": string;
|
37
|
-
dist: string;
|
38
|
-
"dist:dir": string;
|
39
|
-
"download:binaries": string;
|
40
|
-
"build:tray-icons": string;
|
41
|
-
"build:theme-vars": string;
|
42
|
-
lint: string;
|
43
|
-
"lint:fix": string;
|
44
|
-
"mkdocs-serve-local": string;
|
45
|
-
"verify-docs": string;
|
46
|
-
"typedocs-extensions-api": string;
|
47
|
-
"version-checkout": string;
|
48
|
-
"version-commit": string;
|
49
|
-
version: string;
|
50
|
-
postversion: string;
|
51
|
-
"precreate-release-pr": string;
|
52
|
-
"create-release-pr": string;
|
53
|
-
};
|
54
|
-
config: {
|
55
|
-
k8sProxyVersion: string;
|
56
|
-
bundledKubectlVersion: string;
|
57
|
-
bundledHelmVersion: string;
|
58
|
-
sentryDsn: string;
|
59
|
-
contentSecurityPolicy: string;
|
60
|
-
welcomeRoute: string;
|
61
|
-
};
|
62
|
-
engines: {
|
63
|
-
node: string;
|
64
|
-
};
|
65
|
-
jest: {
|
66
|
-
collectCoverage: boolean;
|
67
|
-
verbose: boolean;
|
68
|
-
transform: {
|
69
|
-
"^.+\\.(t|j)sx?$": string[];
|
70
|
-
};
|
71
|
-
testEnvironment: string;
|
72
|
-
resolver: string;
|
73
|
-
moduleNameMapper: {
|
74
|
-
"\\.(css|scss)$": string;
|
75
|
-
"\\.(svg|png|jpg|eot|woff2?|ttf)$": string;
|
76
|
-
};
|
77
|
-
modulePathIgnorePatterns: string[];
|
78
|
-
setupFiles: string[];
|
79
|
-
globalSetup: string;
|
80
|
-
setupFilesAfterEnv: string[];
|
81
|
-
runtime: string;
|
82
|
-
};
|
83
|
-
build: {
|
84
|
-
generateUpdatesFilesForAllChannels: boolean;
|
85
|
-
files: string[];
|
86
|
-
afterSign: string;
|
87
|
-
extraResources: (string | {
|
88
|
-
from: string;
|
89
|
-
to: string;
|
90
|
-
filter: string;
|
91
|
-
} | {
|
92
|
-
from: string;
|
93
|
-
to: string;
|
94
|
-
filter: string[];
|
95
|
-
})[];
|
96
|
-
linux: {
|
97
|
-
category: string;
|
98
|
-
artifactName: string;
|
99
|
-
target: string[];
|
100
|
-
extraResources: {
|
101
|
-
from: string;
|
102
|
-
to: string;
|
103
|
-
}[];
|
104
|
-
};
|
105
|
-
rpm: {
|
106
|
-
fpm: string[];
|
107
|
-
};
|
108
|
-
mac: {
|
109
|
-
hardenedRuntime: boolean;
|
110
|
-
gatekeeperAssess: boolean;
|
111
|
-
entitlements: string;
|
112
|
-
entitlementsInherit: string;
|
113
|
-
extraResources: {
|
114
|
-
from: string;
|
115
|
-
to: string;
|
116
|
-
}[];
|
117
|
-
};
|
118
|
-
win: {
|
119
|
-
target: string[];
|
120
|
-
extraResources: {
|
121
|
-
from: string;
|
122
|
-
to: string;
|
123
|
-
}[];
|
124
|
-
};
|
125
|
-
nsis: {
|
126
|
-
include: string;
|
127
|
-
oneClick: boolean;
|
128
|
-
allowElevation: boolean;
|
129
|
-
createStartMenuShortcut: boolean;
|
130
|
-
allowToChangeInstallationDirectory: boolean;
|
131
|
-
};
|
132
|
-
protocols: {
|
133
|
-
name: string;
|
134
|
-
schemes: string[];
|
135
|
-
role: string;
|
136
|
-
};
|
137
|
-
};
|
138
|
-
resolutions: {
|
139
|
-
"@astronautlabs/jsonpath/underscore": string;
|
140
|
-
};
|
141
|
-
dependencies: {
|
142
|
-
"@astronautlabs/jsonpath": string;
|
143
|
-
"@hapi/call": string;
|
144
|
-
"@hapi/subtext": string;
|
145
|
-
"@kubernetes/client-node": string;
|
146
|
-
"@material-ui/styles": string;
|
147
|
-
"@ogre-tools/fp": string;
|
148
|
-
"@ogre-tools/injectable": string;
|
149
|
-
"@ogre-tools/injectable-extension-for-auto-registration": string;
|
150
|
-
"@ogre-tools/injectable-extension-for-mobx": string;
|
151
|
-
"@ogre-tools/injectable-react": string;
|
152
|
-
"@sentry/electron": string;
|
153
|
-
"@sentry/integrations": string;
|
154
|
-
"@side/jest-runtime": string;
|
155
|
-
"@types/circular-dependency-plugin": string;
|
156
|
-
"abort-controller": string;
|
157
|
-
"auto-bind": string;
|
158
|
-
"await-lock": string;
|
159
|
-
byline: string;
|
160
|
-
chokidar: string;
|
161
|
-
conf: string;
|
162
|
-
"crypto-js": string;
|
163
|
-
"electron-devtools-installer": string;
|
164
|
-
"electron-updater": string;
|
165
|
-
"electron-window-state": string;
|
166
|
-
filehound: string;
|
167
|
-
"fs-extra": string;
|
168
|
-
"glob-to-regexp": string;
|
169
|
-
got: string;
|
170
|
-
"grapheme-splitter": string;
|
171
|
-
handlebars: string;
|
172
|
-
history: string;
|
173
|
-
"http-proxy": string;
|
174
|
-
immer: string;
|
175
|
-
joi: string;
|
176
|
-
"js-yaml": string;
|
177
|
-
jsdom: string;
|
178
|
-
lodash: string;
|
179
|
-
"mac-ca": string;
|
180
|
-
marked: string;
|
181
|
-
"md5-file": string;
|
182
|
-
mobx: string;
|
183
|
-
"mobx-observable-history": string;
|
184
|
-
"mobx-react": string;
|
185
|
-
"mobx-utils": string;
|
186
|
-
"mock-fs": string;
|
187
|
-
moment: string;
|
188
|
-
"moment-timezone": string;
|
189
|
-
"monaco-editor": string;
|
190
|
-
"monaco-editor-webpack-plugin": string;
|
191
|
-
"node-fetch": string;
|
192
|
-
"node-pty": string;
|
193
|
-
npm: string;
|
194
|
-
"p-limit": string;
|
195
|
-
"path-to-regexp": string;
|
196
|
-
"proper-lockfile": string;
|
197
|
-
react: string;
|
198
|
-
"react-dom": string;
|
199
|
-
"react-material-ui-carousel": string;
|
200
|
-
"react-router": string;
|
201
|
-
"react-virtualized-auto-sizer": string;
|
202
|
-
"readable-stream": string;
|
203
|
-
request: string;
|
204
|
-
"request-promise-native": string;
|
205
|
-
rfc6902: string;
|
206
|
-
selfsigned: string;
|
207
|
-
semver: string;
|
208
|
-
"shell-env": string;
|
209
|
-
spdy: string;
|
210
|
-
tar: string;
|
211
|
-
"tcp-port-used": string;
|
212
|
-
tempy: string;
|
213
|
-
"typed-regex": string;
|
214
|
-
"url-parse": string;
|
215
|
-
uuid: string;
|
216
|
-
"win-ca": string;
|
217
|
-
winston: string;
|
218
|
-
"winston-console-format": string;
|
219
|
-
"winston-transport-browserconsole": string;
|
220
|
-
ws: string;
|
221
|
-
"xterm-link-provider": string;
|
222
|
-
};
|
223
|
-
devDependencies: {
|
224
|
-
"@async-fn/jest": string;
|
225
|
-
"@material-ui/core": string;
|
226
|
-
"@material-ui/icons": string;
|
227
|
-
"@material-ui/lab": string;
|
228
|
-
"@pmmmwh/react-refresh-webpack-plugin": string;
|
229
|
-
"@sentry/types": string;
|
230
|
-
"@swc/cli": string;
|
231
|
-
"@swc/core": string;
|
232
|
-
"@swc/jest": string;
|
233
|
-
"@testing-library/dom": string;
|
234
|
-
"@testing-library/jest-dom": string;
|
235
|
-
"@testing-library/react": string;
|
236
|
-
"@testing-library/user-event": string;
|
237
|
-
"@types/byline": string;
|
238
|
-
"@types/chart.js": string;
|
239
|
-
"@types/circular-dependency-plugin": string;
|
240
|
-
"@types/cli-progress": string;
|
241
|
-
"@types/color": string;
|
242
|
-
"@types/command-line-args": string;
|
243
|
-
"@types/crypto-js": string;
|
244
|
-
"@types/dompurify": string;
|
245
|
-
"@types/electron-devtools-installer": string;
|
246
|
-
"@types/fs-extra": string;
|
247
|
-
"@types/glob-to-regexp": string;
|
248
|
-
"@types/gunzip-maybe": string;
|
249
|
-
"@types/hapi__call": string;
|
250
|
-
"@types/hapi__subtext": string;
|
251
|
-
"@types/html-webpack-plugin": string;
|
252
|
-
"@types/http-proxy": string;
|
253
|
-
"@types/jest": string;
|
254
|
-
"@types/js-yaml": string;
|
255
|
-
"@types/jsdom": string;
|
256
|
-
"@types/lodash": string;
|
257
|
-
"@types/marked": string;
|
258
|
-
"@types/md5-file": string;
|
259
|
-
"@types/mini-css-extract-plugin": string;
|
260
|
-
"@types/mock-fs": string;
|
261
|
-
"@types/node": string;
|
262
|
-
"@types/node-fetch": string;
|
263
|
-
"@types/npm": string;
|
264
|
-
"@types/proper-lockfile": string;
|
265
|
-
"@types/randomcolor": string;
|
266
|
-
"@types/react": string;
|
267
|
-
"@types/react-beautiful-dnd": string;
|
268
|
-
"@types/react-dom": string;
|
269
|
-
"@types/react-router": string;
|
270
|
-
"@types/react-router-dom": string;
|
271
|
-
"@types/react-table": string;
|
272
|
-
"@types/react-virtualized-auto-sizer": string;
|
273
|
-
"@types/react-window": string;
|
274
|
-
"@types/readable-stream": string;
|
275
|
-
"@types/request": string;
|
276
|
-
"@types/request-promise-native": string;
|
277
|
-
"@types/semver": string;
|
278
|
-
"@types/sharp": string;
|
279
|
-
"@types/spdy": string;
|
280
|
-
"@types/tar": string;
|
281
|
-
"@types/tar-stream": string;
|
282
|
-
"@types/tcp-port-used": string;
|
283
|
-
"@types/tempy": string;
|
284
|
-
"@types/triple-beam": string;
|
285
|
-
"@types/url-parse": string;
|
286
|
-
"@types/uuid": string;
|
287
|
-
"@types/webpack": string;
|
288
|
-
"@types/webpack-dev-server": string;
|
289
|
-
"@types/webpack-env": string;
|
290
|
-
"@types/webpack-node-externals": string;
|
291
|
-
"@typescript-eslint/eslint-plugin": string;
|
292
|
-
"@typescript-eslint/parser": string;
|
293
|
-
adr: string;
|
294
|
-
ansi_up: string;
|
295
|
-
"chart.js": string;
|
296
|
-
"circular-dependency-plugin": string;
|
297
|
-
"cli-progress": string;
|
298
|
-
color: string;
|
299
|
-
"command-line-args": string;
|
300
|
-
concurrently: string;
|
301
|
-
"css-loader": string;
|
302
|
-
deepdash: string;
|
303
|
-
dompurify: string;
|
304
|
-
electron: string;
|
305
|
-
"electron-builder": string;
|
306
|
-
"electron-notarize": string;
|
307
|
-
esbuild: string;
|
308
|
-
"esbuild-loader": string;
|
309
|
-
eslint: string;
|
310
|
-
"eslint-plugin-header": string;
|
311
|
-
"eslint-plugin-import": string;
|
312
|
-
"eslint-plugin-react": string;
|
313
|
-
"eslint-plugin-react-hooks": string;
|
314
|
-
"eslint-plugin-unused-imports": string;
|
315
|
-
"flex.box": string;
|
316
|
-
"fork-ts-checker-webpack-plugin": string;
|
317
|
-
"gunzip-maybe": string;
|
318
|
-
"html-webpack-plugin": string;
|
319
|
-
"identity-obj-proxy": string;
|
320
|
-
"ignore-loader": string;
|
321
|
-
"include-media": string;
|
322
|
-
jest: string;
|
323
|
-
"jest-canvas-mock": string;
|
324
|
-
"jest-environment-jsdom": string;
|
325
|
-
"jest-fetch-mock": string;
|
326
|
-
"jest-mock-extended": string;
|
327
|
-
"make-plural": string;
|
328
|
-
"mini-css-extract-plugin": string;
|
329
|
-
"mock-http": string;
|
330
|
-
"node-gyp": string;
|
331
|
-
"node-loader": string;
|
332
|
-
nodemon: string;
|
333
|
-
playwright: string;
|
334
|
-
postcss: string;
|
335
|
-
"postcss-loader": string;
|
336
|
-
"query-string": string;
|
337
|
-
randomcolor: string;
|
338
|
-
"react-beautiful-dnd": string;
|
339
|
-
"react-refresh": string;
|
340
|
-
"react-refresh-typescript": string;
|
341
|
-
"react-router-dom": string;
|
342
|
-
"react-select": string;
|
343
|
-
"react-select-event": string;
|
344
|
-
"react-table": string;
|
345
|
-
"react-window": string;
|
346
|
-
sass: string;
|
347
|
-
"sass-loader": string;
|
348
|
-
sharp: string;
|
349
|
-
"style-loader": string;
|
350
|
-
tailwindcss: string;
|
351
|
-
"tar-stream": string;
|
352
|
-
"ts-loader": string;
|
353
|
-
"ts-node": string;
|
354
|
-
"type-fest": string;
|
355
|
-
"typed-emitter": string;
|
356
|
-
typedoc: string;
|
357
|
-
"typedoc-plugin-markdown": string;
|
358
|
-
typescript: string;
|
359
|
-
"typescript-plugin-css-modules": string;
|
360
|
-
webpack: string;
|
361
|
-
"webpack-cli": string;
|
362
|
-
"webpack-dev-server": string;
|
363
|
-
"webpack-node-externals": string;
|
364
|
-
xterm: string;
|
365
|
-
"xterm-addon-fit": string;
|
366
|
-
};
|
367
|
-
}, unknown, void>;
|
368
|
-
export default packageJsonInjectable;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) OpenLens Authors. All rights reserved.
|
3
|
-
* Licensed under MIT License. See LICENSE in root directory for more information.
|
4
|
-
*/
|
5
|
-
/**
|
6
|
-
* shellSync loads what would have been the environment if this application was
|
7
|
-
* run from the command line, into the process.env object. This is especially
|
8
|
-
* useful on macos where this always needs to be done.
|
9
|
-
*/
|
10
|
-
export declare function shellSync(): Promise<void>;
|