@techdocs/cli 0.0.0-nightly-20260117024523 → 0.0.0-nightly-20260119025541
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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260119025541
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20260119025541
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20260119025541
|
|
10
10
|
- @backstage/catalog-model@1.7.6
|
|
11
11
|
- @backstage/cli-common@0.1.16
|
|
12
12
|
- @backstage/config@1.3.6
|
|
@@ -358,52 +358,6 @@
|
|
|
358
358
|
},
|
|
359
359
|
"packageName": "@backstage/core-app-api"
|
|
360
360
|
},
|
|
361
|
-
{
|
|
362
|
-
"path": "../core-components/config.d.ts",
|
|
363
|
-
"value": {
|
|
364
|
-
"type": "object",
|
|
365
|
-
"properties": {
|
|
366
|
-
"auth": {
|
|
367
|
-
"type": "object",
|
|
368
|
-
"properties": {
|
|
369
|
-
"autologout": {
|
|
370
|
-
"description": "Autologout feature configuration",
|
|
371
|
-
"type": "object",
|
|
372
|
-
"properties": {
|
|
373
|
-
"enabled": {
|
|
374
|
-
"description": "Enable or disable the autologout feature",
|
|
375
|
-
"visibility": "frontend",
|
|
376
|
-
"type": "boolean"
|
|
377
|
-
},
|
|
378
|
-
"idleTimeoutMinutes": {
|
|
379
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
380
|
-
"visibility": "frontend",
|
|
381
|
-
"type": "number"
|
|
382
|
-
},
|
|
383
|
-
"promptBeforeIdleSeconds": {
|
|
384
|
-
"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.",
|
|
385
|
-
"visibility": "frontend",
|
|
386
|
-
"type": "number"
|
|
387
|
-
},
|
|
388
|
-
"useWorkerTimers": {
|
|
389
|
-
"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.",
|
|
390
|
-
"visibility": "frontend",
|
|
391
|
-
"type": "boolean"
|
|
392
|
-
},
|
|
393
|
-
"logoutIfDisconnected": {
|
|
394
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
395
|
-
"visibility": "frontend",
|
|
396
|
-
"type": "boolean"
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
404
|
-
},
|
|
405
|
-
"packageName": "@backstage/core-components"
|
|
406
|
-
},
|
|
407
361
|
{
|
|
408
362
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
409
363
|
"value": {
|
|
@@ -465,6 +419,52 @@
|
|
|
465
419
|
},
|
|
466
420
|
"packageName": "@backstage/plugin-techdocs"
|
|
467
421
|
},
|
|
422
|
+
{
|
|
423
|
+
"path": "../core-components/config.d.ts",
|
|
424
|
+
"value": {
|
|
425
|
+
"type": "object",
|
|
426
|
+
"properties": {
|
|
427
|
+
"auth": {
|
|
428
|
+
"type": "object",
|
|
429
|
+
"properties": {
|
|
430
|
+
"autologout": {
|
|
431
|
+
"description": "Autologout feature configuration",
|
|
432
|
+
"type": "object",
|
|
433
|
+
"properties": {
|
|
434
|
+
"enabled": {
|
|
435
|
+
"description": "Enable or disable the autologout feature",
|
|
436
|
+
"visibility": "frontend",
|
|
437
|
+
"type": "boolean"
|
|
438
|
+
},
|
|
439
|
+
"idleTimeoutMinutes": {
|
|
440
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
441
|
+
"visibility": "frontend",
|
|
442
|
+
"type": "number"
|
|
443
|
+
},
|
|
444
|
+
"promptBeforeIdleSeconds": {
|
|
445
|
+
"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.",
|
|
446
|
+
"visibility": "frontend",
|
|
447
|
+
"type": "number"
|
|
448
|
+
},
|
|
449
|
+
"useWorkerTimers": {
|
|
450
|
+
"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.",
|
|
451
|
+
"visibility": "frontend",
|
|
452
|
+
"type": "boolean"
|
|
453
|
+
},
|
|
454
|
+
"logoutIfDisconnected": {
|
|
455
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
456
|
+
"visibility": "frontend",
|
|
457
|
+
"type": "boolean"
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
465
|
+
},
|
|
466
|
+
"packageName": "@backstage/core-components"
|
|
467
|
+
},
|
|
468
468
|
{
|
|
469
469
|
"path": "../integration/config.d.ts",
|
|
470
470
|
"value": {
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260119025541",
|
|
4
4
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"watch": "./src"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20260119025541",
|
|
48
48
|
"@backstage/catalog-model": "1.7.6",
|
|
49
49
|
"@backstage/cli-common": "0.1.16",
|
|
50
50
|
"@backstage/config": "1.3.6",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20260119025541",
|
|
52
52
|
"commander": "^12.0.0",
|
|
53
53
|
"fs-extra": "^11.0.0",
|
|
54
54
|
"global-agent": "^3.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"winston": "^3.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
61
|
+
"@backstage/cli": "0.0.0-nightly-20260119025541",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|