@backstage/plugin-techdocs-backend 2.1.3-next.2 → 2.1.3

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 +14 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 2.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - 2bae83a: Corrected `ErrorCallback` type to work with Node 22 types
9
+ - 592361e: The `techdocs` config is now marked as optional.
10
+ - Updated dependencies
11
+ - @backstage/integration@1.19.0
12
+ - @backstage/backend-defaults@0.14.0
13
+ - @backstage/plugin-techdocs-node@1.13.10
14
+ - @backstage/backend-plugin-api@1.6.0
15
+ - @backstage/plugin-catalog-node@1.20.1
16
+
3
17
  ## 2.1.3-next.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "2.1.3-next.2",
3
+ "version": "2.1.3",
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.14.0-next.1",
76
- "@backstage/backend-plugin-api": "1.6.0-next.1",
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.1",
82
- "@backstage/plugin-catalog-node": "1.20.1-next.1",
83
- "@backstage/plugin-techdocs-node": "1.13.10-next.1",
84
- "@backstage/types": "1.2.2",
75
+ "@backstage/backend-defaults": "^0.14.0",
76
+ "@backstage/backend-plugin-api": "^1.6.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.19.0",
82
+ "@backstage/plugin-catalog-node": "^1.20.1",
83
+ "@backstage/plugin-techdocs-node": "^1.13.10",
84
+ "@backstage/types": "^1.2.2",
85
85
  "express": "^4.22.0",
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.14.0-next.1",
94
- "@backstage/backend-test-utils": "1.10.2-next.1",
95
- "@backstage/cli": "0.35.0-next.2",
93
+ "@backstage/backend-defaults": "^0.14.0",
94
+ "@backstage/backend-test-utils": "^1.10.2",
95
+ "@backstage/cli": "^0.35.0",
96
96
  "@types/express": "^4.17.6",
97
97
  "msw": "^2.0.0",
98
98
  "supertest": "^7.0.0"