@backstage/plugin-search-backend-node 0.0.0-nightly-20220601025619 → 0.0.0-nightly-20220602024936

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
- ## 0.0.0-nightly-20220601025619
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,10 +11,10 @@
11
11
 
12
12
  - 3bb25a9acc: Fixed a bug that prevented `TestPipeline.withSubject` from identifying valid `Readable` subjects that were technically transform streams.
13
13
  - Updated dependencies
14
- - @backstage/backend-tasks@0.0.0-nightly-20220601025619
15
- - @backstage/backend-common@0.0.0-nightly-20220601025619
16
- - @backstage/plugin-permission-common@0.0.0-nightly-20220601025619
17
- - @backstage/plugin-search-common@0.0.0-nightly-20220601025619
14
+ - @backstage/backend-tasks@0.0.0-nightly-20220602024936
15
+ - @backstage/backend-common@0.0.0-nightly-20220602024936
16
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220602024936
17
+ - @backstage/plugin-search-common@0.0.0-nightly-20220602024936
18
18
 
19
19
  ## 0.6.2-next.1
20
20
 
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-20220601025619",
4
+ "version": "0.0.0-nightly-20220602024936",
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-20220601025619",
27
- "@backstage/backend-tasks": "^0.0.0-nightly-20220601025619",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20220602024936",
27
+ "@backstage/backend-tasks": "^0.0.0-nightly-20220602024936",
28
28
  "@backstage/config": "^1.0.1",
29
29
  "@backstage/errors": "^1.0.0",
30
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220601025619",
31
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220601025619",
30
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220602024936",
31
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220602024936",
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-20220601025619",
42
- "@backstage/cli": "^0.0.0-nightly-20220601025619",
41
+ "@backstage/backend-common": "^0.0.0-nightly-20220602024936",
42
+ "@backstage/cli": "^0.0.0-nightly-20220602024936",
43
43
  "@types/ndjson": "^2.0.1"
44
44
  },
45
45
  "files": [