@techdocs/cli 1.8.2 → 1.8.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.
- package/CHANGELOG.md +8 -0
- package/dist/embedded-app/.config-schema.json +45 -45
- package/dist/index.cjs.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -115,51 +115,6 @@
|
|
|
115
115
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
-
{
|
|
119
|
-
"path": "../core-components/config.d.ts",
|
|
120
|
-
"value": {
|
|
121
|
-
"type": "object",
|
|
122
|
-
"properties": {
|
|
123
|
-
"auth": {
|
|
124
|
-
"type": "object",
|
|
125
|
-
"properties": {
|
|
126
|
-
"autologout": {
|
|
127
|
-
"description": "Autologout feature configuration",
|
|
128
|
-
"type": "object",
|
|
129
|
-
"properties": {
|
|
130
|
-
"enabled": {
|
|
131
|
-
"description": "Enable or disable the autologout feature",
|
|
132
|
-
"visibility": "frontend",
|
|
133
|
-
"type": "boolean"
|
|
134
|
-
},
|
|
135
|
-
"idleTimeoutMinutes": {
|
|
136
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
137
|
-
"visibility": "frontend",
|
|
138
|
-
"type": "number"
|
|
139
|
-
},
|
|
140
|
-
"promptBeforeIdleSeconds": {
|
|
141
|
-
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
142
|
-
"visibility": "frontend",
|
|
143
|
-
"type": "number"
|
|
144
|
-
},
|
|
145
|
-
"useWorkerTimers": {
|
|
146
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
147
|
-
"visibility": "frontend",
|
|
148
|
-
"type": "boolean"
|
|
149
|
-
},
|
|
150
|
-
"logoutIfDisconnected": {
|
|
151
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
152
|
-
"visibility": "frontend",
|
|
153
|
-
"type": "boolean"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
118
|
{
|
|
164
119
|
"path": "../core-app-api/config.d.ts",
|
|
165
120
|
"value": {
|
|
@@ -368,6 +323,51 @@
|
|
|
368
323
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
369
324
|
}
|
|
370
325
|
},
|
|
326
|
+
{
|
|
327
|
+
"path": "../core-components/config.d.ts",
|
|
328
|
+
"value": {
|
|
329
|
+
"type": "object",
|
|
330
|
+
"properties": {
|
|
331
|
+
"auth": {
|
|
332
|
+
"type": "object",
|
|
333
|
+
"properties": {
|
|
334
|
+
"autologout": {
|
|
335
|
+
"description": "Autologout feature configuration",
|
|
336
|
+
"type": "object",
|
|
337
|
+
"properties": {
|
|
338
|
+
"enabled": {
|
|
339
|
+
"description": "Enable or disable the autologout feature",
|
|
340
|
+
"visibility": "frontend",
|
|
341
|
+
"type": "boolean"
|
|
342
|
+
},
|
|
343
|
+
"idleTimeoutMinutes": {
|
|
344
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
345
|
+
"visibility": "frontend",
|
|
346
|
+
"type": "number"
|
|
347
|
+
},
|
|
348
|
+
"promptBeforeIdleSeconds": {
|
|
349
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
350
|
+
"visibility": "frontend",
|
|
351
|
+
"type": "number"
|
|
352
|
+
},
|
|
353
|
+
"useWorkerTimers": {
|
|
354
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
355
|
+
"visibility": "frontend",
|
|
356
|
+
"type": "boolean"
|
|
357
|
+
},
|
|
358
|
+
"logoutIfDisconnected": {
|
|
359
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
360
|
+
"visibility": "frontend",
|
|
361
|
+
"type": "boolean"
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
371
|
{
|
|
372
372
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
373
373
|
"value": {
|
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
3
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"ext": "ts"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-common": "^0.21.
|
|
60
|
+
"@backstage/backend-common": "^0.21.1",
|
|
61
61
|
"@backstage/catalog-model": "^1.4.4",
|
|
62
62
|
"@backstage/cli-common": "^0.1.13",
|
|
63
63
|
"@backstage/config": "^1.1.1",
|
|
64
|
-
"@backstage/plugin-techdocs-node": "^1.11.
|
|
64
|
+
"@backstage/plugin-techdocs-node": "^1.11.3",
|
|
65
65
|
"@types/dockerode": "^3.3.0",
|
|
66
66
|
"commander": "^12.0.0",
|
|
67
67
|
"dockerode": "^4.0.0",
|