@backstage/core-compat-api 0.0.0-nightly-20251216024726 → 0.0.0-nightly-20251230024823

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 (2) hide show
  1. package/CHANGELOG.md +13 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,15 +1,24 @@
1
1
  # @backstage/core-compat-api
2
2
 
3
- ## 0.0.0-nightly-20251216024726
3
+ ## 0.0.0-nightly-20251230024823
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251216024726
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20251216024726
10
- - @backstage/core-plugin-api@0.0.0-nightly-20251216024726
8
+ - @backstage/core-plugin-api@1.12.1
9
+ - @backstage/frontend-plugin-api@0.13.2
11
10
  - @backstage/types@1.2.2
12
11
  - @backstage/version-bridge@1.0.11
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20251230024823
13
+
14
+ ## 0.5.5
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/frontend-plugin-api@0.13.2
20
+ - @backstage/plugin-catalog-react@1.21.4
21
+ - @backstage/core-plugin-api@1.12.1
13
22
 
14
23
  ## 0.5.5-next.0
15
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-compat-api",
3
- "version": "0.0.0-nightly-20251216024726",
3
+ "version": "0.0.0-nightly-20251230024823",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,21 +31,21 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-plugin-api": "0.0.0-nightly-20251216024726",
35
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251216024726",
36
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20251216024726",
34
+ "@backstage/core-plugin-api": "1.12.1",
35
+ "@backstage/frontend-plugin-api": "0.13.2",
36
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20251230024823",
37
37
  "@backstage/types": "1.2.2",
38
38
  "@backstage/version-bridge": "1.0.11",
39
39
  "lodash": "^4.17.21",
40
40
  "zod": "^3.22.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.0.0-nightly-20251216024726",
44
- "@backstage/core-app-api": "0.0.0-nightly-20251216024726",
45
- "@backstage/frontend-app-api": "0.0.0-nightly-20251216024726",
46
- "@backstage/frontend-test-utils": "0.0.0-nightly-20251216024726",
47
- "@backstage/plugin-catalog": "0.0.0-nightly-20251216024726",
48
- "@backstage/test-utils": "0.0.0-nightly-20251216024726",
43
+ "@backstage/cli": "0.0.0-nightly-20251230024823",
44
+ "@backstage/core-app-api": "1.19.3",
45
+ "@backstage/frontend-app-api": "0.0.0-nightly-20251230024823",
46
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20251230024823",
47
+ "@backstage/plugin-catalog": "0.0.0-nightly-20251230024823",
48
+ "@backstage/test-utils": "1.7.14",
49
49
  "@backstage/types": "1.2.2",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0",