@backstage/plugin-catalog-unprocessed-entities 0.2.29-next.0 → 0.2.29-next.1
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 +11 -0
- package/dist/index.d.ts +1 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities
|
|
2
2
|
|
|
3
|
+
## 0.2.29-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.14.0-next.1
|
|
9
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
10
|
+
- @backstage/core-compat-api@0.5.10-next.1
|
|
11
|
+
- @backstage/core-components@0.18.9-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
13
|
+
|
|
3
14
|
## 0.2.29-next.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
3
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
4
|
-
import {
|
|
4
|
+
import { CatalogUnprocessedEntitiesApi as CatalogUnprocessedEntitiesApi$1, CatalogUnprocessedEntitiesApiResponse as CatalogUnprocessedEntitiesApiResponse$1, UnprocessedEntity as UnprocessedEntity$1, UnprocessedEntityCache as UnprocessedEntityCache$1, UnprocessedEntityError as UnprocessedEntityError$1 } from '@backstage/plugin-catalog-unprocessed-entities-common';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Plugin entry point
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
|
3
|
-
"version": "0.2.29-next.
|
|
3
|
+
"version": "0.2.29-next.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "catalog-unprocessed-entities",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/core-compat-api": "0.5.10-next.
|
|
65
|
+
"@backstage/core-compat-api": "0.5.10-next.1",
|
|
66
66
|
"@backstage/core-components": "0.18.9-next.0",
|
|
67
|
-
"@backstage/core-plugin-api": "1.12.5-next.
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.5-next.1",
|
|
68
68
|
"@backstage/errors": "1.2.7",
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.1",
|
|
70
70
|
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.13",
|
|
71
|
-
"@backstage/ui": "0.14.0-next.
|
|
71
|
+
"@backstage/ui": "0.14.0-next.1",
|
|
72
72
|
"@material-ui/core": "^4.9.13",
|
|
73
73
|
"@material-ui/icons": "^4.9.1",
|
|
74
74
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"react-use": "^17.2.4"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/cli": "0.36.1-next.
|
|
80
|
-
"@backstage/dev-utils": "1.1.22-next.
|
|
79
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
80
|
+
"@backstage/dev-utils": "1.1.22-next.1",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
|
82
82
|
"@testing-library/react": "^16.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|