@backstage/plugin-catalog-unprocessed-entities 0.2.24-next.1 → 0.2.25-next.0

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,34 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.25-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.18.5-next.0
9
+
10
+ ## 0.2.24
11
+
12
+ ### Patch Changes
13
+
14
+ - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
15
+ - df4d646: Moved types, API and client to the common package, allowing both frontend and
16
+ backend plugins to use the `CatalogUnprocessedEntitiesClient`.
17
+
18
+ The following types, clients and interfaces have been deprecated and should be
19
+ imported from the `@backstage/plugin-catalog-unprocessed-entities-common` instead:
20
+ `CatalogUnprocessedEntitiesApi`, `CatalogUnprocessedEntitiesApiResponse`, `UnprocessedEntity`,
21
+ `UnprocessedEntityCache`, `UnprocessedEntityError`, `CatalogUnprocessedEntitiesClient`.
22
+
23
+ All those types, clients and interfaces are re-exported temporarily in the
24
+ `@backstage/plugin-catalog-unprocessed-entities` package until cleaned up.
25
+
26
+ - Updated dependencies
27
+ - @backstage/frontend-plugin-api@0.13.2
28
+ - @backstage/core-components@0.18.4
29
+ - @backstage/core-plugin-api@1.12.1
30
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.12
31
+
3
32
  ## 0.2.24-next.1
4
33
 
5
34
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
3
4
  import { CatalogUnprocessedEntitiesApiResponse as CatalogUnprocessedEntitiesApiResponse$1, CatalogUnprocessedEntitiesApi as CatalogUnprocessedEntitiesApi$1, UnprocessedEntity as UnprocessedEntity$1, UnprocessedEntityCache as UnprocessedEntityCache$1, UnprocessedEntityError as UnprocessedEntityError$1 } from '@backstage/plugin-catalog-unprocessed-entities-common';
4
5
 
5
6
  /**
@@ -25,7 +26,7 @@ declare const UnprocessedEntitiesContent: () => react_jsx_runtime.JSX.Element;
25
26
  *
26
27
  * @public
27
28
  */
28
- declare const catalogUnprocessedEntitiesApiRef: _backstage_core_plugin_api.ApiRef<CatalogUnprocessedEntitiesApi>;
29
+ declare const catalogUnprocessedEntitiesApiRef: _backstage_frontend_plugin_api.ApiRef<CatalogUnprocessedEntitiesApi>;
29
30
  /**
30
31
  * Response expected by the {@link CatalogUnprocessedEntitiesApi}
31
32
  *
@@ -61,4 +62,5 @@ type UnprocessedEntityCache = UnprocessedEntityCache$1;
61
62
  */
62
63
  type UnprocessedEntityError = UnprocessedEntityError$1;
63
64
 
64
- export { type CatalogUnprocessedEntitiesApi, type CatalogUnprocessedEntitiesApiResponse, CatalogUnprocessedEntitiesPage, UnprocessedEntitiesContent, type UnprocessedEntity, type UnprocessedEntityCache, type UnprocessedEntityError, catalogUnprocessedEntitiesApiRef, catalogUnprocessedEntitiesPlugin };
65
+ export { CatalogUnprocessedEntitiesPage, UnprocessedEntitiesContent, catalogUnprocessedEntitiesApiRef, catalogUnprocessedEntitiesPlugin };
66
+ export type { CatalogUnprocessedEntitiesApi, CatalogUnprocessedEntitiesApiResponse, UnprocessedEntity, UnprocessedEntityCache, UnprocessedEntityError };
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-unprocessed-entities";
2
- var version = "0.2.24-next.1";
2
+ var version = "0.2.25-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-unprocessed-entities",
@@ -19,7 +19,7 @@ var repository = {
19
19
  };
20
20
  var license = "Apache-2.0";
21
21
  var sideEffects = false;
22
- var exports = {
22
+ var exports$1 = {
23
23
  ".": "./src/index.ts",
24
24
  "./alpha": "./src/alpha.ts",
25
25
  "./package.json": "./package.json"
@@ -90,7 +90,7 @@ var _package = {
90
90
  repository: repository,
91
91
  license: license,
92
92
  sideEffects: sideEffects,
93
- exports: exports,
93
+ exports: exports$1,
94
94
  main: main,
95
95
  types: types,
96
96
  typesVersions: typesVersions,
@@ -102,5 +102,5 @@ var _package = {
102
102
  peerDependenciesMeta: peerDependenciesMeta
103
103
  };
104
104
 
105
- export { backstage, _package as default, dependencies, devDependencies, exports, files, homepage, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
105
+ export { backstage, _package as default, dependencies, devDependencies, exports$1 as exports, files, homepage, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
106
106
  //# sourceMappingURL=package.json.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.2.24-next.1",
3
+ "version": "0.2.25-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -62,11 +62,11 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/core-components": "0.18.4-next.1",
66
- "@backstage/core-plugin-api": "1.12.1-next.0",
65
+ "@backstage/core-components": "0.18.5-next.0",
66
+ "@backstage/core-plugin-api": "1.12.1",
67
67
  "@backstage/errors": "1.2.7",
68
- "@backstage/frontend-plugin-api": "0.13.2-next.0",
69
- "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.12-next.0",
68
+ "@backstage/frontend-plugin-api": "0.13.2",
69
+ "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.12",
70
70
  "@material-ui/core": "^4.9.13",
71
71
  "@material-ui/icons": "^4.9.1",
72
72
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -74,8 +74,8 @@
74
74
  "react-use": "^17.2.4"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "0.34.6-next.1",
78
- "@backstage/dev-utils": "1.1.18-next.1",
77
+ "@backstage/cli": "0.35.2-next.1",
78
+ "@backstage/dev-utils": "1.1.19-next.2",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@testing-library/react": "^16.0.0",
81
81
  "@types/react": "^18.0.0",