@backstage/plugin-search-backend 1.7.0-next.3 → 1.7.1-next.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 +36 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.7.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.6.0-next.0
9
+ - @backstage/backend-plugin-api@1.0.3-next.0
10
+ - @backstage/backend-openapi-utils@0.3.1-next.0
11
+ - @backstage/config@1.3.0
12
+ - @backstage/errors@1.2.5
13
+ - @backstage/types@1.2.0
14
+ - @backstage/plugin-permission-common@0.8.2
15
+ - @backstage/plugin-permission-node@0.8.6-next.0
16
+ - @backstage/plugin-search-backend-node@1.3.6-next.0
17
+ - @backstage/plugin-search-common@1.2.15
18
+
19
+ ## 1.7.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 39fd704: Internal update to use the new generated server types from `backstage-cli package schema openapi generate --server`.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/config@1.3.0
29
+ - @backstage/backend-defaults@0.5.3
30
+ - @backstage/types@1.2.0
31
+ - @backstage/backend-plugin-api@1.0.2
32
+ - @backstage/backend-openapi-utils@0.3.0
33
+ - @backstage/plugin-search-backend-node@1.3.5
34
+ - @backstage/plugin-permission-common@0.8.2
35
+ - @backstage/errors@1.2.5
36
+ - @backstage/plugin-permission-node@0.8.5
37
+ - @backstage/plugin-search-common@1.2.15
38
+
3
39
  ## 1.7.0-next.3
4
40
 
5
41
  ### 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.1-next.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.6.0-next.0",
71
+ "@backstage/backend-openapi-utils": "0.3.1-next.0",
72
+ "@backstage/backend-plugin-api": "1.0.3-next.0",
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.6-next.0",
77
+ "@backstage/plugin-search-backend-node": "1.3.6-next.0",
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.2.0-next.0",
90
+ "@backstage/cli": "0.29.3-next.0",
91
+ "@backstage/repo-tools": "0.12.0-next.0",
92
92
  "@types/supertest": "^2.0.8",
93
93
  "supertest": "^7.0.0"
94
94
  },