@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20250907023802 → 0.0.0-nightly-20250908023925

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-20250907023802
3
+ ## 0.0.0-nightly-20250908023925
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9a93520: Deprecate and mark explore collator as moved
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250907023802
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250908023925
10
10
  - @backstage/config@1.3.3
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20250907023802
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20250908023925
12
12
  - @backstage/plugin-search-common@1.2.19
13
13
 
14
14
  ## 0.3.7-next.1
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-20250907023802",
3
+ "version": "0.0.0-nightly-20250908023925",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "moved": "@backstage-community/plugin-search-backend-module-explore",
@@ -64,14 +64,14 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage-community/plugin-explore-common": "^0.5.0",
67
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250907023802",
67
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250908023925",
68
68
  "@backstage/config": "1.3.3",
69
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250907023802",
69
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250908023925",
70
70
  "@backstage/plugin-search-common": "1.2.19"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "0.0.0-nightly-20250907023802",
74
- "@backstage/cli": "0.0.0-nightly-20250907023802",
73
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250908023925",
74
+ "@backstage/cli": "0.0.0-nightly-20250908023925",
75
75
  "msw": "^1.2.1"
76
76
  },
77
77
  "configSchema": "config.d.ts"