@backstage/plugin-catalog-unprocessed-entities 0.2.23-next.0 → 0.2.23

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-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.13.0
10
+ - @backstage/core-compat-api@0.5.4
11
+ - @backstage/core-components@0.18.3
12
+ - @backstage/core-plugin-api@1.12.0
13
+ - @backstage/catalog-model@1.7.6
14
+
3
15
  ## 0.2.23-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:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
9
+ "api:catalog-unprocessed-entities": _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:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
18
+ "nav-item:catalog-unprocessed-entities": _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:catalog-unprocessed-entities": _backstage_frontend_plugin_api.ExtensionDefinition<{
35
+ "page:catalog-unprocessed-entities": _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-catalog-unprocessed-entities";
2
- var version = "0.2.23-next.0";
2
+ var version = "0.2.23";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-unprocessed-entities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.2.23-next.0",
3
+ "version": "0.2.23",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-model": "1.7.6-next.0",
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",
65
+ "@backstage/catalog-model": "^1.7.6",
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
71
  "@material-ui/core": "^4.9.13",
72
72
  "@material-ui/icons": "^4.9.1",
73
73
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -75,8 +75,8 @@
75
75
  "react-use": "^17.2.4"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "0.34.5-next.0",
79
- "@backstage/dev-utils": "1.1.17-next.0",
78
+ "@backstage/cli": "^0.34.5",
79
+ "@backstage/dev-utils": "^1.1.17",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^16.0.0",
82
82
  "@types/react": "^18.0.0",