@backstage-community/plugin-vault 0.14.0 → 0.15.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-vault
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3fadf6b: Backstage version bump to v1.46.1
8
+
3
9
  ## 0.14.0
4
10
 
5
11
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
2
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
2
 
4
3
  /**
5
4
  * An API to communicate with the Vault backend.
@@ -11,11 +10,11 @@ declare const vaultApi: _backstage_frontend_plugin_api.OverridableExtensionDefin
11
10
  name: "vaultApi";
12
11
  config: {};
13
12
  configInput: {};
14
- output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
13
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
15
14
  inputs: {};
16
15
  params: <TApi, TImpl extends TApi, TDeps extends {
17
16
  [x: string]: unknown;
18
- }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
17
+ }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
19
18
  }>;
20
19
  /**
21
20
  * A catalog entity content (tab) that shows the Vault secrets.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
3
  import { Entity } from '@backstage/catalog-model';
4
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
4
5
 
5
6
  /**
6
7
  * The vault plugin.
@@ -29,7 +30,7 @@ declare const VAULT_SECRET_PATH_ANNOTATION = "vault.io/secrets-path";
29
30
  /**
30
31
  * @public
31
32
  */
32
- declare const vaultApiRef: _backstage_core_plugin_api.ApiRef<VaultApi>;
33
+ declare const vaultApiRef: _backstage_frontend_plugin_api.ApiRef<VaultApi>;
33
34
  /**
34
35
  * Object containing the secret name and some links.
35
36
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-vault",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "A Backstage plugin that integrates towards Vault",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@backstage/catalog-model": "^1.7.6",
48
- "@backstage/core-components": "^0.18.3",
49
- "@backstage/core-plugin-api": "^1.12.0",
48
+ "@backstage/core-components": "^0.18.4",
49
+ "@backstage/core-plugin-api": "^1.12.1",
50
50
  "@backstage/errors": "^1.2.7",
51
- "@backstage/frontend-plugin-api": "^0.13.1",
52
- "@backstage/plugin-catalog-react": "^1.21.3",
51
+ "@backstage/frontend-plugin-api": "^0.13.2",
52
+ "@backstage/plugin-catalog-react": "^1.21.4",
53
53
  "@material-ui/core": "^4.12.2",
54
54
  "@material-ui/icons": "^4.9.1",
55
55
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -81,11 +81,11 @@
81
81
  }
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "^0.34.5",
85
- "@backstage/core-app-api": "^1.19.2",
86
- "@backstage/dev-utils": "^1.1.17",
87
- "@backstage/plugin-catalog": "^1.32.0",
88
- "@backstage/test-utils": "^1.7.13",
84
+ "@backstage/cli": "^0.35.1",
85
+ "@backstage/core-app-api": "^1.19.3",
86
+ "@backstage/dev-utils": "^1.1.18",
87
+ "@backstage/plugin-catalog": "^1.32.1",
88
+ "@backstage/test-utils": "^1.7.14",
89
89
  "@testing-library/dom": "^10.0.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^15.0.0",