@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20241105023134 → 0.0.0-nightly-20241106023105

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,24 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20241105023134
3
+ ## 0.0.0-nightly-20241106023105
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a9a7c7c: Updated dependency `@backstage-community/plugin-explore-common` to `^0.0.7`.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241105023134
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241106023105
10
10
  - @backstage/config@1.2.0
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241105023134
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241106023105
12
+ - @backstage/plugin-search-common@1.2.14
13
+
14
+ ## 0.2.5-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.0.2-next.2
20
+ - @backstage/config@1.2.0
21
+ - @backstage/plugin-search-backend-node@1.3.5-next.2
12
22
  - @backstage/plugin-search-common@1.2.14
13
23
 
14
24
  ## 0.2.5-next.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore__alpha",
3
- "version": "0.0.0-nightly-20241105023134",
3
+ "version": "0.0.0-nightly-20241106023105",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20241105023134",
3
+ "version": "0.0.0-nightly-20241106023105",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -51,15 +51,15 @@
51
51
  "dependencies": {
52
52
  "@backstage-community/plugin-explore-common": "^0.0.7",
53
53
  "@backstage/backend-common": "^0.25.0",
54
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241105023134",
54
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241106023105",
55
55
  "@backstage/config": "1.2.0",
56
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241105023134",
56
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241106023105",
57
57
  "@backstage/plugin-search-common": "1.2.14",
58
58
  "node-fetch": "^2.7.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "0.0.0-nightly-20241105023134",
62
- "@backstage/cli": "0.0.0-nightly-20241105023134",
61
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241106023105",
62
+ "@backstage/cli": "0.0.0-nightly-20241106023105",
63
63
  "msw": "^1.2.1"
64
64
  },
65
65
  "configSchema": "config.d.ts"