@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20230914021123 → 0.0.0-nightly-20230916020933

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,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20230914021123
3
+ ## 0.0.0-nightly-20230916020933
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -21,13 +21,13 @@
21
21
  ```
22
22
 
23
23
  - Updated dependencies
24
- - @backstage/config@0.0.0-nightly-20230914021123
25
- - @backstage/plugin-explore-common@0.0.0-nightly-20230914021123
26
- - @backstage/plugin-search-common@0.0.0-nightly-20230914021123
27
- - @backstage/backend-common@0.0.0-nightly-20230914021123
28
- - @backstage/backend-plugin-api@0.0.0-nightly-20230914021123
29
- - @backstage/backend-tasks@0.0.0-nightly-20230914021123
30
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230914021123
24
+ - @backstage/backend-tasks@0.0.0-nightly-20230916020933
25
+ - @backstage/config@0.0.0-nightly-20230916020933
26
+ - @backstage/plugin-explore-common@0.0.0-nightly-20230916020933
27
+ - @backstage/plugin-search-common@0.0.0-nightly-20230916020933
28
+ - @backstage/backend-common@0.0.0-nightly-20230916020933
29
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230916020933
30
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230916020933
31
31
 
32
32
  ## 0.1.7-next.3
33
33
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20230914021123",
3
+ "version": "0.0.0-nightly-20230916020933",
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-module-explore",
3
3
  "description": "A module for the search backend that exports explore modules",
4
- "version": "0.0.0-nightly-20230914021123",
4
+ "version": "0.0.0-nightly-20230916020933",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,19 +40,19 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20230914021123",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230914021123",
45
- "@backstage/backend-tasks": "^0.0.0-nightly-20230914021123",
46
- "@backstage/config": "^0.0.0-nightly-20230914021123",
47
- "@backstage/plugin-explore-common": "^0.0.0-nightly-20230914021123",
48
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230914021123",
49
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230914021123",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20230916020933",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230916020933",
45
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230916020933",
46
+ "@backstage/config": "^0.0.0-nightly-20230916020933",
47
+ "@backstage/plugin-explore-common": "^0.0.0-nightly-20230916020933",
48
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230916020933",
49
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230916020933",
50
50
  "node-fetch": "^2.6.7",
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230914021123",
55
- "@backstage/cli": "^0.0.0-nightly-20230914021123",
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230916020933",
55
+ "@backstage/cli": "^0.0.0-nightly-20230916020933",
56
56
  "msw": "^1.2.1"
57
57
  },
58
58
  "files": [