@backstage/plugin-search-backend-node 0.0.0-nightly-202192522344 → 0.0.0-nightly-2021101222132

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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
- ## 0.0.0-nightly-202192522344
3
+ ## 0.4.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a369f19e7e: Handle special case when filter array has single value optimizing Lunr search behaviour.
8
8
  - Updated dependencies
9
- - @backstage/search-common@0.0.0-nightly-202192522344
9
+ - @backstage/search-common@0.2.1
10
10
 
11
11
  ## 0.4.2
12
12
 
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-202192522344",
4
+ "version": "0.0.0-nightly-2021101222132",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -20,14 +20,14 @@
20
20
  "clean": "backstage-cli clean"
21
21
  },
22
22
  "dependencies": {
23
- "@backstage/search-common": "^0.0.0-nightly-202192522344",
23
+ "@backstage/search-common": "^0.0.0-nightly-2021101222132",
24
24
  "winston": "^3.2.1",
25
25
  "lunr": "^2.3.9",
26
26
  "@types/lunr": "^2.3.3"
27
27
  },
28
28
  "devDependencies": {
29
- "@backstage/backend-common": "^0.0.0-nightly-202192522344",
30
- "@backstage/cli": "^0.0.0-nightly-202192522344"
29
+ "@backstage/backend-common": "^0.0.0-nightly-2021101222132",
30
+ "@backstage/cli": "^0.0.0-nightly-2021101222132"
31
31
  },
32
32
  "files": [
33
33
  "dist"