@backstage/plugin-techdocs-backend 0.0.0-nightly-20251231024731 → 0.0.0-nightly-20260102024955

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
- ## 0.0.0-nightly-20251231024731
3
+ ## 0.0.0-nightly-20260102024955
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b6ff2a5: Some AWS `publisher` config options such as `region`, `endpoint`, `accountId` are now marked as `@visibility backend` instead of `secret`.
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20251231024731
10
- - @backstage/integration@0.0.0-nightly-20251231024731
9
+ - @backstage/backend-defaults@0.0.0-nightly-20260102024955
10
+ - @backstage/integration@0.0.0-nightly-20260102024955
11
11
  - @backstage/backend-plugin-api@1.6.0
12
12
  - @backstage/catalog-client@1.12.1
13
13
  - @backstage/catalog-model@1.7.6
@@ -15,7 +15,7 @@
15
15
  - @backstage/errors@1.2.7
16
16
  - @backstage/types@1.2.2
17
17
  - @backstage/plugin-catalog-node@1.20.1
18
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20251231024731
18
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20260102024955
19
19
 
20
20
  ## 2.1.4-next.1
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "0.0.0-nightly-20251231024731",
3
+ "version": "0.0.0-nightly-20260102024955",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -72,15 +72,15 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-defaults": "0.0.0-nightly-20251231024731",
75
+ "@backstage/backend-defaults": "0.0.0-nightly-20260102024955",
76
76
  "@backstage/backend-plugin-api": "1.6.0",
77
77
  "@backstage/catalog-client": "1.12.1",
78
78
  "@backstage/catalog-model": "1.7.6",
79
79
  "@backstage/config": "1.3.6",
80
80
  "@backstage/errors": "1.2.7",
81
- "@backstage/integration": "0.0.0-nightly-20251231024731",
81
+ "@backstage/integration": "0.0.0-nightly-20260102024955",
82
82
  "@backstage/plugin-catalog-node": "1.20.1",
83
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251231024731",
83
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20260102024955",
84
84
  "@backstage/types": "1.2.2",
85
85
  "express": "^4.22.0",
86
86
  "express-promise-router": "^4.1.0",
@@ -90,9 +90,9 @@
90
90
  "winston": "^3.2.1"
91
91
  },
92
92
  "devDependencies": {
93
- "@backstage/backend-defaults": "0.0.0-nightly-20251231024731",
94
- "@backstage/backend-test-utils": "0.0.0-nightly-20251231024731",
95
- "@backstage/cli": "0.0.0-nightly-20251231024731",
93
+ "@backstage/backend-defaults": "0.0.0-nightly-20260102024955",
94
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260102024955",
95
+ "@backstage/cli": "0.0.0-nightly-20260102024955",
96
96
  "@types/express": "^4.17.6",
97
97
  "msw": "^2.0.0",
98
98
  "supertest": "^7.0.0"