@backstage/plugin-techdocs-backend 2.1.3 → 2.1.4-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 +26 -0
- package/config.d.ts +0 -3
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-backend
|
|
2
2
|
|
|
3
|
+
## 2.1.4-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b6ff2a5: Some AWS `publisher` config options such as `region`, `endpoint`, `accountId` are now marked as `@visibility backend` instead of `secret`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-defaults@0.14.1-next.1
|
|
10
|
+
- @backstage/integration@1.19.2-next.0
|
|
11
|
+
- @backstage/plugin-techdocs-node@1.13.11-next.0
|
|
12
|
+
|
|
13
|
+
## 2.1.4-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/backend-defaults@0.14.1-next.0
|
|
19
|
+
- @backstage/backend-plugin-api@1.6.0
|
|
20
|
+
- @backstage/catalog-client@1.12.1
|
|
21
|
+
- @backstage/catalog-model@1.7.6
|
|
22
|
+
- @backstage/config@1.3.6
|
|
23
|
+
- @backstage/errors@1.2.7
|
|
24
|
+
- @backstage/integration@1.19.0
|
|
25
|
+
- @backstage/types@1.2.2
|
|
26
|
+
- @backstage/plugin-catalog-node@1.20.1
|
|
27
|
+
- @backstage/plugin-techdocs-node@1.13.10
|
|
28
|
+
|
|
3
29
|
## 2.1.3
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/config.d.ts
CHANGED
|
@@ -100,7 +100,6 @@ export interface Config {
|
|
|
100
100
|
* If account ID is not set and no credentials are set, environment variables or aws config file will be used to authenticate.
|
|
101
101
|
* @see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-environment.html
|
|
102
102
|
* @see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-shared.html
|
|
103
|
-
* @visibility secret
|
|
104
103
|
*/
|
|
105
104
|
accountId?: string;
|
|
106
105
|
/**
|
|
@@ -141,14 +140,12 @@ export interface Config {
|
|
|
141
140
|
* (Optional) AWS Region.
|
|
142
141
|
* If not set, AWS_REGION environment variable or aws config file will be used.
|
|
143
142
|
* @see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html
|
|
144
|
-
* @visibility secret
|
|
145
143
|
*/
|
|
146
144
|
region?: string;
|
|
147
145
|
/**
|
|
148
146
|
* (Optional) AWS Endpoint.
|
|
149
147
|
* The endpoint URI to send requests to. The default endpoint is built from the configured region.
|
|
150
148
|
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property
|
|
151
|
-
* @visibility secret
|
|
152
149
|
*/
|
|
153
150
|
endpoint?: string;
|
|
154
151
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-backend",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4-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": "
|
|
76
|
-
"@backstage/backend-plugin-api": "
|
|
77
|
-
"@backstage/catalog-client": "
|
|
78
|
-
"@backstage/catalog-model": "
|
|
79
|
-
"@backstage/config": "
|
|
80
|
-
"@backstage/errors": "
|
|
81
|
-
"@backstage/integration": "
|
|
82
|
-
"@backstage/plugin-catalog-node": "
|
|
83
|
-
"@backstage/plugin-techdocs-node": "
|
|
84
|
-
"@backstage/types": "
|
|
75
|
+
"@backstage/backend-defaults": "0.14.1-next.1",
|
|
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.2-next.0",
|
|
82
|
+
"@backstage/plugin-catalog-node": "1.20.1",
|
|
83
|
+
"@backstage/plugin-techdocs-node": "1.13.11-next.0",
|
|
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": "
|
|
94
|
-
"@backstage/backend-test-utils": "
|
|
95
|
-
"@backstage/cli": "
|
|
93
|
+
"@backstage/backend-defaults": "0.14.1-next.1",
|
|
94
|
+
"@backstage/backend-test-utils": "1.10.3-next.0",
|
|
95
|
+
"@backstage/cli": "0.35.2-next.1",
|
|
96
96
|
"@types/express": "^4.17.6",
|
|
97
97
|
"msw": "^2.0.0",
|
|
98
98
|
"supertest": "^7.0.0"
|