@backstage-community/plugin-vault 0.13.0 → 0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-vault
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3be39dd: Backstage version bump to v1.45.1
8
+
3
9
  ## 0.13.0
4
10
 
5
11
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -6,7 +6,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
6
6
  *
7
7
  * @alpha
8
8
  */
9
- declare const vaultApi: _backstage_frontend_plugin_api.ExtensionDefinition<{
9
+ declare const vaultApi: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
10
10
  kind: "api";
11
11
  name: "vaultApi";
12
12
  config: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-vault",
3
- "version": "0.13.0",
3
+ "version": "0.14.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.5",
48
- "@backstage/core-components": "^0.18.2",
49
- "@backstage/core-plugin-api": "^1.11.1",
47
+ "@backstage/catalog-model": "^1.7.6",
48
+ "@backstage/core-components": "^0.18.3",
49
+ "@backstage/core-plugin-api": "^1.12.0",
50
50
  "@backstage/errors": "^1.2.7",
51
- "@backstage/frontend-plugin-api": "^0.12.1",
52
- "@backstage/plugin-catalog-react": "^1.21.2",
51
+ "@backstage/frontend-plugin-api": "^0.13.1",
52
+ "@backstage/plugin-catalog-react": "^1.21.3",
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.4",
85
- "@backstage/core-app-api": "^1.19.1",
86
- "@backstage/dev-utils": "^1.1.15",
87
- "@backstage/plugin-catalog": "^1.31.4",
88
- "@backstage/test-utils": "^1.7.12",
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",
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",