@backstage/plugin-techdocs-backend 1.4.0 → 1.4.1-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 +41 -0
  2. package/config.d.ts +0 -9
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.4.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.16.0-next.1
9
+ - @backstage/plugin-techdocs-node@1.4.2-next.1
10
+ - @backstage/catalog-client@1.1.2-next.0
11
+ - @backstage/catalog-model@1.1.3-next.0
12
+ - @backstage/config@1.0.4-next.0
13
+ - @backstage/errors@1.1.3-next.0
14
+ - @backstage/integration@1.4.0-next.0
15
+ - @backstage/plugin-catalog-common@1.0.8-next.0
16
+ - @backstage/plugin-permission-common@0.7.1-next.0
17
+ - @backstage/plugin-search-common@1.1.1-next.0
18
+
19
+ ## 1.4.1-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - a7607b5413: Replace usage of deprecataed `UrlReader.read` with `UrlReader.readUrl`.
24
+ - a6d779d58a: Remove explicit default visibility at `config.d.ts` files.
25
+
26
+ ```ts
27
+ /**
28
+ * @visibility backend
29
+ */
30
+ ```
31
+
32
+ - Updated dependencies
33
+ - @backstage/backend-common@0.16.0-next.0
34
+ - @backstage/plugin-techdocs-node@1.4.2-next.0
35
+ - @backstage/integration@1.4.0-next.0
36
+ - @backstage/catalog-model@1.1.3-next.0
37
+ - @backstage/plugin-permission-common@0.7.1-next.0
38
+ - @backstage/catalog-client@1.1.2-next.0
39
+ - @backstage/config@1.0.4-next.0
40
+ - @backstage/errors@1.1.3-next.0
41
+ - @backstage/plugin-catalog-common@1.0.8-next.0
42
+ - @backstage/plugin-search-common@1.1.1-next.0
43
+
3
44
  ## 1.4.0
4
45
 
5
46
  ### Minor Changes
package/config.d.ts CHANGED
@@ -101,13 +101,11 @@ export interface Config {
101
101
  secretAccessKey?: string;
102
102
  /**
103
103
  * ARN of role to be assumed
104
- * @visibility backend
105
104
  */
106
105
  roleArn?: string;
107
106
  };
108
107
  /**
109
108
  * (Required) Cloud Storage Bucket Name
110
- * @visibility backend
111
109
  */
112
110
  bucketName: string;
113
111
  /**
@@ -128,7 +126,6 @@ export interface Config {
128
126
  * (Optional) Whether to use path style URLs when communicating with S3.
129
127
  * Defaults to false.
130
128
  * This allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used to host tech docs.
131
- * @visibility backend
132
129
  */
133
130
  s3ForcePathStyle?: boolean;
134
131
 
@@ -167,17 +164,14 @@ export interface Config {
167
164
  };
168
165
  /**
169
166
  * (Required) Cloud Storage Container Name
170
- * @visibility backend
171
167
  */
172
168
  containerName: string;
173
169
  /**
174
170
  * (Required) Auth url sometimes OpenStack uses different port check your OpenStack apis.
175
- * @visibility backend
176
171
  */
177
172
  authUrl: string;
178
173
  /**
179
174
  * (Required) Swift URL
180
- * @visibility backend
181
175
  */
182
176
  swiftUrl: string;
183
177
  };
@@ -209,7 +203,6 @@ export interface Config {
209
203
  };
210
204
  /**
211
205
  * (Required) Cloud Storage Container Name
212
- * @visibility backend
213
206
  */
214
207
  containerName: string;
215
208
  };
@@ -223,7 +216,6 @@ export interface Config {
223
216
  googleGcs?: {
224
217
  /**
225
218
  * (Required) Cloud Storage Bucket Name
226
- * @visibility backend
227
219
  */
228
220
  bucketName: string;
229
221
  /**
@@ -237,7 +229,6 @@ export interface Config {
237
229
  * (Optional) GCP project ID that contains the bucket. Should be
238
230
  * set if credentials is not set, or if the service account in
239
231
  * the credentials belongs to a different project to the bucket.
240
- * @visibility backend
241
232
  */
242
233
  projectId?: string;
243
234
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
3
  "description": "The Backstage backend plugin that renders technical documentation for your components",
4
- "version": "1.4.0",
4
+ "version": "1.4.1-next.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,16 +33,16 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.15.2",
37
- "@backstage/catalog-client": "^1.1.1",
38
- "@backstage/catalog-model": "^1.1.2",
39
- "@backstage/config": "^1.0.3",
40
- "@backstage/errors": "^1.1.2",
41
- "@backstage/integration": "^1.3.2",
42
- "@backstage/plugin-catalog-common": "^1.0.7",
43
- "@backstage/plugin-permission-common": "^0.7.0",
44
- "@backstage/plugin-search-common": "^1.1.0",
45
- "@backstage/plugin-techdocs-node": "^1.4.1",
36
+ "@backstage/backend-common": "^0.16.0-next.1",
37
+ "@backstage/catalog-client": "^1.1.2-next.0",
38
+ "@backstage/catalog-model": "^1.1.3-next.0",
39
+ "@backstage/config": "^1.0.4-next.0",
40
+ "@backstage/errors": "^1.1.3-next.0",
41
+ "@backstage/integration": "^1.4.0-next.0",
42
+ "@backstage/plugin-catalog-common": "^1.0.8-next.0",
43
+ "@backstage/plugin-permission-common": "^0.7.1-next.0",
44
+ "@backstage/plugin-search-common": "^1.1.1-next.0",
45
+ "@backstage/plugin-techdocs-node": "^1.4.2-next.1",
46
46
  "@types/express": "^4.17.6",
47
47
  "dockerode": "^3.3.1",
48
48
  "express": "^4.17.1",
@@ -55,9 +55,9 @@
55
55
  "winston": "^3.2.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.1.29",
59
- "@backstage/cli": "^0.20.0",
60
- "@backstage/plugin-search-backend-node": "^1.0.3",
58
+ "@backstage/backend-test-utils": "^0.1.30-next.1",
59
+ "@backstage/cli": "^0.21.0-next.1",
60
+ "@backstage/plugin-search-backend-node": "^1.0.4-next.1",
61
61
  "@types/dockerode": "^3.3.0",
62
62
  "msw": "^0.47.0",
63
63
  "supertest": "^6.1.3"