@backstage/plugin-catalog-react 0.0.0-nightly-20240817021759 → 0.0.0-nightly-20240820021901
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 +10 -10
- package/alpha/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240820021901
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
- 012e3eb: Entity page extensions created for the new frontend system via the `/alpha` exports will now be enabled by default.
|
|
14
14
|
- 6349099: Added config input type to the extensions
|
|
15
15
|
- Updated dependencies
|
|
16
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
17
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-permission-common@0.0.0-nightly-
|
|
19
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
20
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
21
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
16
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240820021901
|
|
17
|
+
- @backstage/core-components@0.0.0-nightly-20240820021901
|
|
18
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20240820021901
|
|
19
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240820021901
|
|
20
|
+
- @backstage/catalog-model@0.0.0-nightly-20240820021901
|
|
21
|
+
- @backstage/catalog-client@0.0.0-nightly-20240820021901
|
|
22
22
|
- @backstage/core-plugin-api@1.9.3
|
|
23
23
|
- @backstage/errors@1.2.4
|
|
24
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
24
|
+
- @backstage/integration-react@0.0.0-nightly-20240820021901
|
|
25
25
|
- @backstage/types@1.1.1
|
|
26
26
|
- @backstage/version-bridge@1.0.8
|
|
27
|
-
- @backstage/plugin-catalog-common@0.0.0-nightly-
|
|
28
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
27
|
+
- @backstage/plugin-catalog-common@0.0.0-nightly-20240820021901
|
|
28
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20240820021901
|
|
29
29
|
|
|
30
30
|
## 1.12.3-next.3
|
|
31
31
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240820021901",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -56,17 +56,17 @@
|
|
|
56
56
|
"test": "backstage-cli package test"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@backstage/catalog-client": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
61
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
62
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/catalog-client": "^0.0.0-nightly-20240820021901",
|
|
60
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
|
|
61
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240820021901",
|
|
62
|
+
"@backstage/core-components": "^0.0.0-nightly-20240820021901",
|
|
63
63
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
64
64
|
"@backstage/errors": "^1.2.4",
|
|
65
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/plugin-catalog-common": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/plugin-permission-common": "^0.0.0-nightly-
|
|
69
|
-
"@backstage/plugin-permission-react": "^0.0.0-nightly-
|
|
65
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240820021901",
|
|
66
|
+
"@backstage/integration-react": "^0.0.0-nightly-20240820021901",
|
|
67
|
+
"@backstage/plugin-catalog-common": "^0.0.0-nightly-20240820021901",
|
|
68
|
+
"@backstage/plugin-permission-common": "^0.0.0-nightly-20240820021901",
|
|
69
|
+
"@backstage/plugin-permission-react": "^0.0.0-nightly-20240820021901",
|
|
70
70
|
"@backstage/types": "^1.1.1",
|
|
71
71
|
"@backstage/version-bridge": "^1.0.8",
|
|
72
72
|
"@material-ui/core": "^4.12.2",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"zen-observable": "^0.10.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
87
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
88
|
-
"@backstage/frontend-test-utils": "^0.0.0-nightly-
|
|
89
|
-
"@backstage/plugin-catalog-common": "^0.0.0-nightly-
|
|
90
|
-
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-
|
|
91
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
86
|
+
"@backstage/cli": "^0.0.0-nightly-20240820021901",
|
|
87
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
|
|
88
|
+
"@backstage/frontend-test-utils": "^0.0.0-nightly-20240820021901",
|
|
89
|
+
"@backstage/plugin-catalog-common": "^0.0.0-nightly-20240820021901",
|
|
90
|
+
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240820021901",
|
|
91
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240820021901",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
94
|
"@testing-library/react": "^15.0.0",
|