@backstage/plugin-search-backend 1.7.0-next.3 → 1.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 39fd704: Internal update to use the new generated server types from `backstage-cli package schema openapi generate --server`.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/config@1.3.0
13
+ - @backstage/backend-defaults@0.5.3
14
+ - @backstage/types@1.2.0
15
+ - @backstage/backend-plugin-api@1.0.2
16
+ - @backstage/backend-openapi-utils@0.3.0
17
+ - @backstage/plugin-search-backend-node@1.3.5
18
+ - @backstage/plugin-permission-common@0.8.2
19
+ - @backstage/errors@1.2.5
20
+ - @backstage/plugin-permission-node@0.8.5
21
+ - @backstage/plugin-search-common@1.2.15
22
+
3
23
  ## 1.7.0-next.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "1.7.0-next.3",
3
+ "version": "1.7.0",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -67,16 +67,16 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@backstage/backend-common": "^0.25.0",
70
- "@backstage/backend-defaults": "0.5.3-next.3",
71
- "@backstage/backend-openapi-utils": "0.3.0-next.2",
72
- "@backstage/backend-plugin-api": "1.0.2-next.2",
73
- "@backstage/config": "1.2.0",
74
- "@backstage/errors": "1.2.4",
75
- "@backstage/plugin-permission-common": "0.8.1",
76
- "@backstage/plugin-permission-node": "0.8.5-next.2",
77
- "@backstage/plugin-search-backend-node": "1.3.5-next.3",
78
- "@backstage/plugin-search-common": "1.2.14",
79
- "@backstage/types": "1.1.1",
70
+ "@backstage/backend-defaults": "^0.5.3",
71
+ "@backstage/backend-openapi-utils": "^0.3.0",
72
+ "@backstage/backend-plugin-api": "^1.0.2",
73
+ "@backstage/config": "^1.3.0",
74
+ "@backstage/errors": "^1.2.5",
75
+ "@backstage/plugin-permission-common": "^0.8.2",
76
+ "@backstage/plugin-permission-node": "^0.8.5",
77
+ "@backstage/plugin-search-backend-node": "^1.3.5",
78
+ "@backstage/plugin-search-common": "^1.2.15",
79
+ "@backstage/types": "^1.2.0",
80
80
  "@types/express": "^4.17.6",
81
81
  "dataloader": "^2.0.0",
82
82
  "express": "^4.17.1",
@@ -86,9 +86,9 @@
86
86
  "zod": "^3.22.4"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-test-utils": "1.1.0-next.3",
90
- "@backstage/cli": "0.29.0-next.3",
91
- "@backstage/repo-tools": "0.11.0-next.3",
89
+ "@backstage/backend-test-utils": "^1.1.0",
90
+ "@backstage/cli": "^0.29.0",
91
+ "@backstage/repo-tools": "^0.11.0",
92
92
  "@types/supertest": "^2.0.8",
93
93
  "supertest": "^7.0.0"
94
94
  },