@backstage/plugin-catalog-unprocessed-entities-common 0.0.0-nightly-20251203024610 → 0.0.0-nightly-20251204024637
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 +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -115,4 +115,5 @@ declare const unprocessedEntitiesPermissions: {
|
|
|
115
115
|
unprocessedEntitiesDeletePermission: _backstage_plugin_permission_common.BasicPermission;
|
|
116
116
|
};
|
|
117
117
|
|
|
118
|
-
export {
|
|
118
|
+
export { CatalogUnprocessedEntitiesClient, unprocessedEntitiesDeletePermission, unprocessedEntitiesPermissions };
|
|
119
|
+
export type { CatalogUnprocessedEntitiesApi, CatalogUnprocessedEntitiesApiResponse, UnprocessedEntitiesRequestOptions, UnprocessedEntity, UnprocessedEntityCache, UnprocessedEntityError };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities-common",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20251204024637",
|
|
4
4
|
"description": "Common functionalities for the catalog-unprocessed-entities plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "common-library",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@backstage/plugin-permission-common": "0.9.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
45
|
+
"@backstage/cli": "0.0.0-nightly-20251204024637"
|
|
46
46
|
},
|
|
47
47
|
"typesVersions": {
|
|
48
48
|
"*": {
|