@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20241213023837 → 0.0.0-nightly-20241214023423

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20241213023837
3
+ ## 0.0.0-nightly-20241214023423
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ed0aaec: Update README
8
8
  - 5c9cc05: Use native fetch instead of node-fetch
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20241213023837
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241213023837
12
- - @backstage/config@0.0.0-nightly-20241213023837
13
- - @backstage/plugin-search-common@0.0.0-nightly-20241213023837
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241214023423
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241214023423
12
+ - @backstage/config@0.0.0-nightly-20241214023423
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20241214023423
14
14
 
15
15
  ## 0.2.6-next.2
16
16
 
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-20241213023837",
3
+ "version": "0.0.0-nightly-20241214023423",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -60,14 +60,14 @@
60
60
  "dependencies": {
61
61
  "@backstage-community/plugin-explore-common": "^0.0.7",
62
62
  "@backstage/backend-common": "^0.25.0",
63
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241213023837",
64
- "@backstage/config": "0.0.0-nightly-20241213023837",
65
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241213023837",
66
- "@backstage/plugin-search-common": "0.0.0-nightly-20241213023837"
63
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241214023423",
64
+ "@backstage/config": "0.0.0-nightly-20241214023423",
65
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241214023423",
66
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241214023423"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "0.0.0-nightly-20241213023837",
70
- "@backstage/cli": "0.0.0-nightly-20241213023837",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241214023423",
70
+ "@backstage/cli": "0.0.0-nightly-20241214023423",
71
71
  "msw": "^1.2.1"
72
72
  },
73
73
  "configSchema": "config.d.ts"