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

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20260203031143
3
+ ## 0.0.0-nightly-20260204030923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7455dae: Use node prefix on native imports
8
8
  - 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
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260204030923
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20260204030923
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20260204030923
12
12
  - @backstage/config@1.3.6
13
13
 
14
14
  ## 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-20260204030923",
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",
@@ -64,14 +64,14 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage-community/plugin-explore-common": "^0.9.0",
67
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260203031143",
67
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260204030923",
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-20260204030923",
70
+ "@backstage/plugin-search-common": "0.0.0-nightly-20260204030923"
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-20260204030923",
74
+ "@backstage/cli": "0.0.0-nightly-20260204030923",
75
75
  "msw": "^1.2.1"
76
76
  },
77
77
  "configSchema": "config.d.ts"