@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20241124023812 → 0.0.0-nightly-20241126023633

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