@backstage/plugin-devtools 0.0.0-nightly-20241125023523 → 0.0.0-nightly-20241127023716

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,26 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20241125023523
3
+ ## 0.0.0-nightly-20241127023716
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241125023523
9
- - @backstage/core-compat-api@0.0.0-nightly-20241125023523
10
- - @backstage/core-components@0.0.0-nightly-20241125023523
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241127023716
9
+ - @backstage/core-components@0.0.0-nightly-20241127023716
10
+ - @backstage/core-compat-api@0.0.0-nightly-20241127023716
11
+ - @backstage/core-plugin-api@1.10.1
12
+ - @backstage/errors@1.2.5
13
+ - @backstage/plugin-devtools-common@0.1.13
14
+ - @backstage/plugin-permission-react@0.4.28
15
+
16
+ ## 0.1.22-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/frontend-plugin-api@0.9.3-next.0
22
+ - @backstage/core-compat-api@0.3.4-next.0
23
+ - @backstage/core-components@0.16.2-next.0
11
24
  - @backstage/core-plugin-api@1.10.1
12
25
  - @backstage/errors@1.2.5
13
26
  - @backstage/plugin-devtools-common@0.1.13
package/dist/alpha.d.ts CHANGED
@@ -6,17 +6,6 @@ import React__default from 'react';
6
6
  declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
7
7
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
8
8
  }, {}, {
9
- "api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
- kind: "api";
11
- name: undefined;
12
- config: {};
13
- configInput: {};
14
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
15
- inputs: {};
16
- params: {
17
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
18
- };
19
- }>;
20
9
  "page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
21
10
  kind: "page";
22
11
  name: undefined;
@@ -53,6 +42,17 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
53
42
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
54
43
  };
55
44
  }>;
45
+ "api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
46
+ kind: "api";
47
+ name: undefined;
48
+ config: {};
49
+ configInput: {};
50
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
51
+ inputs: {};
52
+ params: {
53
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
54
+ };
55
+ }>;
56
56
  }>;
57
57
 
58
58
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20241125023523",
3
+ "version": "0.0.0-nightly-20241127023716",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -60,11 +60,11 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/core-compat-api": "0.0.0-nightly-20241125023523",
64
- "@backstage/core-components": "0.0.0-nightly-20241125023523",
63
+ "@backstage/core-compat-api": "0.0.0-nightly-20241127023716",
64
+ "@backstage/core-components": "0.0.0-nightly-20241127023716",
65
65
  "@backstage/core-plugin-api": "1.10.1",
66
66
  "@backstage/errors": "1.2.5",
67
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241125023523",
67
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241127023716",
68
68
  "@backstage/plugin-devtools-common": "0.1.13",
69
69
  "@backstage/plugin-permission-react": "0.4.28",
70
70
  "@material-ui/core": "^4.9.13",
@@ -74,8 +74,8 @@
74
74
  "react-use": "^17.2.4"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "0.0.0-nightly-20241125023523",
78
- "@backstage/dev-utils": "0.0.0-nightly-20241125023523",
77
+ "@backstage/cli": "0.0.0-nightly-20241127023716",
78
+ "@backstage/dev-utils": "0.0.0-nightly-20241127023716",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@types/react": "^18.0.0",
81
81
  "react": "^18.0.2",