@techdocs/cli 0.0.0-nightly-20250328023613 → 0.0.0-nightly-20250330023748
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-20250330023748
|
|
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-20250330023748
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250330023748
|
|
10
10
|
- @backstage/catalog-model@1.7.3
|
|
11
11
|
- @backstage/cli-common@0.1.15
|
|
12
12
|
- @backstage/config@1.3.2
|
|
@@ -354,6 +354,52 @@
|
|
|
354
354
|
},
|
|
355
355
|
"packageName": "@backstage/core-app-api"
|
|
356
356
|
},
|
|
357
|
+
{
|
|
358
|
+
"path": "../core-components/config.d.ts",
|
|
359
|
+
"value": {
|
|
360
|
+
"type": "object",
|
|
361
|
+
"properties": {
|
|
362
|
+
"auth": {
|
|
363
|
+
"type": "object",
|
|
364
|
+
"properties": {
|
|
365
|
+
"autologout": {
|
|
366
|
+
"description": "Autologout feature configuration",
|
|
367
|
+
"type": "object",
|
|
368
|
+
"properties": {
|
|
369
|
+
"enabled": {
|
|
370
|
+
"description": "Enable or disable the autologout feature",
|
|
371
|
+
"visibility": "frontend",
|
|
372
|
+
"type": "boolean"
|
|
373
|
+
},
|
|
374
|
+
"idleTimeoutMinutes": {
|
|
375
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
376
|
+
"visibility": "frontend",
|
|
377
|
+
"type": "number"
|
|
378
|
+
},
|
|
379
|
+
"promptBeforeIdleSeconds": {
|
|
380
|
+
"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.",
|
|
381
|
+
"visibility": "frontend",
|
|
382
|
+
"type": "number"
|
|
383
|
+
},
|
|
384
|
+
"useWorkerTimers": {
|
|
385
|
+
"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.",
|
|
386
|
+
"visibility": "frontend",
|
|
387
|
+
"type": "boolean"
|
|
388
|
+
},
|
|
389
|
+
"logoutIfDisconnected": {
|
|
390
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
391
|
+
"visibility": "frontend",
|
|
392
|
+
"type": "boolean"
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
400
|
+
},
|
|
401
|
+
"packageName": "@backstage/core-components"
|
|
402
|
+
},
|
|
357
403
|
{
|
|
358
404
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
359
405
|
"value": {
|
|
@@ -1034,52 +1080,6 @@
|
|
|
1034
1080
|
},
|
|
1035
1081
|
"packageName": "@backstage/plugin-catalog"
|
|
1036
1082
|
},
|
|
1037
|
-
{
|
|
1038
|
-
"path": "../core-components/config.d.ts",
|
|
1039
|
-
"value": {
|
|
1040
|
-
"type": "object",
|
|
1041
|
-
"properties": {
|
|
1042
|
-
"auth": {
|
|
1043
|
-
"type": "object",
|
|
1044
|
-
"properties": {
|
|
1045
|
-
"autologout": {
|
|
1046
|
-
"description": "Autologout feature configuration",
|
|
1047
|
-
"type": "object",
|
|
1048
|
-
"properties": {
|
|
1049
|
-
"enabled": {
|
|
1050
|
-
"description": "Enable or disable the autologout feature",
|
|
1051
|
-
"visibility": "frontend",
|
|
1052
|
-
"type": "boolean"
|
|
1053
|
-
},
|
|
1054
|
-
"idleTimeoutMinutes": {
|
|
1055
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1056
|
-
"visibility": "frontend",
|
|
1057
|
-
"type": "number"
|
|
1058
|
-
},
|
|
1059
|
-
"promptBeforeIdleSeconds": {
|
|
1060
|
-
"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.",
|
|
1061
|
-
"visibility": "frontend",
|
|
1062
|
-
"type": "number"
|
|
1063
|
-
},
|
|
1064
|
-
"useWorkerTimers": {
|
|
1065
|
-
"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.",
|
|
1066
|
-
"visibility": "frontend",
|
|
1067
|
-
"type": "boolean"
|
|
1068
|
-
},
|
|
1069
|
-
"logoutIfDisconnected": {
|
|
1070
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1071
|
-
"visibility": "frontend",
|
|
1072
|
-
"type": "boolean"
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1080
|
-
},
|
|
1081
|
-
"packageName": "@backstage/core-components"
|
|
1082
|
-
},
|
|
1083
1083
|
{
|
|
1084
1084
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1085
1085
|
"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-20250330023748",
|
|
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-20250330023748",
|
|
48
48
|
"@backstage/catalog-model": "1.7.3",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
50
|
"@backstage/config": "1.3.2",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20250330023748",
|
|
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-20250330023748",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|