@backstage/plugin-catalog-backend 3.8.1-next.1 → 3.8.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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 3.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 28c1c1c: Synced zod-validation-error versions between packages
8
+ - Updated dependencies
9
+ - @backstage/backend-openapi-utils@0.7.0
10
+ - @backstage/filter-predicates@0.1.4
11
+ - @backstage/backend-plugin-api@1.9.3
12
+ - @backstage/catalog-client@1.16.1
13
+ - @backstage/plugin-catalog-node@2.2.3
14
+ - @backstage/plugin-events-node@0.4.24
15
+ - @backstage/plugin-permission-node@0.11.2
16
+
3
17
  ## 3.8.1-next.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "3.8.1-next.1",
3
+ "version": "3.8.1",
4
4
  "description": "The Backstage backend plugin that provides the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -75,20 +75,20 @@
75
75
  "test": "backstage-cli package test"
76
76
  },
77
77
  "dependencies": {
78
- "@backstage/backend-openapi-utils": "0.7.0-next.1",
79
- "@backstage/backend-plugin-api": "1.9.3-next.1",
80
- "@backstage/catalog-client": "1.16.1-next.0",
81
- "@backstage/catalog-model": "1.9.0",
82
- "@backstage/config": "1.3.8",
83
- "@backstage/errors": "1.3.1",
84
- "@backstage/filter-predicates": "0.1.4-next.0",
85
- "@backstage/integration": "2.0.3",
86
- "@backstage/plugin-catalog-common": "1.1.10",
87
- "@backstage/plugin-catalog-node": "2.2.3-next.0",
88
- "@backstage/plugin-events-node": "0.4.24-next.0",
89
- "@backstage/plugin-permission-common": "0.9.9",
90
- "@backstage/plugin-permission-node": "0.11.2-next.0",
91
- "@backstage/types": "1.2.2",
78
+ "@backstage/backend-openapi-utils": "^0.7.0",
79
+ "@backstage/backend-plugin-api": "^1.9.3",
80
+ "@backstage/catalog-client": "^1.16.1",
81
+ "@backstage/catalog-model": "^1.9.0",
82
+ "@backstage/config": "^1.3.8",
83
+ "@backstage/errors": "^1.3.1",
84
+ "@backstage/filter-predicates": "^0.1.4",
85
+ "@backstage/integration": "^2.0.3",
86
+ "@backstage/plugin-catalog-common": "^1.1.10",
87
+ "@backstage/plugin-catalog-node": "^2.2.3",
88
+ "@backstage/plugin-events-node": "^0.4.24",
89
+ "@backstage/plugin-permission-common": "^0.9.9",
90
+ "@backstage/plugin-permission-node": "^0.11.2",
91
+ "@backstage/types": "^1.2.2",
92
92
  "@opentelemetry/api": "^1.9.0",
93
93
  "ajv": "^8.10.0",
94
94
  "ajv-errors": "^3.0.0",
@@ -111,12 +111,12 @@
111
111
  "zod-validation-error": "^5.0.0"
112
112
  },
113
113
  "devDependencies": {
114
- "@backstage/backend-defaults": "0.17.5-next.2",
115
- "@backstage/backend-test-utils": "1.11.5-next.0",
116
- "@backstage/cli": "0.36.4-next.2",
117
- "@backstage/plugin-catalog-backend-module-logs": "0.1.24-next.0",
118
- "@backstage/plugin-scaffolder-common": "2.2.1",
119
- "@backstage/repo-tools": "0.18.0-next.1",
114
+ "@backstage/backend-defaults": "^0.17.5",
115
+ "@backstage/backend-test-utils": "^1.11.5",
116
+ "@backstage/cli": "^0.36.4",
117
+ "@backstage/plugin-catalog-backend-module-logs": "^0.1.24",
118
+ "@backstage/plugin-scaffolder-common": "^2.2.1",
119
+ "@backstage/repo-tools": "^0.18.0",
120
120
  "@types/core-js": "^2.5.4",
121
121
  "@types/express": "^4.17.6",
122
122
  "@types/git-url-parse": "^9.0.0",