@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20250901024515 → 0.0.0-nightly-20250902024128

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-20250901024515
3
+ ## 0.0.0-nightly-20250902024128
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-20250901024515
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250902024128
10
10
  - @backstage/config@1.3.3
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20250901024515
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20250902024128
12
12
  - @backstage/plugin-search-common@1.2.19
13
13
 
14
14
  ## 0.3.6-next.0
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-20250901024515",
3
+ "version": "0.0.0-nightly-20250902024128",
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-20250901024515",
67
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250902024128",
68
68
  "@backstage/config": "1.3.3",
69
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250901024515",
69
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250902024128",
70
70
  "@backstage/plugin-search-common": "1.2.19"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "0.0.0-nightly-20250901024515",
74
- "@backstage/cli": "0.0.0-nightly-20250901024515",
73
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250902024128",
74
+ "@backstage/cli": "0.0.0-nightly-20250902024128",
75
75
  "msw": "^1.2.1"
76
76
  },
77
77
  "configSchema": "config.d.ts"