@backstage-community/plugin-newrelic 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-newrelic
2
2
 
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 806a57f: Backstage version bump to v1.48.2
8
+
3
9
  ## 0.18.0
4
10
 
5
11
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -37,19 +37,40 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
37
37
  name: undefined;
38
38
  config: {
39
39
  path: string | undefined;
40
+ title: string | undefined;
40
41
  };
41
42
  configInput: {
43
+ title?: string | undefined;
42
44
  path?: string | undefined;
43
45
  };
44
46
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
45
47
  optional: true;
48
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.title", {
49
+ optional: true;
50
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
51
+ optional: true;
46
52
  }>;
47
- inputs: {};
53
+ inputs: {
54
+ pages: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
55
+ optional: true;
56
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.title", {
57
+ optional: true;
58
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
59
+ optional: true;
60
+ }>, {
61
+ singleton: false;
62
+ optional: false;
63
+ internal: false;
64
+ }>;
65
+ };
48
66
  params: {
49
67
  defaultPath?: [Error: "Use the 'path' param instead"] | undefined;
50
68
  path: string;
51
- loader: () => Promise<JSX.Element>;
69
+ title?: string | undefined;
70
+ icon?: _backstage_frontend_plugin_api.IconElement | undefined;
71
+ loader?: (() => Promise<react.JSX.Element>) | undefined;
52
72
  routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
73
+ noHeader?: boolean | undefined;
53
74
  };
54
75
  }>;
55
76
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-newrelic",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "A Backstage plugin that integrates towards New Relic",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -66,10 +66,10 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/core-compat-api": "^0.5.7",
70
- "@backstage/core-components": "^0.18.6",
71
- "@backstage/core-plugin-api": "^1.12.2",
72
- "@backstage/frontend-plugin-api": "^0.13.4",
69
+ "@backstage/core-compat-api": "^0.5.8",
70
+ "@backstage/core-components": "^0.18.7",
71
+ "@backstage/core-plugin-api": "^1.12.3",
72
+ "@backstage/frontend-plugin-api": "^0.14.1",
73
73
  "@material-ui/core": "^4.12.2",
74
74
  "@material-ui/icons": "^4.9.1",
75
75
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -78,9 +78,9 @@
78
78
  "react-use": "^17.2.4"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.35.3",
82
- "@backstage/dev-utils": "^1.1.19",
83
- "@backstage/test-utils": "^1.7.14",
81
+ "@backstage/cli": "^0.35.4",
82
+ "@backstage/dev-utils": "^1.1.20",
83
+ "@backstage/test-utils": "^1.7.15",
84
84
  "@testing-library/dom": "^10.0.0",
85
85
  "@testing-library/jest-dom": "^6.0.0",
86
86
  "@testing-library/react": "^15.0.0",