@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240512052859 → 0.0.0-nightly-20240513021609

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,16 +1,16 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240512052859
3
+ ## 0.0.0-nightly-20240513021609
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ca6e2e0: Migrate search collator to use the new auth services.
8
8
  - 5d99272: Update README.md to point to explore plugin in community-plugins repository.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240512052859
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240512052859
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240512052859
13
- - @backstage/backend-tasks@0.0.0-nightly-20240512052859
10
+ - @backstage/backend-common@0.0.0-nightly-20240513021609
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240513021609
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240513021609
13
+ - @backstage/backend-tasks@0.0.0-nightly-20240513021609
14
14
 
15
15
  ## 0.1.24-next.1
16
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240512052859",
3
+ "version": "0.0.0-nightly-20240513021609",
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-20240512052859",
3
+ "version": "0.0.0-nightly-20240513021609",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -46,17 +46,17 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@backstage-community/plugin-explore-common": "^0.0.3",
49
- "@backstage/backend-common": "^0.0.0-nightly-20240512052859",
50
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240512052859",
51
- "@backstage/backend-tasks": "^0.0.0-nightly-20240512052859",
49
+ "@backstage/backend-common": "^0.0.0-nightly-20240513021609",
50
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240513021609",
51
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240513021609",
52
52
  "@backstage/config": "^1.2.0",
53
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240512052859",
53
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240513021609",
54
54
  "@backstage/plugin-search-common": "^1.2.11",
55
55
  "node-fetch": "^2.6.7"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240512052859",
59
- "@backstage/cli": "^0.0.0-nightly-20240512052859",
58
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240513021609",
59
+ "@backstage/cli": "^0.0.0-nightly-20240513021609",
60
60
  "msw": "^1.2.1"
61
61
  },
62
62
  "configSchema": "config.d.ts"