@backstage/plugin-catalog-react 0.0.0-nightly-20240828022712 → 0.0.0-nightly-20240829022758

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-20240828022712
3
+ ## 0.0.0-nightly-20240829022758
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,9 @@
8
8
  - 5446061: The `/alpha` export no longer export extension creators for the new frontend system, existing usage should be switched to use the equivalent extension blueprint instead. For more information see the [new frontend system 1.30 migration documentation](https://backstage.io/docs/frontend-system/architecture/migrations#130).
9
9
  - ae9b6cb: Small internal fix to better work with recent `lodash` versions
10
10
  - Updated dependencies
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240828022712
12
- - @backstage/core-compat-api@0.0.0-nightly-20240828022712
13
- - @backstage/catalog-client@1.6.6
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240829022758
12
+ - @backstage/core-compat-api@0.0.0-nightly-20240829022758
13
+ - @backstage/catalog-client@0.0.0-nightly-20240829022758
14
14
  - @backstage/catalog-model@1.6.0
15
15
  - @backstage/core-components@0.14.10
16
16
  - @backstage/core-plugin-api@1.9.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "0.0.0-nightly-20240828022712",
3
+ "version": "0.0.0-nightly-20240829022758",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240828022712",
3
+ "version": "0.0.0-nightly-20240829022758",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -56,13 +56,13 @@
56
56
  "test": "backstage-cli package test"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/catalog-client": "^1.6.6",
59
+ "@backstage/catalog-client": "^0.0.0-nightly-20240829022758",
60
60
  "@backstage/catalog-model": "^1.6.0",
61
- "@backstage/core-compat-api": "^0.0.0-nightly-20240828022712",
61
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240829022758",
62
62
  "@backstage/core-components": "^0.14.10",
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-20240828022712",
65
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240829022758",
66
66
  "@backstage/integration-react": "^1.1.30",
67
67
  "@backstage/plugin-catalog-common": "^1.0.26",
68
68
  "@backstage/plugin-permission-common": "^0.8.1",
@@ -83,12 +83,12 @@
83
83
  "zen-observable": "^0.10.0"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/cli": "^0.0.0-nightly-20240828022712",
86
+ "@backstage/cli": "^0.0.0-nightly-20240829022758",
87
87
  "@backstage/core-app-api": "^1.14.2",
88
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240828022712",
88
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240829022758",
89
89
  "@backstage/plugin-catalog-common": "^1.0.26",
90
90
  "@backstage/plugin-scaffolder-common": "^1.5.5",
91
- "@backstage/test-utils": "^0.0.0-nightly-20240828022712",
91
+ "@backstage/test-utils": "^0.0.0-nightly-20240829022758",
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",