@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240301021339 → 0.0.0-nightly-20240303021152

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,17 +1,17 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240301021339
3
+ ## 0.0.0-nightly-20240303021152
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-20240301021339
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240301021339
11
- - @backstage/plugin-search-common@0.0.0-nightly-20240301021339
12
- - @backstage/backend-tasks@0.0.0-nightly-20240301021339
13
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240301021339
14
- - @backstage/config@0.0.0-nightly-20240301021339
9
+ - @backstage/backend-common@0.0.0-nightly-20240303021152
10
+ - @backstage/config@0.0.0-nightly-20240303021152
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240303021152
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20240303021152
13
+ - @backstage/backend-tasks@0.0.0-nightly-20240303021152
14
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240303021152
15
15
  - @backstage/plugin-explore-common@0.0.2
16
16
 
17
17
  ## 0.1.17-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240301021339",
3
+ "version": "0.0.0-nightly-20240303021152",
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-20240301021339",
3
+ "version": "0.0.0-nightly-20240303021152",
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-20240301021339",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240301021339",
50
- "@backstage/backend-tasks": "^0.0.0-nightly-20240301021339",
51
- "@backstage/config": "^0.0.0-nightly-20240301021339",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20240303021152",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240303021152",
50
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240303021152",
51
+ "@backstage/config": "^0.0.0-nightly-20240303021152",
52
52
  "@backstage/plugin-explore-common": "^0.0.2",
53
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240301021339",
54
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240301021339",
53
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240303021152",
54
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240303021152",
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-20240301021339",
60
- "@backstage/cli": "^0.0.0-nightly-20240301021339",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240303021152",
60
+ "@backstage/cli": "^0.0.0-nightly-20240303021152",
61
61
  "msw": "^1.2.1"
62
62
  },
63
63
  "configSchema": "config.d.ts"