@backstage/plugin-techdocs-backend 1.10.4 → 1.10.5-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.
- package/CHANGELOG.md +27 -0
- package/alpha/package.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-backend
|
|
2
2
|
|
|
3
|
+
## 1.10.5-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.22.0-next.1
|
|
9
|
+
- @backstage/plugin-search-backend-module-techdocs@0.1.23-next.1
|
|
10
|
+
- @backstage/plugin-techdocs-node@1.12.4-next.1
|
|
11
|
+
- @backstage/backend-plugin-api@0.6.18-next.1
|
|
12
|
+
|
|
13
|
+
## 1.10.5-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/catalog-model@1.5.0-next.0
|
|
19
|
+
- @backstage/backend-common@0.21.8-next.0
|
|
20
|
+
- @backstage/backend-plugin-api@0.6.18-next.0
|
|
21
|
+
- @backstage/catalog-client@1.6.5-next.0
|
|
22
|
+
- @backstage/plugin-catalog-common@1.0.23-next.0
|
|
23
|
+
- @backstage/plugin-search-backend-module-techdocs@0.1.23-next.0
|
|
24
|
+
- @backstage/plugin-techdocs-node@1.12.4-next.0
|
|
25
|
+
- @backstage/config@1.2.0
|
|
26
|
+
- @backstage/errors@1.2.4
|
|
27
|
+
- @backstage/integration@1.10.0
|
|
28
|
+
- @backstage/plugin-permission-common@0.7.13
|
|
29
|
+
|
|
3
30
|
## 1.10.4
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -561,7 +561,7 @@ class CachedEntityLoader {
|
|
|
561
561
|
var __defProp$1 = Object.defineProperty;
|
|
562
562
|
var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
563
563
|
var __publicField$1 = (obj, key, value) => {
|
|
564
|
-
__defNormalProp$1(obj,
|
|
564
|
+
__defNormalProp$1(obj, key + "" , value);
|
|
565
565
|
return value;
|
|
566
566
|
};
|
|
567
567
|
class DefaultDocsBuildStrategy {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-backend",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.5-next.1",
|
|
4
4
|
"description": "The Backstage backend plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin"
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"test": "backstage-cli package test"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@backstage/backend-common": "^0.
|
|
53
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
54
|
-
"@backstage/catalog-client": "^1.6.
|
|
55
|
-
"@backstage/catalog-model": "^1.
|
|
52
|
+
"@backstage/backend-common": "^0.22.0-next.1",
|
|
53
|
+
"@backstage/backend-plugin-api": "^0.6.18-next.1",
|
|
54
|
+
"@backstage/catalog-client": "^1.6.5-next.0",
|
|
55
|
+
"@backstage/catalog-model": "^1.5.0-next.0",
|
|
56
56
|
"@backstage/config": "^1.2.0",
|
|
57
57
|
"@backstage/errors": "^1.2.4",
|
|
58
58
|
"@backstage/integration": "^1.10.0",
|
|
59
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
59
|
+
"@backstage/plugin-catalog-common": "^1.0.23-next.0",
|
|
60
60
|
"@backstage/plugin-permission-common": "^0.7.13",
|
|
61
|
-
"@backstage/plugin-search-backend-module-techdocs": "^0.1.
|
|
62
|
-
"@backstage/plugin-techdocs-node": "^1.12.
|
|
61
|
+
"@backstage/plugin-search-backend-module-techdocs": "^0.1.23-next.1",
|
|
62
|
+
"@backstage/plugin-techdocs-node": "^1.12.4-next.1",
|
|
63
63
|
"@types/express": "^4.17.6",
|
|
64
64
|
"dockerode": "^4.0.0",
|
|
65
65
|
"express": "^4.17.1",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"winston": "^3.2.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@backstage/backend-test-utils": "^0.3.
|
|
76
|
-
"@backstage/cli": "^0.26.
|
|
75
|
+
"@backstage/backend-test-utils": "^0.3.8-next.1",
|
|
76
|
+
"@backstage/cli": "^0.26.5-next.0",
|
|
77
77
|
"@types/dockerode": "^3.3.0",
|
|
78
78
|
"msw": "^1.0.0",
|
|
79
79
|
"supertest": "^6.1.3"
|