@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240813022007 → 0.0.0-nightly-20240814021923

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,19 +1,31 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240813022007
3
+ ## 0.0.0-nightly-20240814021923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
8
  - 93fc1a0: Updated dependency `@backstage-community/plugin-explore-common` to `^0.0.4`.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240813022007
11
- - @backstage/backend-common@0.0.0-nightly-20240813022007
12
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240813022007
13
- - @backstage/plugin-search-common@0.0.0-nightly-20240813022007
14
- - @backstage/backend-tasks@0.0.0-nightly-20240813022007
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240814021923
11
+ - @backstage/backend-common@0.0.0-nightly-20240814021923
12
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240814021923
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20240814021923
14
+ - @backstage/backend-tasks@0.0.0-nightly-20240814021923
15
15
  - @backstage/config@1.2.0
16
16
 
17
+ ## 0.1.29-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.8.0-next.3
23
+ - @backstage/backend-common@0.23.4-next.3
24
+ - @backstage/backend-tasks@0.5.28-next.3
25
+ - @backstage/config@1.2.0
26
+ - @backstage/plugin-search-backend-node@1.2.28-next.3
27
+ - @backstage/plugin-search-common@1.2.14-next.1
28
+
17
29
  ## 0.1.29-next.2
18
30
 
19
31
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore__alpha",
3
- "version": "0.0.0-nightly-20240813022007",
3
+ "version": "0.0.0-nightly-20240814021923",
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-20240813022007",
3
+ "version": "0.0.0-nightly-20240814021923",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,17 +48,17 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@backstage-community/plugin-explore-common": "^0.0.4",
51
- "@backstage/backend-common": "^0.0.0-nightly-20240813022007",
52
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240813022007",
53
- "@backstage/backend-tasks": "^0.0.0-nightly-20240813022007",
51
+ "@backstage/backend-common": "^0.0.0-nightly-20240814021923",
52
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240814021923",
53
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240814021923",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240813022007",
56
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240813022007",
55
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240814021923",
56
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240814021923",
57
57
  "node-fetch": "^2.7.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240813022007",
61
- "@backstage/cli": "^0.0.0-nightly-20240813022007",
60
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240814021923",
61
+ "@backstage/cli": "^0.0.0-nightly-20240814021923",
62
62
  "msw": "^1.2.1"
63
63
  },
64
64
  "configSchema": "config.d.ts"