@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20250519024120 → 0.0.0-nightly-20250528023957

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 +20 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,30 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20250519024120
3
+ ## 0.0.0-nightly-20250528023957
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250519024120
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250528023957
9
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20250528023957
10
+
11
+ ## 0.3.3-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-plugin-api@1.4.0-next.0
17
+ - @backstage/plugin-search-backend-node@1.3.12-next.0
18
+
19
+ ## 0.3.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@1.3.1
9
25
  - @backstage/config@1.3.2
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20250519024120
11
- - @backstage/plugin-search-common@0.0.0-nightly-20250519024120
26
+ - @backstage/plugin-search-backend-node@1.3.11
27
+ - @backstage/plugin-search-common@1.2.18
12
28
 
13
29
  ## 0.3.2-next.2
14
30
 
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-20250519024120",
3
+ "version": "0.0.0-nightly-20250528023957",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -63,14 +63,14 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage-community/plugin-explore-common": "^0.0.7",
66
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250519024120",
66
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250528023957",
67
67
  "@backstage/config": "1.3.2",
68
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250519024120",
69
- "@backstage/plugin-search-common": "0.0.0-nightly-20250519024120"
68
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250528023957",
69
+ "@backstage/plugin-search-common": "1.2.18"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/backend-test-utils": "0.0.0-nightly-20250519024120",
73
- "@backstage/cli": "0.0.0-nightly-20250519024120",
72
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250528023957",
73
+ "@backstage/cli": "0.32.1",
74
74
  "msw": "^1.2.1"
75
75
  },
76
76
  "configSchema": "config.d.ts"