@backstage-community/plugin-kafka 0.9.0 → 0.10.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-kafka
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2e1149c: Backstage version bump to v1.45.1
8
+
3
9
  ## 0.9.0
4
10
 
5
11
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -11,7 +11,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
11
11
  declare const kafkaPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
12
12
  entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
13
13
  }, {}, {
14
- "api:kafka": _backstage_frontend_plugin_api.ExtensionDefinition<{
14
+ "api:kafka": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
15
15
  kind: "api";
16
16
  name: undefined;
17
17
  config: {};
@@ -22,7 +22,7 @@ declare const kafkaPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlu
22
22
  [x: string]: unknown;
23
23
  }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
24
24
  }>;
25
- "api:kafka/dashboard": _backstage_frontend_plugin_api.ExtensionDefinition<{
25
+ "api:kafka/dashboard": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
26
26
  kind: "api";
27
27
  name: "dashboard";
28
28
  config: {};
@@ -33,7 +33,7 @@ declare const kafkaPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlu
33
33
  [x: string]: unknown;
34
34
  }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
35
35
  }>;
36
- "entity-content:kafka": _backstage_frontend_plugin_api.ExtensionDefinition<{
36
+ "entity-content:kafka": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
37
37
  kind: "entity-content";
38
38
  name: undefined;
39
39
  config: {
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage-community/plugin-kafka";
2
- var version = "0.9.0";
2
+ var version = "0.10.0";
3
3
  var description = "A Backstage plugin that integrates towards Kafka";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -52,23 +52,23 @@ var scripts = {
52
52
  test: "backstage-cli package test"
53
53
  };
54
54
  var dependencies = {
55
- "@backstage/catalog-model": "^1.7.5",
56
- "@backstage/core-compat-api": "^0.5.2",
57
- "@backstage/core-components": "^0.18.1",
58
- "@backstage/core-plugin-api": "^1.11.0",
59
- "@backstage/frontend-plugin-api": "^0.12.0",
60
- "@backstage/plugin-catalog-react": "^1.21.1",
55
+ "@backstage/catalog-model": "^1.7.6",
56
+ "@backstage/core-compat-api": "^0.5.4",
57
+ "@backstage/core-components": "^0.18.3",
58
+ "@backstage/core-plugin-api": "^1.12.0",
59
+ "@backstage/frontend-plugin-api": "^0.13.1",
60
+ "@backstage/plugin-catalog-react": "^1.21.3",
61
61
  "@material-ui/core": "^4.12.2",
62
62
  "@material-ui/icons": "^4.9.1",
63
63
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
64
64
  "react-use": "^17.2.4"
65
65
  };
66
66
  var devDependencies = {
67
- "@backstage/cli": "patch:@backstage/cli@npm%3A0.34.3#~/.yarn/patches/@backstage-cli-npm-0.34.3-2b0ecb658a.patch",
68
- "@backstage/dev-utils": "^1.1.14",
69
- "@backstage/frontend-defaults": "^0.3.1",
70
- "@backstage/plugin-catalog": "^1.31.3",
71
- "@backstage/test-utils": "^1.7.11",
67
+ "@backstage/cli": "^0.34.5",
68
+ "@backstage/dev-utils": "^1.1.17",
69
+ "@backstage/frontend-defaults": "^0.3.3",
70
+ "@backstage/plugin-catalog": "^1.32.0",
71
+ "@backstage/test-utils": "^1.7.13",
72
72
  "@testing-library/dom": "^10.0.0",
73
73
  "@testing-library/jest-dom": "^6.0.0",
74
74
  "@testing-library/react": "^15.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-kafka",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "A Backstage plugin that integrates towards Kafka",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -65,23 +65,23 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/catalog-model": "^1.7.5",
69
- "@backstage/core-compat-api": "^0.5.2",
70
- "@backstage/core-components": "^0.18.1",
71
- "@backstage/core-plugin-api": "^1.11.0",
72
- "@backstage/frontend-plugin-api": "^0.12.0",
73
- "@backstage/plugin-catalog-react": "^1.21.1",
68
+ "@backstage/catalog-model": "^1.7.6",
69
+ "@backstage/core-compat-api": "^0.5.4",
70
+ "@backstage/core-components": "^0.18.3",
71
+ "@backstage/core-plugin-api": "^1.12.0",
72
+ "@backstage/frontend-plugin-api": "^0.13.1",
73
+ "@backstage/plugin-catalog-react": "^1.21.3",
74
74
  "@material-ui/core": "^4.12.2",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
77
77
  "react-use": "^17.2.4"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/cli": "patch:@backstage/cli@npm%3A0.34.3#~/.yarn/patches/@backstage-cli-npm-0.34.3-2b0ecb658a.patch",
81
- "@backstage/dev-utils": "^1.1.14",
82
- "@backstage/frontend-defaults": "^0.3.1",
83
- "@backstage/plugin-catalog": "^1.31.3",
84
- "@backstage/test-utils": "^1.7.11",
80
+ "@backstage/cli": "^0.34.5",
81
+ "@backstage/dev-utils": "^1.1.17",
82
+ "@backstage/frontend-defaults": "^0.3.3",
83
+ "@backstage/plugin-catalog": "^1.32.0",
84
+ "@backstage/test-utils": "^1.7.13",
85
85
  "@testing-library/dom": "^10.0.0",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@testing-library/react": "^15.0.0",