@backstage/plugin-search-backend 1.2.3-next.2 → 1.2.4-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 +31 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.2.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.3-next.0
9
+ - @backstage/config@1.0.6
10
+ - @backstage/errors@1.1.4
11
+ - @backstage/types@1.0.2
12
+ - @backstage/plugin-auth-node@0.2.12-next.0
13
+ - @backstage/plugin-permission-common@0.7.3
14
+ - @backstage/plugin-permission-node@0.7.6-next.0
15
+ - @backstage/plugin-search-backend-node@1.1.4-next.0
16
+ - @backstage/plugin-search-common@1.2.1
17
+
18
+ ## 1.2.3
19
+
20
+ ### Patch Changes
21
+
22
+ - 1b30c9a0f7: Change the router's response to include the error message instead of its object type in case it fails during a search query because the messages have more info.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.18.2
25
+ - @backstage/config@1.0.6
26
+ - @backstage/errors@1.1.4
27
+ - @backstage/types@1.0.2
28
+ - @backstage/plugin-auth-node@0.2.11
29
+ - @backstage/plugin-permission-common@0.7.3
30
+ - @backstage/plugin-permission-node@0.7.5
31
+ - @backstage/plugin-search-backend-node@1.1.3
32
+ - @backstage/plugin-search-common@1.2.1
33
+
3
34
  ## 1.2.3-next.2
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
3
  "description": "The Backstage backend plugin that provides your backstage app with search",
4
- "version": "1.2.3-next.2",
4
+ "version": "1.2.4-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,13 +23,13 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.18.2-next.2",
26
+ "@backstage/backend-common": "^0.18.3-next.0",
27
27
  "@backstage/config": "^1.0.6",
28
28
  "@backstage/errors": "^1.1.4",
29
- "@backstage/plugin-auth-node": "^0.2.11-next.2",
29
+ "@backstage/plugin-auth-node": "^0.2.12-next.0",
30
30
  "@backstage/plugin-permission-common": "^0.7.3",
31
- "@backstage/plugin-permission-node": "^0.7.5-next.2",
32
- "@backstage/plugin-search-backend-node": "^1.1.3-next.2",
31
+ "@backstage/plugin-permission-node": "^0.7.6-next.0",
32
+ "@backstage/plugin-search-backend-node": "^1.1.4-next.0",
33
33
  "@backstage/plugin-search-common": "^1.2.1",
34
34
  "@backstage/types": "^1.0.2",
35
35
  "@types/express": "^4.17.6",
@@ -43,7 +43,7 @@
43
43
  "zod": "~3.18.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.22.2-next.1",
46
+ "@backstage/cli": "^0.22.4-next.0",
47
47
  "@types/supertest": "^2.0.8",
48
48
  "supertest": "^6.1.3"
49
49
  },