@backstage-community/plugin-vault 0.18.0 → 0.19.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.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f6eebe3: Backstage version bump to v1.49.2
8
+
3
9
  ## 0.18.0
4
10
 
5
11
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -12,9 +12,7 @@ declare const vaultApi: _backstage_frontend_plugin_api.OverridableExtensionDefin
12
12
  configInput: {};
13
13
  output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
14
14
  inputs: {};
15
- params: <TApi, TImpl extends TApi, TDeps extends {
16
- [x: string]: unknown;
17
- }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
15
+ params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
18
16
  }>;
19
17
  /**
20
18
  * A catalog entity content (tab) that shows the Vault secrets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-vault",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "A Backstage plugin that integrates towards Vault",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -44,12 +44,12 @@
44
44
  "test": "backstage-cli package test"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-model": "^1.7.6",
48
- "@backstage/core-components": "^0.18.7",
49
- "@backstage/core-plugin-api": "^1.12.3",
47
+ "@backstage/catalog-model": "^1.7.7",
48
+ "@backstage/core-components": "^0.18.8",
49
+ "@backstage/core-plugin-api": "^1.12.4",
50
50
  "@backstage/errors": "^1.2.7",
51
- "@backstage/frontend-plugin-api": "^0.14.1",
52
- "@backstage/plugin-catalog-react": "^2.0.0",
51
+ "@backstage/frontend-plugin-api": "^0.15.1",
52
+ "@backstage/plugin-catalog-react": "^2.1.0",
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.35.4",
85
- "@backstage/core-app-api": "^1.19.5",
86
- "@backstage/dev-utils": "^1.1.20",
87
- "@backstage/plugin-catalog": "^1.33.0",
88
- "@backstage/test-utils": "^1.7.15",
84
+ "@backstage/cli": "^0.36.0",
85
+ "@backstage/core-app-api": "^1.19.6",
86
+ "@backstage/dev-utils": "^1.1.21",
87
+ "@backstage/plugin-catalog": "^2.0.1",
88
+ "@backstage/test-utils": "^1.7.16",
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",