@backstage/plugin-search-backend-node 0.0.0-nightly-20221008024821 → 0.0.0-nightly-20221010030156
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 +7 -7
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-node
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20221010030156
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- a799972bb1: The search engine has been updated to take advantage of the `pageLimit` property on search queries. If none is provided, the search engine will continue to use its default value of 25 results per page.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-tasks@0.0.0-nightly-
|
|
10
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
12
|
-
- @backstage/config@0.0.0-nightly-
|
|
13
|
-
- @backstage/errors@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-permission-common@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-tasks@0.0.0-nightly-20221010030156
|
|
10
|
+
- @backstage/backend-common@0.0.0-nightly-20221010030156
|
|
11
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20221010030156
|
|
12
|
+
- @backstage/config@0.0.0-nightly-20221010030156
|
|
13
|
+
- @backstage/errors@0.0.0-nightly-20221010030156
|
|
14
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20221010030156
|
|
15
15
|
|
|
16
16
|
## 1.0.3-next.1
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-node",
|
|
3
3
|
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20221010030156",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"clean": "backstage-cli package clean"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
27
|
-
"@backstage/backend-tasks": "^0.0.0-nightly-
|
|
28
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
29
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
30
|
-
"@backstage/plugin-permission-common": "^0.0.0-nightly-
|
|
31
|
-
"@backstage/plugin-search-common": "^0.0.0-nightly-
|
|
26
|
+
"@backstage/backend-common": "^0.0.0-nightly-20221010030156",
|
|
27
|
+
"@backstage/backend-tasks": "^0.0.0-nightly-20221010030156",
|
|
28
|
+
"@backstage/config": "^0.0.0-nightly-20221010030156",
|
|
29
|
+
"@backstage/errors": "^0.0.0-nightly-20221010030156",
|
|
30
|
+
"@backstage/plugin-permission-common": "^0.0.0-nightly-20221010030156",
|
|
31
|
+
"@backstage/plugin-search-common": "^0.0.0-nightly-20221010030156",
|
|
32
32
|
"@types/lunr": "^2.3.3",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"lunr": "^2.3.9",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"winston": "^3.2.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
41
|
+
"@backstage/backend-common": "^0.0.0-nightly-20221010030156",
|
|
42
|
+
"@backstage/cli": "^0.0.0-nightly-20221010030156",
|
|
43
43
|
"@types/ndjson": "^2.0.1"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|