@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20230714023527 → 0.0.0-nightly-20230716023814

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-module-explore
2
2
 
3
- ## 0.0.0-nightly-20230714023527
3
+ ## 0.0.0-nightly-20230716023814
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230714023527
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20230714023527
10
- - @backstage/backend-tasks@0.0.0-nightly-20230714023527
8
+ - @backstage/backend-common@0.0.0-nightly-20230716023814
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230716023814
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230716023814
11
11
  - @backstage/config@1.0.8
12
12
  - @backstage/plugin-explore-common@0.0.1
13
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230714023527
14
- - @backstage/plugin-search-common@0.0.0-nightly-20230714023527
13
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230716023814
14
+ - @backstage/plugin-search-common@0.0.0-nightly-20230716023814
15
15
 
16
16
  ## 0.1.3-next.0
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20230714023527",
3
+ "version": "0.0.0-nightly-20230716023814",
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-20230714023527",
4
+ "version": "0.0.0-nightly-20230716023814",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,19 +34,19 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20230714023527",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230714023527",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230714023527",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230716023814",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230716023814",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230716023814",
40
40
  "@backstage/config": "^1.0.8",
41
41
  "@backstage/plugin-explore-common": "^0.0.1",
42
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230714023527",
43
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230714023527",
42
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230716023814",
43
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230716023814",
44
44
  "node-fetch": "^2.6.7",
45
45
  "winston": "^3.2.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230714023527",
49
- "@backstage/cli": "^0.0.0-nightly-20230714023527",
48
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230716023814",
49
+ "@backstage/cli": "^0.0.0-nightly-20230716023814",
50
50
  "msw": "^1.2.1"
51
51
  },
52
52
  "files": [