@backstage/plugin-catalog-unprocessed-entities 0.1.2-next.0 → 0.1.3-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 +23 -0
- package/dist/index.d.ts +4 -2
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities
|
|
2
2
|
|
|
3
|
+
## 0.1.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-plugin-api@1.6.0-next.0
|
|
10
|
+
- @backstage/core-components@0.13.5-next.0
|
|
11
|
+
- @backstage/catalog-model@1.4.1
|
|
12
|
+
- @backstage/errors@1.2.1
|
|
13
|
+
- @backstage/theme@0.4.1
|
|
14
|
+
|
|
15
|
+
## 0.1.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/core-components@0.13.4
|
|
21
|
+
- @backstage/core-plugin-api@1.5.3
|
|
22
|
+
- @backstage/catalog-model@1.4.1
|
|
23
|
+
- @backstage/errors@1.2.1
|
|
24
|
+
- @backstage/theme@0.4.1
|
|
25
|
+
|
|
3
26
|
## 0.1.2-next.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import React__default from 'react';
|
|
2
4
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
3
5
|
import { Entity } from '@backstage/catalog-model';
|
|
4
6
|
|
|
@@ -15,10 +17,10 @@ declare const catalogUnprocessedEntitiesPlugin: _backstage_core_plugin_api.Backs
|
|
|
15
17
|
*
|
|
16
18
|
* @public
|
|
17
19
|
*/
|
|
18
|
-
declare const CatalogUnprocessedEntitiesPage: () => JSX.Element;
|
|
20
|
+
declare const CatalogUnprocessedEntitiesPage: () => React.JSX.Element;
|
|
19
21
|
|
|
20
22
|
/** @public */
|
|
21
|
-
declare const UnprocessedEntitiesContent: () => JSX.Element;
|
|
23
|
+
declare const UnprocessedEntitiesContent: () => React__default.JSX.Element;
|
|
22
24
|
|
|
23
25
|
/**
|
|
24
26
|
* Unprocessed entity data stored in the database.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-next.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@backstage/catalog-model": "^1.4.1",
|
|
32
|
-
"@backstage/core-components": "^0.13.
|
|
33
|
-
"@backstage/core-plugin-api": "^1.
|
|
32
|
+
"@backstage/core-components": "^0.13.5-next.0",
|
|
33
|
+
"@backstage/core-plugin-api": "^1.6.0-next.0",
|
|
34
34
|
"@backstage/errors": "^1.2.1",
|
|
35
35
|
"@backstage/theme": "^0.4.1",
|
|
36
36
|
"@material-ui/core": "^4.9.13",
|
|
37
37
|
"@material-ui/icons": "^4.9.1",
|
|
38
38
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
39
|
+
"@types/react": "^16.13.1 || ^17.0.0",
|
|
39
40
|
"react-use": "^17.2.4"
|
|
40
41
|
},
|
|
41
42
|
"peerDependencies": {
|
|
@@ -44,10 +45,10 @@
|
|
|
44
45
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@backstage/cli": "^0.22.
|
|
48
|
-
"@backstage/core-app-api": "^1.
|
|
49
|
-
"@backstage/dev-utils": "^1.0.
|
|
50
|
-
"@backstage/test-utils": "^1.4.
|
|
48
|
+
"@backstage/cli": "^0.22.12-next.0",
|
|
49
|
+
"@backstage/core-app-api": "^1.10.0-next.0",
|
|
50
|
+
"@backstage/dev-utils": "^1.0.20-next.0",
|
|
51
|
+
"@backstage/test-utils": "^1.4.3-next.0",
|
|
51
52
|
"@testing-library/jest-dom": "^5.10.1",
|
|
52
53
|
"@testing-library/react": "^12.1.3",
|
|
53
54
|
"@testing-library/user-event": "^14.0.0",
|