@backstage/plugin-search-backend 1.2.3-next.2 → 1.2.3

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.18.2
10
+ - @backstage/config@1.0.6
11
+ - @backstage/errors@1.1.4
12
+ - @backstage/types@1.0.2
13
+ - @backstage/plugin-auth-node@0.2.11
14
+ - @backstage/plugin-permission-common@0.7.3
15
+ - @backstage/plugin-permission-node@0.7.5
16
+ - @backstage/plugin-search-backend-node@1.1.3
17
+ - @backstage/plugin-search-common@1.2.1
18
+
3
19
  ## 1.2.3-next.2
4
20
 
5
21
  ### 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.3",
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.2",
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.11",
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.5",
32
+ "@backstage/plugin-search-backend-node": "^1.1.3",
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.2",
47
47
  "@types/supertest": "^2.0.8",
48
48
  "supertest": "^6.1.3"
49
49
  },