@terasky/backstage-plugin-vcf-automation 1.11.2 → 1.12.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.
@@ -3,7 +3,7 @@ import { useEntity } from '@backstage/plugin-catalog-react';
3
3
  import { useApi } from '@backstage/core-plugin-api';
4
4
  import { vcfAutomationApiRef } from '../api/VcfAutomationClient.esm.js';
5
5
  import { InfoCard, Progress, ResponseErrorPanel, StatusPending, StatusError, StatusOK } from '@backstage/core-components';
6
- import { makeStyles, Typography, Grid } from '@material-ui/core';
6
+ import { Typography, Grid, makeStyles } from '@material-ui/core';
7
7
  import useAsync from 'react-use/lib/useAsync';
8
8
  import { usePermission } from '@backstage/plugin-permission-react';
9
9
  import { showDeploymentResourcesDataPermission } from '@terasky/backstage-plugin-vcf-automation-common';
package/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
2
2
  import { DiscoveryApi, IdentityApi } from '@backstage/core-plugin-api';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import React from 'react';
5
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
5
6
 
6
7
  declare const vcfAutomationPlugin: _backstage_core_plugin_api.BackstagePlugin<{
7
8
  root: _backstage_core_plugin_api.RouteRef<undefined>;
@@ -464,7 +465,7 @@ interface VcfAutomationApi {
464
465
  getSupervisorResourceManifest(namespaceUrnId: string, namespaceName: string, resourceName: string, apiVersion: string, kind: string, instanceName?: string): Promise<any>;
465
466
  updateSupervisorResourceManifest(namespaceUrnId: string, namespaceName: string, resourceName: string, apiVersion: string, kind: string, manifest: any, instanceName?: string): Promise<any>;
466
467
  }
467
- declare const vcfAutomationApiRef: _backstage_core_plugin_api.ApiRef<VcfAutomationApi>;
468
+ declare const vcfAutomationApiRef: _backstage_frontend_plugin_api.ApiRef<VcfAutomationApi>;
468
469
  declare class VcfAutomationClient implements VcfAutomationApi {
469
470
  private readonly discoveryApi;
470
471
  private readonly identityApi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terasky/backstage-plugin-vcf-automation",
3
- "version": "1.11.2",
3
+ "version": "1.12.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -36,17 +36,17 @@
36
36
  "postpack": "backstage-cli package postpack"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/core-components": "^0.18.7",
40
- "@backstage/core-plugin-api": "^1.12.3",
41
- "@backstage/frontend-plugin-api": "^0.14.1",
42
- "@backstage/plugin-catalog-react": "^2.0.0",
43
- "@backstage/plugin-permission-react": "^0.4.40",
39
+ "@backstage/core-components": "^0.18.8",
40
+ "@backstage/core-plugin-api": "^1.12.4",
41
+ "@backstage/frontend-plugin-api": "^0.15.1",
42
+ "@backstage/plugin-catalog-react": "^2.1.0",
43
+ "@backstage/plugin-permission-react": "^0.4.41",
44
44
  "@backstage/theme": "^0.7.2",
45
45
  "@material-ui/core": "^4.12.4",
46
46
  "@material-ui/icons": "^4.11.3",
47
47
  "@material-ui/lab": "4.0.0-alpha.61",
48
48
  "@monaco-editor/react": "^4.7.0",
49
- "@terasky/backstage-plugin-vcf-automation-common": "^1.2.11",
49
+ "@terasky/backstage-plugin-vcf-automation-common": "^1.2.12",
50
50
  "js-yaml": "^4.1.0",
51
51
  "react-use": "^17.6.0"
52
52
  },
@@ -56,10 +56,10 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.35.4",
60
- "@backstage/core-app-api": "^1.19.5",
61
- "@backstage/dev-utils": "^1.1.20",
62
- "@backstage/test-utils": "^1.7.15",
59
+ "@backstage/cli": "^0.36.0",
60
+ "@backstage/core-app-api": "^1.19.6",
61
+ "@backstage/dev-utils": "^1.1.21",
62
+ "@backstage/test-utils": "^1.7.16",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^12.1.3",
65
65
  "@testing-library/user-event": "^14.0.0",