@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240311021106 → 0.0.0-nightly-20240313022044

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,32 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240311021106
3
+ ## 0.0.0-nightly-20240313022044
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bb368a5: Migrated to support new auth services.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240311021106
10
- - @backstage/config@0.0.0-nightly-20240311021106
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240311021106
12
- - @backstage/plugin-search-common@0.0.0-nightly-20240311021106
13
- - @backstage/backend-tasks@0.0.0-nightly-20240311021106
14
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240311021106
9
+ - @backstage/backend-common@0.0.0-nightly-20240313022044
10
+ - @backstage/config@0.0.0-nightly-20240313022044
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240313022044
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20240313022044
13
+ - @backstage/backend-tasks@0.0.0-nightly-20240313022044
14
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240313022044
15
15
  - @backstage/plugin-explore-common@0.0.2
16
16
 
17
+ ## 0.1.18-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.4-next.2
23
+ - @backstage/backend-plugin-api@0.6.14-next.2
24
+ - @backstage/backend-tasks@0.5.19-next.2
25
+ - @backstage/config@1.2.0-next.1
26
+ - @backstage/plugin-explore-common@0.0.2
27
+ - @backstage/plugin-search-backend-node@1.2.18-next.2
28
+ - @backstage/plugin-search-common@1.2.11-next.1
29
+
17
30
  ## 0.1.18-next.1
18
31
 
19
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240311021106",
3
+ "version": "0.0.0-nightly-20240313022044",
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-20240311021106",
3
+ "version": "0.0.0-nightly-20240313022044",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -45,19 +45,19 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/backend-common": "^0.0.0-nightly-20240311021106",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240311021106",
50
- "@backstage/backend-tasks": "^0.0.0-nightly-20240311021106",
51
- "@backstage/config": "^0.0.0-nightly-20240311021106",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20240313022044",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240313022044",
50
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240313022044",
51
+ "@backstage/config": "^0.0.0-nightly-20240313022044",
52
52
  "@backstage/plugin-explore-common": "^0.0.2",
53
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240311021106",
54
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240311021106",
53
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240313022044",
54
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240313022044",
55
55
  "node-fetch": "^2.6.7",
56
56
  "winston": "^3.2.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240311021106",
60
- "@backstage/cli": "^0.0.0-nightly-20240311021106",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240313022044",
60
+ "@backstage/cli": "^0.0.0-nightly-20240313022044",
61
61
  "msw": "^1.2.1"
62
62
  },
63
63
  "configSchema": "config.d.ts"