@backstage/plugin-catalog-react 0.0.0-nightly-20240809021939 → 0.0.0-nightly-20240810021908

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20240809021939
3
+ ## 0.0.0-nightly-20240810021908
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,18 +11,18 @@
11
11
  - 012e3eb: Entity page extensions created for the new frontend system via the `/alpha` exports will now be enabled by default.
12
12
  - 6349099: Added config input type to the extensions
13
13
  - Updated dependencies
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240809021939
15
- - @backstage/core-components@0.0.0-nightly-20240809021939
16
- - @backstage/plugin-permission-common@0.0.0-nightly-20240809021939
17
- - @backstage/catalog-client@1.6.5
18
- - @backstage/catalog-model@1.5.0
14
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240810021908
15
+ - @backstage/core-components@0.0.0-nightly-20240810021908
16
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240810021908
17
+ - @backstage/catalog-model@0.0.0-nightly-20240810021908
18
+ - @backstage/catalog-client@0.0.0-nightly-20240810021908
19
19
  - @backstage/core-plugin-api@1.9.3
20
20
  - @backstage/errors@1.2.4
21
- - @backstage/integration-react@0.0.0-nightly-20240809021939
21
+ - @backstage/integration-react@0.0.0-nightly-20240810021908
22
22
  - @backstage/types@1.1.1
23
23
  - @backstage/version-bridge@1.0.8
24
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240809021939
25
- - @backstage/plugin-permission-react@0.0.0-nightly-20240809021939
24
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240810021908
25
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240810021908
26
26
 
27
27
  ## 1.12.3-next.2
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -120,7 +120,7 @@ declare function createEntityCardExtension<TConfig extends {
120
120
  config: TConfig;
121
121
  inputs: Expand<ResolvedExtensionInputs<TInputs>>;
122
122
  }) => Promise<JSX.Element>;
123
- }): _backstage_frontend_plugin_api.ExtensionDefinition<TConfig, TConfig, never, never>;
123
+ }): _backstage_frontend_plugin_api.ExtensionDefinition<TConfig, TConfig, never, never, string | undefined, string | undefined, string | undefined>;
124
124
  /** @alpha */
125
125
  declare function createEntityContentExtension<TInputs extends AnyExtensionInputMap>(options: {
126
126
  namespace?: string;
@@ -146,6 +146,6 @@ declare function createEntityContentExtension<TInputs extends AnyExtensionInputM
146
146
  filter?: string | undefined;
147
147
  title?: string | undefined;
148
148
  path?: string | undefined;
149
- }, never, never>;
149
+ }, never, never, string | undefined, string | undefined, string | undefined>;
150
150
 
151
151
  export { catalogExtensionData, catalogReactTranslationRef, createEntityCardExtension, createEntityContentExtension, isOwnerOf, useEntityPermission };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -56,16 +56,16 @@
56
56
  "test": "backstage-cli package test"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/catalog-client": "^1.6.5",
60
- "@backstage/catalog-model": "^1.5.0",
61
- "@backstage/core-components": "^0.0.0-nightly-20240809021939",
59
+ "@backstage/catalog-client": "^0.0.0-nightly-20240810021908",
60
+ "@backstage/catalog-model": "^0.0.0-nightly-20240810021908",
61
+ "@backstage/core-components": "^0.0.0-nightly-20240810021908",
62
62
  "@backstage/core-plugin-api": "^1.9.3",
63
63
  "@backstage/errors": "^1.2.4",
64
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240809021939",
65
- "@backstage/integration-react": "^0.0.0-nightly-20240809021939",
66
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240809021939",
67
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240809021939",
68
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240809021939",
64
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240810021908",
65
+ "@backstage/integration-react": "^0.0.0-nightly-20240810021908",
66
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240810021908",
67
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240810021908",
68
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240810021908",
69
69
  "@backstage/types": "^1.1.1",
70
70
  "@backstage/version-bridge": "^1.0.8",
71
71
  "@material-ui/core": "^4.12.2",
@@ -82,11 +82,11 @@
82
82
  "zen-observable": "^0.10.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "^0.0.0-nightly-20240809021939",
86
- "@backstage/core-app-api": "^0.0.0-nightly-20240809021939",
87
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240809021939",
88
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240809021939",
89
- "@backstage/test-utils": "^0.0.0-nightly-20240809021939",
85
+ "@backstage/cli": "^0.0.0-nightly-20240810021908",
86
+ "@backstage/core-app-api": "^0.0.0-nightly-20240810021908",
87
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240810021908",
88
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240810021908",
89
+ "@backstage/test-utils": "^0.0.0-nightly-20240810021908",
90
90
  "@testing-library/dom": "^10.0.0",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^15.0.0",