@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240316021101 → 0.0.0-nightly-20240317021146

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