@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20260203031143 → 0.0.0-nightly-20260205031122

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20260203031143
3
+ ## 0.0.0-nightly-20260205031122
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7455dae: Use node prefix on native imports
8
+ - df27350: Updated dependency `@backstage-community/plugin-explore-common` to `^0.12.0`.
8
9
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260203031143
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20260203031143
11
- - @backstage/plugin-search-common@0.0.0-nightly-20260203031143
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260205031122
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20260205031122
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20260205031122
12
13
  - @backstage/config@1.3.6
13
14
 
14
15
  ## 0.3.11-next.0
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-20260203031143",
3
+ "version": "0.0.0-nightly-20260205031122",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "moved": "@backstage-community/plugin-search-backend-module-explore",
@@ -63,15 +63,15 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage-community/plugin-explore-common": "^0.9.0",
67
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260203031143",
66
+ "@backstage-community/plugin-explore-common": "^0.12.0",
67
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260205031122",
68
68
  "@backstage/config": "1.3.6",
69
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260203031143",
70
- "@backstage/plugin-search-common": "0.0.0-nightly-20260203031143"
69
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260205031122",
70
+ "@backstage/plugin-search-common": "0.0.0-nightly-20260205031122"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "0.0.0-nightly-20260203031143",
74
- "@backstage/cli": "0.0.0-nightly-20260203031143",
73
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260205031122",
74
+ "@backstage/cli": "0.0.0-nightly-20260205031122",
75
75
  "msw": "^1.2.1"
76
76
  },
77
77
  "configSchema": "config.d.ts"