@backstage/plugin-search-backend-node 0.0.0-nightly-20230617022331 → 0.0.0-nightly-20230618023152

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 CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
- ## 0.0.0-nightly-20230617022331
3
+ ## 0.0.0-nightly-20230618023152
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230617022331
9
- - @backstage/errors@0.0.0-nightly-20230617022331
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230617022331
11
- - @backstage/backend-tasks@0.0.0-nightly-20230617022331
12
- - @backstage/config@0.0.0-nightly-20230617022331
13
- - @backstage/plugin-permission-common@0.0.0-nightly-20230617022331
14
- - @backstage/plugin-search-common@0.0.0-nightly-20230617022331
8
+ - @backstage/backend-common@0.0.0-nightly-20230618023152
9
+ - @backstage/errors@0.0.0-nightly-20230618023152
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230618023152
11
+ - @backstage/backend-tasks@0.0.0-nightly-20230618023152
12
+ - @backstage/config@0.0.0-nightly-20230618023152
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230618023152
14
+ - @backstage/plugin-search-common@0.0.0-nightly-20230618023152
15
15
 
16
16
  ## 1.2.2-next.2
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-node",
3
- "version": "0.0.0-nightly-20230617022331",
3
+ "version": "0.0.0-nightly-20230618023152",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20230617022331",
4
+ "version": "0.0.0-nightly-20230618023152",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20230617022331",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230617022331",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230617022331",
40
- "@backstage/config": "^0.0.0-nightly-20230617022331",
41
- "@backstage/errors": "^0.0.0-nightly-20230617022331",
42
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230617022331",
43
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230617022331",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230618023152",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230618023152",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230618023152",
40
+ "@backstage/config": "^0.0.0-nightly-20230618023152",
41
+ "@backstage/errors": "^0.0.0-nightly-20230618023152",
42
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230618023152",
43
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230618023152",
44
44
  "@types/lunr": "^2.3.3",
45
45
  "lodash": "^4.17.21",
46
46
  "lunr": "^2.3.9",
@@ -49,8 +49,8 @@
49
49
  "winston": "^3.2.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-common": "^0.0.0-nightly-20230617022331",
53
- "@backstage/cli": "^0.0.0-nightly-20230617022331",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20230618023152",
53
+ "@backstage/cli": "^0.0.0-nightly-20230618023152",
54
54
  "@types/ndjson": "^2.0.1"
55
55
  },
56
56
  "files": [