@backstage/plugin-search-backend-node 0.0.0-nightly-20230102022421 → 0.0.0-nightly-20230104022659

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 +18 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,29 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
- ## 0.0.0-nightly-20230102022421
3
+ ## 0.0.0-nightly-20230104022659
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 011bd518b7: Fixed spelling mistakes in documentation.
8
8
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-20230102022421
10
- - @backstage/backend-common@0.0.0-nightly-20230102022421
11
- - @backstage/backend-tasks@0.0.0-nightly-20230102022421
9
+ - @backstage/backend-common@0.0.0-nightly-20230104022659
10
+ - @backstage/config@0.0.0-nightly-20230104022659
11
+ - @backstage/backend-tasks@0.0.0-nightly-20230104022659
12
12
  - @backstage/errors@1.1.4
13
- - @backstage/plugin-permission-common@0.0.0-nightly-20230102022421
14
- - @backstage/plugin-search-common@0.0.0-nightly-20230102022421
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230104022659
14
+ - @backstage/plugin-search-common@0.0.0-nightly-20230104022659
15
+
16
+ ## 1.1.1-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-common@0.18.0-next.0
22
+ - @backstage/config@1.0.6-next.0
23
+ - @backstage/backend-tasks@0.4.1-next.0
24
+ - @backstage/errors@1.1.4
25
+ - @backstage/plugin-permission-common@0.7.3-next.0
26
+ - @backstage/plugin-search-common@1.2.1-next.0
15
27
 
16
28
  ## 1.1.1-next.0
17
29
 
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-20230102022421",
4
+ "version": "0.0.0-nightly-20230104022659",
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-20230102022421",
27
- "@backstage/backend-tasks": "^0.0.0-nightly-20230102022421",
28
- "@backstage/config": "^0.0.0-nightly-20230102022421",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20230104022659",
27
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230104022659",
28
+ "@backstage/config": "^0.0.0-nightly-20230104022659",
29
29
  "@backstage/errors": "^1.1.4",
30
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230102022421",
31
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230102022421",
30
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230104022659",
31
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230104022659",
32
32
  "@types/lunr": "^2.3.3",
33
33
  "lodash": "^4.17.21",
34
34
  "lunr": "^2.3.9",
@@ -37,8 +37,8 @@
37
37
  "winston": "^3.2.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20230102022421",
41
- "@backstage/cli": "^0.0.0-nightly-20230102022421",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20230104022659",
41
+ "@backstage/cli": "^0.0.0-nightly-20230104022659",
42
42
  "@types/ndjson": "^2.0.1"
43
43
  },
44
44
  "files": [