@backstage/plugin-search-backend 2.1.2-next.1 → 2.1.2

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 +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 2.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 303954b: Added action for search backend to query search engine using the actions registry
8
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
9
+ - Updated dependencies
10
+ - @backstage/errors@1.3.1
11
+ - @backstage/backend-plugin-api@1.9.1
12
+ - @backstage/plugin-permission-node@0.11.0
13
+ - @backstage/plugin-permission-common@0.9.9
14
+ - @backstage/plugin-search-backend-node@1.4.4
15
+ - @backstage/backend-openapi-utils@0.6.9
16
+ - @backstage/config@1.3.8
17
+ - @backstage/plugin-search-common@1.2.24
18
+
3
19
  ## 2.1.2-next.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "2.1.2-next.1",
3
+ "version": "2.1.2",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -70,15 +70,15 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/backend-openapi-utils": "0.6.9-next.0",
74
- "@backstage/backend-plugin-api": "1.9.1-next.0",
75
- "@backstage/config": "1.3.8-next.0",
76
- "@backstage/errors": "1.3.1-next.0",
77
- "@backstage/plugin-permission-common": "0.9.9-next.1",
78
- "@backstage/plugin-permission-node": "0.10.13-next.0",
79
- "@backstage/plugin-search-backend-node": "1.4.4-next.1",
80
- "@backstage/plugin-search-common": "1.2.24-next.0",
81
- "@backstage/types": "1.2.2",
73
+ "@backstage/backend-openapi-utils": "^0.6.9",
74
+ "@backstage/backend-plugin-api": "^1.9.1",
75
+ "@backstage/config": "^1.3.8",
76
+ "@backstage/errors": "^1.3.1",
77
+ "@backstage/plugin-permission-common": "^0.9.9",
78
+ "@backstage/plugin-permission-node": "^0.11.0",
79
+ "@backstage/plugin-search-backend-node": "^1.4.4",
80
+ "@backstage/plugin-search-common": "^1.2.24",
81
+ "@backstage/types": "^1.2.2",
82
82
  "dataloader": "^2.0.0",
83
83
  "express": "^4.22.0",
84
84
  "lodash": "^4.17.21",
@@ -86,10 +86,10 @@
86
86
  "zod": "^3.25.76 || ^4.0.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-defaults": "0.17.1-next.1",
90
- "@backstage/backend-test-utils": "1.11.3-next.1",
91
- "@backstage/cli": "0.36.2-next.1",
92
- "@backstage/repo-tools": "0.17.2-next.0",
89
+ "@backstage/backend-defaults": "^0.17.1",
90
+ "@backstage/backend-test-utils": "^1.11.3",
91
+ "@backstage/cli": "^0.36.2",
92
+ "@backstage/repo-tools": "^0.17.2",
93
93
  "@types/express": "^4.17.6",
94
94
  "@types/supertest": "^2.0.8",
95
95
  "supertest": "^7.0.0"