@backstage/plugin-catalog-backend 0.0.0-nightly-20260101025642 → 0.0.0-nightly-20260102024955

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
- ## 0.0.0-nightly-20260101025642
3
+ ## 0.0.0-nightly-20260102024955
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20260101025642
9
- - @backstage/backend-openapi-utils@0.0.0-nightly-20260101025642
8
+ - @backstage/integration@0.0.0-nightly-20260102024955
9
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20260102024955
10
10
  - @backstage/plugin-permission-node@0.10.7
11
11
  - @backstage/backend-plugin-api@1.6.0
12
12
  - @backstage/catalog-client@1.12.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "0.0.0-nightly-20260101025642",
3
+ "version": "0.0.0-nightly-20260102024955",
4
4
  "description": "The Backstage backend plugin that provides the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -73,13 +73,13 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/backend-openapi-utils": "0.0.0-nightly-20260101025642",
76
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20260102024955",
77
77
  "@backstage/backend-plugin-api": "1.6.0",
78
78
  "@backstage/catalog-client": "1.12.1",
79
79
  "@backstage/catalog-model": "1.7.6",
80
80
  "@backstage/config": "1.3.6",
81
81
  "@backstage/errors": "1.2.7",
82
- "@backstage/integration": "0.0.0-nightly-20260101025642",
82
+ "@backstage/integration": "0.0.0-nightly-20260102024955",
83
83
  "@backstage/plugin-catalog-common": "1.1.7",
84
84
  "@backstage/plugin-catalog-node": "1.20.1",
85
85
  "@backstage/plugin-events-node": "0.4.18",
@@ -106,9 +106,9 @@
106
106
  "zod": "^3.22.4"
107
107
  },
108
108
  "devDependencies": {
109
- "@backstage/backend-defaults": "0.0.0-nightly-20260101025642",
110
- "@backstage/backend-test-utils": "0.0.0-nightly-20260101025642",
111
- "@backstage/cli": "0.0.0-nightly-20260101025642",
109
+ "@backstage/backend-defaults": "0.0.0-nightly-20260102024955",
110
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260102024955",
111
+ "@backstage/cli": "0.0.0-nightly-20260102024955",
112
112
  "@backstage/plugin-permission-common": "0.9.3",
113
113
  "@backstage/repo-tools": "0.16.1",
114
114
  "@types/core-js": "^2.5.4",