@backstage/plugin-search-backend-module-techdocs 0.0.0-nightly-20260106025021 → 0.0.0-nightly-20260107024940

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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260106025021
3
+ ## 0.0.0-nightly-20260107024940
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,7 +14,7 @@
14
14
  - @backstage/plugin-catalog-node@1.20.1
15
15
  - @backstage/plugin-permission-common@0.9.3
16
16
  - @backstage/plugin-search-common@1.2.21
17
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20260106025021
17
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20260107024940
18
18
 
19
19
  ## 0.4.10-next.0
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.0.0-nightly-20260106025021",
3
+ "version": "0.0.0-nightly-20260107024940",
4
4
  "description": "A module for the search backend that exports techdocs modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -71,13 +71,13 @@
71
71
  "@backstage/plugin-permission-common": "0.9.3",
72
72
  "@backstage/plugin-search-backend-node": "1.4.0",
73
73
  "@backstage/plugin-search-common": "1.2.21",
74
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260106025021",
74
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260107024940",
75
75
  "lodash": "^4.17.21",
76
76
  "p-limit": "^3.1.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "0.0.0-nightly-20260106025021",
80
- "@backstage/cli": "0.0.0-nightly-20260106025021",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260107024940",
80
+ "@backstage/cli": "0.0.0-nightly-20260107024940",
81
81
  "msw": "^1.0.0"
82
82
  },
83
83
  "configSchema": "config.d.ts"