@backstage/plugin-search-backend-module-techdocs 0.0.0-nightly-20260714031447 → 0.0.0-nightly-20260716031633

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 +16 -11
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,20 +1,25 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260714031447
3
+ ## 0.0.0-nightly-20260716031633
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20260714031447
9
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20260714031447
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260714031447
11
- - @backstage/catalog-client@0.0.0-nightly-20260714031447
12
- - @backstage/catalog-model@1.9.0
13
- - @backstage/config@1.3.8
14
- - @backstage/plugin-catalog-common@1.1.10
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260714031447
16
- - @backstage/plugin-permission-common@0.9.9
17
- - @backstage/plugin-search-common@1.2.24
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260716031633
9
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20260716031633
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260716031633
11
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20260716031633
12
+
13
+ ## 0.4.16
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-techdocs-node@1.15.2
19
+ - @backstage/backend-plugin-api@1.9.3
20
+ - @backstage/catalog-client@1.16.1
21
+ - @backstage/plugin-catalog-node@2.2.3
22
+ - @backstage/plugin-search-backend-node@1.4.6
18
23
 
19
24
  ## 0.4.16-next.0
20
25
 
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-20260714031447",
3
+ "version": "0.0.0-nightly-20260716031633",
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-20260714031447",
66
- "@backstage/catalog-client": "0.0.0-nightly-20260714031447",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260716031633",
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-20260714031447",
70
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260716031633",
71
71
  "@backstage/plugin-permission-common": "0.9.9",
72
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260714031447",
72
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20260716031633",
73
73
  "@backstage/plugin-search-common": "1.2.24",
74
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260714031447",
74
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260716031633",
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-20260714031447",
80
- "@backstage/cli": "0.0.0-nightly-20260714031447",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260716031633",
80
+ "@backstage/cli": "0.36.4",
81
81
  "msw": "^1.0.0"
82
82
  },
83
83
  "configSchema": "config.schema.json"