@backstage/plugin-catalog 2.0.2-next.0 → 2.0.2-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.
Files changed (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/alpha/components/EntityLayout/index.esm.js +5 -1
  3. package/dist/alpha/components/EntityLayout/index.esm.js.map +1 -1
  4. package/dist/alpha/entityContents.esm.js +1 -1
  5. package/dist/alpha/pages.esm.js +1 -1
  6. package/dist/components/AboutCard/index.esm.js +5 -1
  7. package/dist/components/AboutCard/index.esm.js.map +1 -1
  8. package/dist/components/CatalogEntityPage/index.esm.js +5 -1
  9. package/dist/components/CatalogEntityPage/index.esm.js.map +1 -1
  10. package/dist/components/CatalogPage/index.esm.js +5 -1
  11. package/dist/components/CatalogPage/index.esm.js.map +1 -1
  12. package/dist/components/CatalogSearchResultListItem/index.esm.js +5 -1
  13. package/dist/components/CatalogSearchResultListItem/index.esm.js.map +1 -1
  14. package/dist/components/DependencyOfComponentsCard/index.esm.js +5 -1
  15. package/dist/components/DependencyOfComponentsCard/index.esm.js.map +1 -1
  16. package/dist/components/DependsOnComponentsCard/index.esm.js +5 -1
  17. package/dist/components/DependsOnComponentsCard/index.esm.js.map +1 -1
  18. package/dist/components/DependsOnResourcesCard/index.esm.js +5 -1
  19. package/dist/components/DependsOnResourcesCard/index.esm.js.map +1 -1
  20. package/dist/components/EntityContextMenu/EntityContextMenu.esm.js +1 -1
  21. package/dist/components/EntityLabelsCard/index.esm.js +5 -1
  22. package/dist/components/EntityLabelsCard/index.esm.js.map +1 -1
  23. package/dist/components/EntityLinksCard/index.esm.js +5 -1
  24. package/dist/components/EntityLinksCard/index.esm.js.map +1 -1
  25. package/dist/components/HasComponentsCard/index.esm.js +5 -1
  26. package/dist/components/HasComponentsCard/index.esm.js.map +1 -1
  27. package/dist/components/HasResourcesCard/index.esm.js +5 -1
  28. package/dist/components/HasResourcesCard/index.esm.js.map +1 -1
  29. package/dist/components/HasSubcomponentsCard/index.esm.js +5 -1
  30. package/dist/components/HasSubcomponentsCard/index.esm.js.map +1 -1
  31. package/dist/components/HasSubdomainsCard/index.esm.js +5 -1
  32. package/dist/components/HasSubdomainsCard/index.esm.js.map +1 -1
  33. package/dist/components/HasSystemsCard/index.esm.js +5 -1
  34. package/dist/components/HasSystemsCard/index.esm.js.map +1 -1
  35. package/dist/components/RelatedEntitiesCard/index.esm.js +5 -1
  36. package/dist/components/RelatedEntitiesCard/index.esm.js.map +1 -1
  37. package/dist/context/EntityContextMenuContext.esm.js +1 -1
  38. package/dist/package.json.esm.js +1 -1
  39. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 2.0.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/ui@0.14.0-next.1
9
+ - @backstage/plugin-catalog-react@2.1.2-next.1
10
+ - @backstage/frontend-plugin-api@0.16.0-next.1
11
+ - @backstage/core-compat-api@0.5.10-next.1
12
+ - @backstage/core-components@0.18.9-next.0
13
+ - @backstage/core-plugin-api@1.12.5-next.1
14
+ - @backstage/plugin-search-react@1.11.1-next.1
15
+ - @backstage/plugin-techdocs-react@1.3.10-next.1
16
+
3
17
  ## 2.0.2-next.0
4
18
 
5
19
  ### Patch Changes
@@ -1,2 +1,6 @@
1
- export { EntityLayout } from './EntityLayout.esm.js';
1
+ import { EntityLayout } from './EntityLayout.esm.js';
2
+
3
+
4
+
5
+ export { EntityLayout };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,6 +1,6 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { lazy } from 'react';
3
- import { createExtensionInput, coreExtensionData, ExtensionBoundary } from '@backstage/frontend-plugin-api';
3
+ import { coreExtensionData, createExtensionInput, ExtensionBoundary } from '@backstage/frontend-plugin-api';
4
4
  import { EntityContentBlueprint, EntityContentLayoutBlueprint, EntityCardBlueprint } from '@backstage/plugin-catalog-react/alpha';
5
5
  import { buildFilterFn } from './filter/FilterWrapper.esm.js';
6
6
  import { useEntity } from '@backstage/plugin-catalog-react';
@@ -1,6 +1,6 @@
1
1
  import { jsx, Fragment } from 'react/jsx-runtime';
2
2
  import { convertLegacyRouteRef } from '@backstage/core-compat-api';
3
- import { PageBlueprint, createExtensionInput, coreExtensionData } from '@backstage/frontend-plugin-api';
3
+ import { PageBlueprint, coreExtensionData, createExtensionInput } from '@backstage/frontend-plugin-api';
4
4
  import { entityRouteRef, AsyncEntityProvider } from '@backstage/plugin-catalog-react';
5
5
  import { EntityContextMenuItemBlueprint, EntityHeaderBlueprint, defaultEntityContentGroupDefinitions, EntityContentBlueprint } from '@backstage/plugin-catalog-react/alpha';
6
6
  import CategoryIcon from '@material-ui/icons/Category';
@@ -1,4 +1,8 @@
1
- export { AboutCard } from './AboutCard.esm.js';
1
+ import { AboutCard } from './AboutCard.esm.js';
2
2
  export { AboutContent } from './AboutContent.esm.js';
3
3
  export { AboutField } from './AboutField.esm.js';
4
+
5
+
6
+
7
+ export { AboutCard };
4
8
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -1,2 +1,6 @@
1
- export { CatalogEntityPage } from './CatalogEntityPage.esm.js';
1
+ import { CatalogEntityPage } from './CatalogEntityPage.esm.js';
2
+
3
+
4
+
5
+ export { CatalogEntityPage };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,3 +1,7 @@
1
- export { CatalogPage } from './CatalogPage.esm.js';
1
+ import { CatalogPage } from './CatalogPage.esm.js';
2
2
  export { BaseCatalogPage, DefaultCatalogPage } from './DefaultCatalogPage.esm.js';
3
+
4
+
5
+
6
+ export { CatalogPage };
3
7
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,2 +1,6 @@
1
- export { CatalogSearchResultListItem } from './CatalogSearchResultListItem.esm.js';
1
+ import { CatalogSearchResultListItem } from './CatalogSearchResultListItem.esm.js';
2
+
3
+
4
+
5
+ export { CatalogSearchResultListItem };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { DependencyOfComponentsCard } from './DependencyOfComponentsCard.esm.js';
1
+ import { DependencyOfComponentsCard } from './DependencyOfComponentsCard.esm.js';
2
+
3
+
4
+
5
+ export { DependencyOfComponentsCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { DependsOnComponentsCard } from './DependsOnComponentsCard.esm.js';
1
+ import { DependsOnComponentsCard } from './DependsOnComponentsCard.esm.js';
2
+
3
+
4
+
5
+ export { DependsOnComponentsCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { DependsOnResourcesCard } from './DependsOnResourcesCard.esm.js';
1
+ import { DependsOnResourcesCard } from './DependsOnResourcesCard.esm.js';
2
+
3
+
4
+
5
+ export { DependsOnResourcesCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,4 +1,4 @@
1
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
1
+ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
2
  import Divider from '@material-ui/core/Divider';
3
3
  import FileCopyTwoToneIcon from '@material-ui/icons/FileCopyTwoTone';
4
4
  import IconButton from '@material-ui/core/IconButton';
@@ -1,3 +1,7 @@
1
- export { EntityLabelsCard } from './EntityLabelsCard.esm.js';
1
+ import { EntityLabelsCard } from './EntityLabelsCard.esm.js';
2
2
  export { hasLabels } from './conditions.esm.js';
3
+
4
+
5
+
6
+ export { EntityLabelsCard };
3
7
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,2 +1,6 @@
1
- export { EntityLinksCard } from './EntityLinksCard.esm.js';
1
+ import { EntityLinksCard } from './EntityLinksCard.esm.js';
2
+
3
+
4
+
5
+ export { EntityLinksCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { HasComponentsCard } from './HasComponentsCard.esm.js';
1
+ import { HasComponentsCard } from './HasComponentsCard.esm.js';
2
+
3
+
4
+
5
+ export { HasComponentsCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { HasResourcesCard } from './HasResourcesCard.esm.js';
1
+ import { HasResourcesCard } from './HasResourcesCard.esm.js';
2
+
3
+
4
+
5
+ export { HasResourcesCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { HasSubcomponentsCard } from './HasSubcomponentsCard.esm.js';
1
+ import { HasSubcomponentsCard } from './HasSubcomponentsCard.esm.js';
2
+
3
+
4
+
5
+ export { HasSubcomponentsCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { HasSubdomainsCard } from './HasSubdomainsCard.esm.js';
1
+ import { HasSubdomainsCard } from './HasSubdomainsCard.esm.js';
2
+
3
+
4
+
5
+ export { HasSubdomainsCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,2 +1,6 @@
1
- export { HasSystemsCard } from './HasSystemsCard.esm.js';
1
+ import { HasSystemsCard } from './HasSystemsCard.esm.js';
2
+
3
+
4
+
5
+ export { HasSystemsCard };
2
6
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,3 +1,7 @@
1
- export { RelatedEntitiesCard } from './RelatedEntitiesCard.esm.js';
1
+ import { RelatedEntitiesCard } from './RelatedEntitiesCard.esm.js';
2
2
  export { asComponentEntities, asDomainEntities, asResourceEntities, asSystemEntities, componentEntityColumns, componentEntityHelpLink, domainEntityColumns, domainEntityHelpLink, resourceEntityColumns, resourceEntityHelpLink, systemEntityColumns, systemEntityHelpLink } from './presets.esm.js';
3
+
4
+
5
+
6
+ export { RelatedEntitiesCard };
3
7
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,5 +1,5 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
- import { createVersionedContext, createVersionedValueMap } from '@backstage/version-bridge';
2
+ import { createVersionedValueMap, createVersionedContext } from '@backstage/version-bridge';
3
3
 
4
4
  const EntityContextMenuContext = createVersionedContext("entity-context-menu-context");
5
5
  const EntityContextMenuProvider = (props) => {
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog";
2
- var version = "2.0.2-next.0";
2
+ var version = "2.0.2-next.1";
3
3
  var description = "The Backstage plugin for browsing the Backstage catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "2.0.2-next.0",
3
+ "version": "2.0.2-next.1",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -72,22 +72,22 @@
72
72
  "dependencies": {
73
73
  "@backstage/catalog-client": "1.14.0",
74
74
  "@backstage/catalog-model": "1.7.7",
75
- "@backstage/core-compat-api": "0.5.10-next.0",
75
+ "@backstage/core-compat-api": "0.5.10-next.1",
76
76
  "@backstage/core-components": "0.18.9-next.0",
77
- "@backstage/core-plugin-api": "1.12.5-next.0",
77
+ "@backstage/core-plugin-api": "1.12.5-next.1",
78
78
  "@backstage/errors": "1.2.7",
79
- "@backstage/frontend-plugin-api": "0.15.2-next.0",
79
+ "@backstage/frontend-plugin-api": "0.16.0-next.1",
80
80
  "@backstage/integration-react": "1.2.17-next.0",
81
81
  "@backstage/plugin-catalog-common": "1.1.8",
82
- "@backstage/plugin-catalog-react": "2.1.1-next.0",
82
+ "@backstage/plugin-catalog-react": "2.1.2-next.1",
83
83
  "@backstage/plugin-permission-react": "0.4.42-next.0",
84
84
  "@backstage/plugin-scaffolder-common": "2.0.0",
85
85
  "@backstage/plugin-search-common": "1.2.22",
86
- "@backstage/plugin-search-react": "1.11.1-next.0",
86
+ "@backstage/plugin-search-react": "1.11.1-next.1",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "1.3.10-next.0",
88
+ "@backstage/plugin-techdocs-react": "1.3.10-next.1",
89
89
  "@backstage/types": "1.2.2",
90
- "@backstage/ui": "0.14.0-next.0",
90
+ "@backstage/ui": "0.14.0-next.1",
91
91
  "@backstage/version-bridge": "1.0.12",
92
92
  "@material-ui/core": "^4.12.2",
93
93
  "@material-ui/icons": "^4.9.1",
@@ -103,12 +103,12 @@
103
103
  "zen-observable": "^0.10.0"
104
104
  },
105
105
  "devDependencies": {
106
- "@backstage/cli": "0.36.1-next.0",
107
- "@backstage/core-app-api": "1.19.7-next.0",
108
- "@backstage/dev-utils": "1.1.22-next.0",
109
- "@backstage/frontend-test-utils": "0.5.2-next.0",
106
+ "@backstage/cli": "0.36.1-next.1",
107
+ "@backstage/core-app-api": "1.20.0-next.1",
108
+ "@backstage/dev-utils": "1.1.22-next.1",
109
+ "@backstage/frontend-test-utils": "0.5.2-next.1",
110
110
  "@backstage/plugin-permission-common": "0.9.7",
111
- "@backstage/test-utils": "1.7.17-next.0",
111
+ "@backstage/test-utils": "1.7.17-next.1",
112
112
  "@testing-library/dom": "^10.0.0",
113
113
  "@testing-library/jest-dom": "^6.0.0",
114
114
  "@testing-library/react": "^16.0.0",