@backstage/plugin-devtools 0.0.0-nightly-20240827082736 → 0.0.0-nightly-20240828022712

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,13 +1,29 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240827082736
3
+ ## 0.0.0-nightly-20240828022712
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
7
8
  - 019d9ad: Minor dockerfile syntax update
8
9
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240827082736
10
- - @backstage/core-compat-api@0.0.0-nightly-20240827082736
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240828022712
11
+ - @backstage/core-compat-api@0.0.0-nightly-20240828022712
12
+ - @backstage/core-components@0.14.10
13
+ - @backstage/core-plugin-api@1.9.3
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/plugin-devtools-common@0.1.12
16
+ - @backstage/plugin-permission-react@0.4.25
17
+
18
+ ## 0.1.18-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
23
+ - 019d9ad: Minor dockerfile syntax update
24
+ - Updated dependencies
25
+ - @backstage/frontend-plugin-api@0.8.0-next.0
26
+ - @backstage/core-compat-api@0.2.9-next.0
11
27
  - @backstage/core-components@0.14.10
12
28
  - @backstage/core-plugin-api@1.9.3
13
29
  - @backstage/errors@1.2.4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools__alpha",
3
- "version": "0.0.0-nightly-20240827082736",
3
+ "version": "0.0.0-nightly-20240828022712",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -6,30 +6,42 @@ import React__default from 'react';
6
6
  declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
7
7
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
8
8
  }, {}, {
9
- "api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>, {}, {
9
+ "api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
10
  kind: "api";
11
11
  namespace: undefined;
12
12
  name: undefined;
13
+ config: {};
14
+ configInput: {};
15
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
16
+ inputs: {};
13
17
  }>;
14
18
  "page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
15
- path: string | undefined;
16
- }, {
17
- path?: string | undefined;
18
- }, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.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", {
19
- optional: true;
20
- }>, {}, {
21
19
  kind: "page";
22
20
  namespace: undefined;
23
21
  name: undefined;
22
+ config: {
23
+ path: string | undefined;
24
+ };
25
+ configInput: {
26
+ path?: string | undefined;
27
+ };
28
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.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", {
29
+ optional: true;
30
+ }>;
31
+ inputs: {};
24
32
  }>;
25
- "nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
26
- title: string;
27
- icon: _backstage_core_plugin_api.IconComponent;
28
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
29
- }, "core.nav-item.target", {}>, {}, {
33
+ "nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
30
34
  kind: "nav-item";
31
35
  namespace: undefined;
32
36
  name: undefined;
37
+ config: {};
38
+ configInput: {};
39
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
40
+ title: string;
41
+ icon: _backstage_core_plugin_api.IconComponent;
42
+ routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
43
+ }, "core.nav-item.target", {}>;
44
+ inputs: {};
33
45
  }>;
34
46
  }>;
35
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240827082736",
3
+ "version": "0.0.0-nightly-20240828022712",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -50,11 +50,11 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240827082736",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240828022712",
54
54
  "@backstage/core-components": "^0.14.10",
55
55
  "@backstage/core-plugin-api": "^1.9.3",
56
56
  "@backstage/errors": "^1.2.4",
57
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240827082736",
57
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240828022712",
58
58
  "@backstage/plugin-devtools-common": "^0.1.12",
59
59
  "@backstage/plugin-permission-react": "^0.4.25",
60
60
  "@material-ui/core": "^4.9.13",
@@ -64,8 +64,8 @@
64
64
  "react-use": "^17.2.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "^0.0.0-nightly-20240827082736",
68
- "@backstage/dev-utils": "^0.0.0-nightly-20240827082736",
67
+ "@backstage/cli": "^0.0.0-nightly-20240828022712",
68
+ "@backstage/dev-utils": "^0.0.0-nightly-20240828022712",
69
69
  "@testing-library/jest-dom": "^6.0.0"
70
70
  },
71
71
  "peerDependencies": {