@backstage/plugin-techdocs-backend 2.1.2 → 2.1.3-next.1

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 (3) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/config.d.ts +1 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 2.1.3-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 592361e: The `techdocs` config is now marked as optional.
8
+
9
+ ## 2.1.3-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @backstage/backend-defaults@0.14.0-next.0
15
+ - @backstage/backend-plugin-api@1.5.1-next.0
16
+ - @backstage/integration@1.18.3-next.0
17
+ - @backstage/plugin-catalog-node@1.20.1-next.0
18
+ - @backstage/plugin-techdocs-node@1.13.10-next.0
19
+ - @backstage/config@1.3.6
20
+ - @backstage/catalog-client@1.12.1
21
+ - @backstage/catalog-model@1.7.6
22
+ - @backstage/errors@1.2.7
23
+ - @backstage/types@1.2.2
24
+
3
25
  ## 2.1.2
4
26
 
5
27
  ### Patch Changes
package/config.d.ts CHANGED
@@ -21,7 +21,7 @@ export interface Config {
21
21
  * Configuration options for the techdocs-backend plugin
22
22
  * @see http://backstage.io/docs/features/techdocs/configuration
23
23
  */
24
- techdocs: {
24
+ techdocs?: {
25
25
  /**
26
26
  * Documentation building process depends on the builder attr
27
27
  * @visibility frontend
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "2.1.2",
3
+ "version": "2.1.3-next.1",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -72,16 +72,16 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-defaults": "^0.13.1",
76
- "@backstage/backend-plugin-api": "^1.5.0",
77
- "@backstage/catalog-client": "^1.12.1",
78
- "@backstage/catalog-model": "^1.7.6",
79
- "@backstage/config": "^1.3.6",
80
- "@backstage/errors": "^1.2.7",
81
- "@backstage/integration": "^1.18.2",
82
- "@backstage/plugin-catalog-node": "^1.20.0",
83
- "@backstage/plugin-techdocs-node": "^1.13.9",
84
- "@backstage/types": "^1.2.2",
75
+ "@backstage/backend-defaults": "0.14.0-next.0",
76
+ "@backstage/backend-plugin-api": "1.5.1-next.0",
77
+ "@backstage/catalog-client": "1.12.1",
78
+ "@backstage/catalog-model": "1.7.6",
79
+ "@backstage/config": "1.3.6",
80
+ "@backstage/errors": "1.2.7",
81
+ "@backstage/integration": "1.18.3-next.0",
82
+ "@backstage/plugin-catalog-node": "1.20.1-next.0",
83
+ "@backstage/plugin-techdocs-node": "1.13.10-next.0",
84
+ "@backstage/types": "1.2.2",
85
85
  "express": "^4.17.1",
86
86
  "express-promise-router": "^4.1.0",
87
87
  "fs-extra": "^11.2.0",
@@ -90,9 +90,9 @@
90
90
  "winston": "^3.2.1"
91
91
  },
92
92
  "devDependencies": {
93
- "@backstage/backend-defaults": "^0.13.1",
94
- "@backstage/backend-test-utils": "^1.10.0",
95
- "@backstage/cli": "^0.34.5",
93
+ "@backstage/backend-defaults": "0.14.0-next.0",
94
+ "@backstage/backend-test-utils": "1.10.1-next.0",
95
+ "@backstage/cli": "0.34.6-next.1",
96
96
  "@types/express": "^4.17.6",
97
97
  "msw": "^2.0.0",
98
98
  "supertest": "^7.0.0"