@terasky/backstage-plugin-vcf-automation 1.12.0 → 1.14.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -2
  2. package/package.json +12 -12
package/dist/index.d.ts CHANGED
@@ -2,7 +2,6 @@ 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';
6
5
 
7
6
  declare const vcfAutomationPlugin: _backstage_core_plugin_api.BackstagePlugin<{
8
7
  root: _backstage_core_plugin_api.RouteRef<undefined>;
@@ -465,7 +464,7 @@ interface VcfAutomationApi {
465
464
  getSupervisorResourceManifest(namespaceUrnId: string, namespaceName: string, resourceName: string, apiVersion: string, kind: string, instanceName?: string): Promise<any>;
466
465
  updateSupervisorResourceManifest(namespaceUrnId: string, namespaceName: string, resourceName: string, apiVersion: string, kind: string, manifest: any, instanceName?: string): Promise<any>;
467
466
  }
468
- declare const vcfAutomationApiRef: _backstage_frontend_plugin_api.ApiRef<VcfAutomationApi>;
467
+ declare const vcfAutomationApiRef: _backstage_core_plugin_api.ApiRef<VcfAutomationApi>;
469
468
  declare class VcfAutomationClient implements VcfAutomationApi {
470
469
  private readonly discoveryApi;
471
470
  private readonly identityApi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terasky/backstage-plugin-vcf-automation",
3
- "version": "1.12.0",
3
+ "version": "1.14.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.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
- "@backstage/theme": "^0.7.2",
39
+ "@backstage/core-components": "^0.18.9",
40
+ "@backstage/core-plugin-api": "^1.12.5",
41
+ "@backstage/frontend-plugin-api": "^0.16.1",
42
+ "@backstage/plugin-catalog-react": "^2.1.3",
43
+ "@backstage/plugin-permission-react": "^0.5.0",
44
+ "@backstage/theme": "^0.7.3",
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.12",
49
+ "@terasky/backstage-plugin-vcf-automation-common": "^1.2.14",
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.36.0",
60
- "@backstage/core-app-api": "^1.19.6",
61
- "@backstage/dev-utils": "^1.1.21",
62
- "@backstage/test-utils": "^1.7.16",
59
+ "@backstage/cli": "^0.36.1",
60
+ "@backstage/core-app-api": "^1.20.0",
61
+ "@backstage/dev-utils": "^1.1.22",
62
+ "@backstage/test-utils": "^1.7.17",
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",