@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20251213024329 → 0.0.0-nightly-20260115025113

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 +13 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,23 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20251213024329
3
+ ## 0.0.0-nightly-20260115025113
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 9b69262: Updated dependency `@backstage-community/plugin-explore-common` to `^0.9.0`.
8
7
  - Updated dependencies
9
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20251213024329
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20251213024329
8
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20260115025113
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260115025113
11
10
  - @backstage/config@1.3.6
12
- - @backstage/plugin-search-common@1.2.21
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20260115025113
12
+
13
+ ## 0.3.10
14
+
15
+ ### Patch Changes
16
+
17
+ - 9b69262: Updated dependency `@backstage-community/plugin-explore-common` to `^0.9.0`.
18
+ - Updated dependencies
19
+ - @backstage/plugin-search-backend-node@1.4.0
20
+ - @backstage/backend-plugin-api@1.6.0
13
21
 
14
22
  ## 0.3.10-next.1
15
23
 
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-20251213024329",
3
+ "version": "0.0.0-nightly-20260115025113",
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.9.0",
67
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251213024329",
67
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260115025113",
68
68
  "@backstage/config": "1.3.6",
69
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20251213024329",
70
- "@backstage/plugin-search-common": "1.2.21"
69
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260115025113",
70
+ "@backstage/plugin-search-common": "0.0.0-nightly-20260115025113"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "0.0.0-nightly-20251213024329",
74
- "@backstage/cli": "0.0.0-nightly-20251213024329",
73
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260115025113",
74
+ "@backstage/cli": "0.0.0-nightly-20260115025113",
75
75
  "msw": "^1.2.1"
76
76
  },
77
77
  "configSchema": "config.d.ts"