@backstage/plugin-devtools 0.1.33-next.0 → 0.1.33

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,17 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
+ ## 0.1.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.13.0
9
+ - @backstage/core-compat-api@0.5.4
10
+ - @backstage/core-components@0.18.3
11
+ - @backstage/core-plugin-api@1.12.0
12
+ - @backstage/plugin-devtools-common@0.1.19
13
+ - @backstage/plugin-permission-react@0.4.38
14
+
3
15
  ## 0.1.33-next.0
4
16
 
5
17
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -6,7 +6,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
6
6
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
7
7
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
8
8
  }, {}, {
9
- "api:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
9
+ "api:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
10
10
  kind: "api";
11
11
  name: undefined;
12
12
  config: {};
@@ -15,7 +15,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
15
15
  inputs: {};
16
16
  params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
17
17
  }>;
18
- "nav-item:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
18
+ "nav-item:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
19
19
  kind: "nav-item";
20
20
  name: undefined;
21
21
  config: {};
@@ -32,7 +32,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
32
32
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
33
33
  };
34
34
  }>;
35
- "page:devtools": _backstage_frontend_plugin_api.ExtensionDefinition<{
35
+ "page:devtools": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
36
36
  kind: "page";
37
37
  name: undefined;
38
38
  config: {
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.1.33-next.0";
2
+ var version = "0.1.33";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "devtools",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.1.33-next.0",
3
+ "version": "0.1.33",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -63,13 +63,13 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.5.4-next.0",
67
- "@backstage/core-components": "0.18.3-next.0",
68
- "@backstage/core-plugin-api": "1.11.2-next.0",
69
- "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.12.2-next.0",
71
- "@backstage/plugin-devtools-common": "0.1.19-next.0",
72
- "@backstage/plugin-permission-react": "0.4.38-next.0",
66
+ "@backstage/core-compat-api": "^0.5.4",
67
+ "@backstage/core-components": "^0.18.3",
68
+ "@backstage/core-plugin-api": "^1.12.0",
69
+ "@backstage/errors": "^1.2.7",
70
+ "@backstage/frontend-plugin-api": "^0.13.0",
71
+ "@backstage/plugin-devtools-common": "^0.1.19",
72
+ "@backstage/plugin-permission-react": "^0.4.38",
73
73
  "@material-ui/core": "^4.9.13",
74
74
  "@material-ui/icons": "^4.9.1",
75
75
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -77,8 +77,8 @@
77
77
  "react-use": "^17.2.4"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/cli": "0.34.5-next.0",
81
- "@backstage/dev-utils": "1.1.17-next.0",
80
+ "@backstage/cli": "^0.34.5",
81
+ "@backstage/dev-utils": "^1.1.17",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
83
  "@types/react": "^18.0.0",
84
84
  "react": "^18.0.2",