@jfvilas/plugin-kwirth-common 0.13.3 → 0.13.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -64,7 +64,7 @@ interface IBackendInfo {
64
64
  declare const getPodList: (pods: PodData[], selectedNamespaces: string[]) => PodData[];
65
65
  declare const getContainerList: (pods: PodData[], selectedNamespaces: string[], selectedPodNames: string[]) => string[];
66
66
  declare const getVersion: (discoveryApi: DiscoveryApi, fetchApi: FetchApi) => Promise<string>;
67
- declare const getInfo: (discoveryApi: DiscoveryApi, fetchApi: FetchApi) => Promise<string>;
67
+ declare const getInfo: (discoveryApi: DiscoveryApi, fetchApi: FetchApi) => Promise<IBackendInfo>;
68
68
  declare const getResources: (discoveryApi: DiscoveryApi, fetchApi: FetchApi, entity: Entity) => Promise<ClusterValidPods>;
69
69
  declare const requestAccess: (discoveryApi: DiscoveryApi, fetchApi: FetchApi, entity: Entity, channel: string, scopes: InstanceConfigScopeEnum[]) => Promise<ClusterValidPods[]>;
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jfvilas/plugin-kwirth-common",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "Common functionalities for the Backstage Kwirth plugins",
5
5
  "keywords": [
6
6
  "Backstage",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/jfvilas/plugin-kwirth-common"
22
+ "url": "git+https://github.com/jfvilas/plugin-kwirth-common.git"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public",