@k8slens/extensions 6.0.1 → 6.0.2-beta.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.
@@ -10,10 +10,10 @@ import type { KubeJsonApiData } from "./kube-json-api";
10
10
  import { KubeJsonApi } from "./kube-json-api";
11
11
  import type { Disposer } from "../utils";
12
12
  import type { RequestInit } from "node-fetch";
13
- import type AbortController from "abort-controller";
14
13
  import { Agent } from "https";
15
14
  import type { Patch } from "rfc6902";
16
15
  import type { PartialDeep } from "type-fest";
16
+ import type AbortController from "abort-controller";
17
17
  /**
18
18
  * The options used for creating a `KubeApi`
19
19
  */
@@ -9,9 +9,9 @@ import type { IKubeWatchEvent } from "./kube-watch-event";
9
9
  import { ItemStore } from "../item.store";
10
10
  import type { KubeApiQueryParams, KubeApi } from "./kube-api";
11
11
  import type { RequestInit } from "node-fetch";
12
- import AbortController from "abort-controller";
13
12
  import type { Patch } from "rfc6902";
14
13
  import type { PartialDeep } from "type-fest";
14
+ import AbortController from "abort-controller";
15
15
  export declare type OnLoadFailure = (error: unknown) => void;
16
16
  export interface KubeObjectStoreLoadingParams {
17
17
  namespaces: string[];
@@ -3,6 +3,10 @@
3
3
  * Licensed under MIT License. See LICENSE in root directory for more information.
4
4
  */
5
5
  import AbortController from "abort-controller";
6
+ /**
7
+ * This is like an `AbortController` but will also abort if the parent aborts,
8
+ * but won't make the parent abort if this aborts (single direction)
9
+ */
6
10
  export declare class WrappedAbortController extends AbortController {
7
11
  constructor(parent?: AbortController);
8
12
  }
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) OpenLens Authors. All rights reserved.
3
3
  * Licensed under MIT License. See LICENSE in root directory for more information.
4
4
  */
5
- import type { AbortController } from "abort-controller";
5
+ import type AbortController from "abort-controller";
6
6
  /**
7
7
  * Return a promise that will be resolved after at least `timeout` ms have
8
8
  * passed. If `failFast` is provided then the promise is also resolved if it has
@@ -44,6 +44,8 @@ declare const packageJsonInjectable: import("@ogre-tools/injectable").Injectable
44
44
  "version-commit": string;
45
45
  version: string;
46
46
  postversion: string;
47
+ "precreate-release-pr": string;
48
+ "create-release-pr": string;
47
49
  };
48
50
  config: {
49
51
  k8sProxyVersion: string;
@@ -128,6 +130,9 @@ declare const packageJsonInjectable: import("@ogre-tools/injectable").Injectable
128
130
  role: string;
129
131
  };
130
132
  };
133
+ resolutions: {
134
+ "@astronautlabs/jsonpath/underscore": string;
135
+ };
131
136
  dependencies: {
132
137
  "@astronautlabs/jsonpath": string;
133
138
  "@hapi/call": string;
@@ -216,6 +221,7 @@ declare const packageJsonInjectable: import("@ogre-tools/injectable").Injectable
216
221
  "@material-ui/lab": string;
217
222
  "@pmmmwh/react-refresh-webpack-plugin": string;
218
223
  "@sentry/types": string;
224
+ "@swc/cli": string;
219
225
  "@swc/core": string;
220
226
  "@swc/jest": string;
221
227
  "@testing-library/dom": string;