@backstage/plugin-search-backend 1.5.10-next.3 → 1.5.11
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.
- package/CHANGELOG.md +39 -0
- package/alpha/package.json +2 -2
- package/dist/alpha.d.ts +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend
|
|
2
2
|
|
|
3
|
+
## 1.5.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.23.1
|
|
9
|
+
- @backstage/backend-defaults@0.3.1
|
|
10
|
+
- @backstage/plugin-permission-node@0.7.31
|
|
11
|
+
- @backstage/plugin-search-backend-node@1.2.25
|
|
12
|
+
- @backstage/backend-openapi-utils@0.1.13
|
|
13
|
+
- @backstage/backend-plugin-api@0.6.20
|
|
14
|
+
- @backstage/config@1.2.0
|
|
15
|
+
- @backstage/errors@1.2.4
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
18
|
+
- @backstage/plugin-search-common@1.2.12
|
|
19
|
+
|
|
20
|
+
## 1.5.10
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 8869b8e: Updated local development setup.
|
|
25
|
+
- 78a0b08: Internal refactor to handle `BackendFeature` contract change.
|
|
26
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
27
|
+
- 5b6f979: Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup
|
|
28
|
+
- 34dc47d: Move @backstage/repo-tools to devDependencies
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/backend-common@0.23.0
|
|
31
|
+
- @backstage/backend-plugin-api@0.6.19
|
|
32
|
+
- @backstage/backend-defaults@0.3.0
|
|
33
|
+
- @backstage/plugin-search-backend-node@1.2.24
|
|
34
|
+
- @backstage/plugin-permission-node@0.7.30
|
|
35
|
+
- @backstage/plugin-permission-common@0.7.14
|
|
36
|
+
- @backstage/plugin-search-common@1.2.12
|
|
37
|
+
- @backstage/backend-openapi-utils@0.1.12
|
|
38
|
+
- @backstage/config@1.2.0
|
|
39
|
+
- @backstage/errors@1.2.4
|
|
40
|
+
- @backstage/types@1.1.1
|
|
41
|
+
|
|
3
42
|
## 1.5.10-next.3
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -4,6 +4,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
|
4
4
|
* The Search plugin is responsible for starting search indexing processes and return search results.
|
|
5
5
|
* @alpha
|
|
6
6
|
*/
|
|
7
|
-
declare const _default:
|
|
7
|
+
declare const _default: _backstage_backend_plugin_api.BackendFeatureCompat;
|
|
8
8
|
|
|
9
9
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11",
|
|
4
4
|
"description": "The Backstage backend plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"test": "backstage-cli package test"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@backstage/backend-common": "^0.23.
|
|
58
|
-
"@backstage/backend-defaults": "^0.3.
|
|
59
|
-
"@backstage/backend-openapi-utils": "^0.1.
|
|
60
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
57
|
+
"@backstage/backend-common": "^0.23.1",
|
|
58
|
+
"@backstage/backend-defaults": "^0.3.1",
|
|
59
|
+
"@backstage/backend-openapi-utils": "^0.1.13",
|
|
60
|
+
"@backstage/backend-plugin-api": "^0.6.20",
|
|
61
61
|
"@backstage/config": "^1.2.0",
|
|
62
62
|
"@backstage/errors": "^1.2.4",
|
|
63
|
-
"@backstage/plugin-permission-common": "^0.7.14
|
|
64
|
-
"@backstage/plugin-permission-node": "^0.7.
|
|
65
|
-
"@backstage/plugin-search-backend-node": "^1.2.
|
|
66
|
-
"@backstage/plugin-search-common": "^1.2.12
|
|
63
|
+
"@backstage/plugin-permission-common": "^0.7.14",
|
|
64
|
+
"@backstage/plugin-permission-node": "^0.7.31",
|
|
65
|
+
"@backstage/plugin-search-backend-node": "^1.2.25",
|
|
66
|
+
"@backstage/plugin-search-common": "^1.2.12",
|
|
67
67
|
"@backstage/types": "^1.1.1",
|
|
68
68
|
"@types/express": "^4.17.6",
|
|
69
69
|
"dataloader": "^2.0.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"zod": "^3.22.4"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
79
|
-
"@backstage/cli": "^0.26.
|
|
80
|
-
"@backstage/repo-tools": "^0.9.
|
|
78
|
+
"@backstage/backend-test-utils": "^0.4.1",
|
|
79
|
+
"@backstage/cli": "^0.26.8",
|
|
80
|
+
"@backstage/repo-tools": "^0.9.2",
|
|
81
81
|
"@types/supertest": "^2.0.8",
|
|
82
82
|
"supertest": "^6.1.3"
|
|
83
83
|
},
|