@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20241210023835 → 0.0.0-nightly-20241211023757

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 +15 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,26 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20241210023835
3
+ ## 0.0.0-nightly-20241211023757
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ed0aaec: Update README
8
8
  - 5c9cc05: Use native fetch instead of node-fetch
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20241210023835
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241210023835
12
- - @backstage/config@0.0.0-nightly-20241210023835
13
- - @backstage/plugin-search-common@0.0.0-nightly-20241210023835
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241211023757
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241211023757
12
+ - @backstage/config@0.0.0-nightly-20241211023757
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20241211023757
14
+
15
+ ## 0.2.6-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.1.0-next.2
21
+ - @backstage/plugin-search-backend-node@1.3.6-next.2
22
+ - @backstage/config@1.3.1-next.0
23
+ - @backstage/plugin-search-common@1.2.16-next.0
14
24
 
15
25
  ## 0.2.6-next.1
16
26
 
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-20241210023835",
3
+ "version": "0.0.0-nightly-20241211023757",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -60,14 +60,14 @@
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-20241210023835",
64
- "@backstage/config": "0.0.0-nightly-20241210023835",
65
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241210023835",
66
- "@backstage/plugin-search-common": "0.0.0-nightly-20241210023835"
63
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241211023757",
64
+ "@backstage/config": "0.0.0-nightly-20241211023757",
65
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241211023757",
66
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241211023757"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "0.0.0-nightly-20241210023835",
70
- "@backstage/cli": "0.0.0-nightly-20241210023835",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241211023757",
70
+ "@backstage/cli": "0.0.0-nightly-20241211023757",
71
71
  "msw": "^1.2.1"
72
72
  },
73
73
  "configSchema": "config.d.ts"