@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240412021259 → 0.0.0-nightly-20240415030456

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,14 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240412021259
3
+ ## 0.0.0-nightly-20240415030456
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240412021259
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240412021259
10
- - @backstage/backend-tasks@0.0.0-nightly-20240412021259
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240412021259
8
+ - @backstage/backend-common@0.0.0-nightly-20240415030456
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240415030456
10
+ - @backstage/backend-tasks@0.0.0-nightly-20240415030456
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240415030456
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/plugin-explore-common@0.0.2
14
14
  - @backstage/plugin-search-common@1.2.11
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240412021259",
3
+ "version": "0.0.0-nightly-20240415030456",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240412021259",
3
+ "version": "0.0.0-nightly-20240415030456",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -45,19 +45,19 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/backend-common": "^0.0.0-nightly-20240412021259",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240412021259",
50
- "@backstage/backend-tasks": "^0.0.0-nightly-20240412021259",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20240415030456",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240415030456",
50
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240415030456",
51
51
  "@backstage/config": "^1.2.0",
52
52
  "@backstage/plugin-explore-common": "^0.0.2",
53
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240412021259",
53
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240415030456",
54
54
  "@backstage/plugin-search-common": "^1.2.11",
55
55
  "node-fetch": "^2.6.7",
56
56
  "winston": "^3.2.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240412021259",
60
- "@backstage/cli": "^0.0.0-nightly-20240412021259",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240415030456",
60
+ "@backstage/cli": "^0.0.0-nightly-20240415030456",
61
61
  "msw": "^1.2.1"
62
62
  },
63
63
  "configSchema": "config.d.ts"