@backstage/plugin-devtools 0.1.25-next.0 → 0.1.25-next.2

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,31 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
+ ## 0.1.25-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.10.0-next.2
9
+ - @backstage/core-compat-api@0.4.0-next.2
10
+ - @backstage/core-components@0.16.5-next.1
11
+ - @backstage/core-plugin-api@1.10.4
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/plugin-devtools-common@0.1.15
14
+ - @backstage/plugin-permission-react@0.4.31
15
+
16
+ ## 0.1.25-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.16.5-next.0
22
+ - @backstage/core-compat-api@0.3.7-next.1
23
+ - @backstage/core-plugin-api@1.10.4
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/frontend-plugin-api@0.9.6-next.1
26
+ - @backstage/plugin-devtools-common@0.1.15
27
+ - @backstage/plugin-permission-react@0.4.31
28
+
3
29
  ## 0.1.25-next.0
4
30
 
5
31
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -6,6 +6,17 @@ 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
+ }>;
9
20
  "nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
21
  kind: "nav-item";
11
22
  name: undefined;
@@ -23,17 +34,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
23
34
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
24
35
  };
25
36
  }>;
26
- "api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
27
- kind: "api";
28
- name: undefined;
29
- config: {};
30
- configInput: {};
31
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
32
- inputs: {};
33
- params: {
34
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
35
- };
36
- }>;
37
37
  "page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
38
38
  kind: "page";
39
39
  name: undefined;
@@ -50,7 +50,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
50
50
  params: {
51
51
  defaultPath: string;
52
52
  loader: () => Promise<JSX.Element>;
53
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
53
+ routeRef?: _backstage_frontend_plugin_api.RouteRef;
54
54
  };
55
55
  }>;
56
56
  }>;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as React from 'react';
3
2
  import React__default from 'react';
4
3
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.1.25-next.0",
3
+ "version": "0.1.25-next.2",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/index.d.ts",
43
43
  "typesVersions": {
44
44
  "*": {
45
- "index": [
45
+ "*": [
46
46
  "dist/index.d.ts"
47
47
  ],
48
48
  "alpha": [
@@ -63,11 +63,11 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.3.7-next.0",
67
- "@backstage/core-components": "0.16.4",
66
+ "@backstage/core-compat-api": "0.4.0-next.2",
67
+ "@backstage/core-components": "0.16.5-next.1",
68
68
  "@backstage/core-plugin-api": "1.10.4",
69
69
  "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.9.6-next.0",
70
+ "@backstage/frontend-plugin-api": "0.10.0-next.2",
71
71
  "@backstage/plugin-devtools-common": "0.1.15",
72
72
  "@backstage/plugin-permission-react": "0.4.31",
73
73
  "@material-ui/core": "^4.9.13",
@@ -77,8 +77,8 @@
77
77
  "react-use": "^17.2.4"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/cli": "0.30.0",
81
- "@backstage/dev-utils": "1.1.8-next.0",
80
+ "@backstage/cli": "0.31.0-next.1",
81
+ "@backstage/dev-utils": "1.1.8-next.2",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
83
  "@types/react": "^18.0.0",
84
84
  "react": "^18.0.2",