@backstage/plugin-catalog-backend 1.24.0-next.1 → 1.24.0

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,5 +1,31 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b9ed1bb: bumped better-sqlite3 from ^9.0.0 to ^11.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-plugin-api@0.7.0
13
+ - @backstage/backend-common@0.23.3
14
+ - @backstage/backend-tasks@0.5.27
15
+ - @backstage/plugin-permission-common@0.8.0
16
+ - @backstage/plugin-permission-node@0.8.0
17
+ - @backstage/integration@1.13.0
18
+ - @backstage/plugin-events-node@0.3.8
19
+ - @backstage/backend-openapi-utils@0.1.15
20
+ - @backstage/plugin-catalog-node@1.12.4
21
+ - @backstage/plugin-search-backend-module-catalog@0.1.28
22
+ - @backstage/plugin-catalog-common@1.0.25
23
+ - @backstage/catalog-client@1.6.5
24
+ - @backstage/catalog-model@1.5.0
25
+ - @backstage/config@1.2.0
26
+ - @backstage/errors@1.2.4
27
+ - @backstage/types@1.1.1
28
+
3
29
  ## 1.24.0-next.1
4
30
 
5
31
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend__alpha",
3
- "version": "1.24.0-next.1",
3
+ "version": "1.24.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.24.0-next.1",
3
+ "version": "1.24.0",
4
4
  "description": "The Backstage backend plugin that provides the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -60,21 +60,21 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-common": "^0.23.3-next.1",
64
- "@backstage/backend-openapi-utils": "^0.1.15-next.1",
65
- "@backstage/backend-plugin-api": "^0.6.22-next.1",
66
- "@backstage/backend-tasks": "^0.5.27-next.1",
63
+ "@backstage/backend-common": "^0.23.3",
64
+ "@backstage/backend-openapi-utils": "^0.1.15",
65
+ "@backstage/backend-plugin-api": "^0.7.0",
66
+ "@backstage/backend-tasks": "^0.5.27",
67
67
  "@backstage/catalog-client": "^1.6.5",
68
68
  "@backstage/catalog-model": "^1.5.0",
69
69
  "@backstage/config": "^1.2.0",
70
70
  "@backstage/errors": "^1.2.4",
71
- "@backstage/integration": "^1.13.0-next.0",
72
- "@backstage/plugin-catalog-common": "^1.0.24",
73
- "@backstage/plugin-catalog-node": "^1.12.4-next.1",
74
- "@backstage/plugin-events-node": "^0.3.8-next.1",
75
- "@backstage/plugin-permission-common": "^0.7.14",
76
- "@backstage/plugin-permission-node": "^0.7.33-next.1",
77
- "@backstage/plugin-search-backend-module-catalog": "^0.1.28-next.1",
71
+ "@backstage/integration": "^1.13.0",
72
+ "@backstage/plugin-catalog-common": "^1.0.25",
73
+ "@backstage/plugin-catalog-node": "^1.12.4",
74
+ "@backstage/plugin-events-node": "^0.3.8",
75
+ "@backstage/plugin-permission-common": "^0.8.0",
76
+ "@backstage/plugin-permission-node": "^0.8.0",
77
+ "@backstage/plugin-search-backend-module-catalog": "^0.1.28",
78
78
  "@backstage/types": "^1.1.1",
79
79
  "@opentelemetry/api": "^1.3.0",
80
80
  "@types/express": "^4.17.6",
@@ -98,11 +98,11 @@
98
98
  "zod": "^3.22.4"
99
99
  },
100
100
  "devDependencies": {
101
- "@backstage/backend-defaults": "^0.3.4-next.1",
102
- "@backstage/backend-test-utils": "^0.4.4-next.1",
103
- "@backstage/cli": "^0.26.11-next.1",
104
- "@backstage/plugin-permission-common": "^0.7.14",
105
- "@backstage/repo-tools": "^0.9.4-next.1",
101
+ "@backstage/backend-defaults": "^0.4.0",
102
+ "@backstage/backend-test-utils": "^0.4.4",
103
+ "@backstage/cli": "^0.26.11",
104
+ "@backstage/plugin-permission-common": "^0.8.0",
105
+ "@backstage/repo-tools": "^0.9.4",
106
106
  "@types/core-js": "^2.5.4",
107
107
  "@types/git-url-parse": "^9.0.0",
108
108
  "@types/glob": "^8.0.0",