@backstage/plugin-search-backend-module-techdocs 0.0.0-nightly-20260729031221 → 0.0.0-nightly-20260730031533

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 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260729031221
3
+ ## 0.0.0-nightly-20260730031533
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20260729031221
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260729031221
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20260729031221
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260729031221
8
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20260730031533
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260730031533
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20260730031533
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260730031533
12
12
  - @backstage/catalog-client@1.16.1
13
13
  - @backstage/catalog-model@1.9.0
14
14
  - @backstage/config@1.3.8
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-20260729031221",
3
+ "version": "0.0.0-nightly-20260730031533",
4
4
  "description": "A module for the search backend that exports techdocs modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,22 +62,22 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260729031221",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260730031533",
66
66
  "@backstage/catalog-client": "1.16.1",
67
67
  "@backstage/catalog-model": "1.9.0",
68
68
  "@backstage/config": "1.3.8",
69
69
  "@backstage/plugin-catalog-common": "1.1.10",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260729031221",
70
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260730031533",
71
71
  "@backstage/plugin-permission-common": "0.9.9",
72
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260729031221",
72
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260730031533",
73
73
  "@backstage/plugin-search-common": "1.2.24",
74
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260729031221",
74
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260730031533",
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-20260729031221",
80
- "@backstage/cli": "0.0.0-nightly-20260729031221",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260730031533",
80
+ "@backstage/cli": "0.0.0-nightly-20260730031533",
81
81
  "msw": "^1.0.0"
82
82
  },
83
83
  "configSchema": "config.schema.json"