@techdocs/cli 0.0.0-nightly-20250125022643 → 0.0.0-nightly-20250126023002

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,6 +1,6 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20250125022643
3
+ ## 0.0.0-nightly-20250126023002
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  - 69f84ac: Internal update to work with dynamic imports.
12
12
  - Updated dependencies
13
- - @backstage/backend-defaults@0.0.0-nightly-20250125022643
14
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250125022643
13
+ - @backstage/backend-defaults@0.0.0-nightly-20250126023002
14
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250126023002
15
15
  - @backstage/catalog-model@1.7.3
16
16
  - @backstage/cli-common@0.1.15
17
17
  - @backstage/config@1.3.2
@@ -1049,6 +1049,73 @@
1049
1049
  },
1050
1050
  "packageName": "@backstage/plugin-catalog"
1051
1051
  },
1052
+ {
1053
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1054
+ "value": {
1055
+ "type": "object",
1056
+ "properties": {
1057
+ "stackstorm": {
1058
+ "type": "object",
1059
+ "properties": {
1060
+ "webUrl": {
1061
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1062
+ "visibility": "frontend",
1063
+ "type": "string"
1064
+ }
1065
+ },
1066
+ "required": [
1067
+ "webUrl"
1068
+ ]
1069
+ }
1070
+ },
1071
+ "$schema": "http://json-schema.org/draft-07/schema#"
1072
+ },
1073
+ "packageName": "@backstage-community/plugin-stackstorm"
1074
+ },
1075
+ {
1076
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1077
+ "value": {
1078
+ "type": "object",
1079
+ "properties": {
1080
+ "scorecards": {
1081
+ "description": "Extra configuration for score card plugin",
1082
+ "type": "object",
1083
+ "properties": {
1084
+ "jsonDataUrl": {
1085
+ "description": "The public absolute root URL with json file defining the score card entries.",
1086
+ "visibility": "frontend",
1087
+ "type": "string"
1088
+ },
1089
+ "display": {
1090
+ "type": "object",
1091
+ "properties": {
1092
+ "reviewer": {
1093
+ "description": "Whether to display the reviewer column in the score card table.",
1094
+ "visibility": "frontend",
1095
+ "type": "string"
1096
+ },
1097
+ "reviewDate": {
1098
+ "description": "Whether to display the review date column in the score card table.",
1099
+ "visibility": "frontend",
1100
+ "type": "string"
1101
+ }
1102
+ }
1103
+ },
1104
+ "wikiLinkTemplate": {
1105
+ "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1106
+ "visibility": "frontend",
1107
+ "type": "string"
1108
+ }
1109
+ }
1110
+ }
1111
+ },
1112
+ "required": [
1113
+ "scorecards"
1114
+ ],
1115
+ "$schema": "http://json-schema.org/draft-07/schema#"
1116
+ },
1117
+ "packageName": "@oriflame/backstage-plugin-score-card"
1118
+ },
1052
1119
  {
1053
1120
  "path": "../backend-plugin-api/config.d.ts",
1054
1121
  "value": {
@@ -1068,6 +1135,52 @@
1068
1135
  },
1069
1136
  "packageName": "@backstage/backend-plugin-api"
1070
1137
  },
1138
+ {
1139
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1140
+ "value": {
1141
+ "type": "object",
1142
+ "properties": {
1143
+ "auth": {
1144
+ "description": "Configuration options for the auth plugin",
1145
+ "type": "object",
1146
+ "properties": {
1147
+ "providers": {
1148
+ "type": "object",
1149
+ "properties": {
1150
+ "guest": {
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "userEntityRef": {
1154
+ "description": "The entity reference to use for the guest user.",
1155
+ "default": "user:development/guest",
1156
+ "type": "string"
1157
+ },
1158
+ "ownershipEntityRefs": {
1159
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1160
+ "default": "[userEntityRef]",
1161
+ "type": "array",
1162
+ "items": {
1163
+ "type": "string"
1164
+ }
1165
+ },
1166
+ "dangerouslyAllowOutsideDevelopment": {
1167
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1168
+ "type": "boolean"
1169
+ }
1170
+ }
1171
+ }
1172
+ }
1173
+ }
1174
+ },
1175
+ "required": [
1176
+ "providers"
1177
+ ]
1178
+ }
1179
+ },
1180
+ "$schema": "http://json-schema.org/draft-07/schema#"
1181
+ },
1182
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1183
+ },
1071
1184
  {
1072
1185
  "path": "../../plugins/auth-backend/config.d.ts",
1073
1186
  "value": {
@@ -1327,117 +1440,96 @@
1327
1440
  "packageName": "@backstage/plugin-auth-backend"
1328
1441
  },
1329
1442
  {
1330
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1443
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1331
1444
  "value": {
1332
1445
  "type": "object",
1333
1446
  "properties": {
1334
1447
  "auth": {
1335
- "description": "Configuration options for the auth plugin",
1336
1448
  "type": "object",
1337
1449
  "properties": {
1338
- "providers": {
1450
+ "autologout": {
1451
+ "description": "Autologout feature configuration",
1339
1452
  "type": "object",
1340
1453
  "properties": {
1341
- "guest": {
1342
- "type": "object",
1343
- "properties": {
1344
- "userEntityRef": {
1345
- "description": "The entity reference to use for the guest user.",
1346
- "default": "user:development/guest",
1347
- "type": "string"
1348
- },
1349
- "ownershipEntityRefs": {
1350
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1351
- "default": "[userEntityRef]",
1352
- "type": "array",
1353
- "items": {
1354
- "type": "string"
1355
- }
1356
- },
1357
- "dangerouslyAllowOutsideDevelopment": {
1358
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1359
- "type": "boolean"
1360
- }
1361
- }
1454
+ "enabled": {
1455
+ "description": "Enable or disable the autologout feature",
1456
+ "visibility": "frontend",
1457
+ "type": "boolean"
1458
+ },
1459
+ "idleTimeoutMinutes": {
1460
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1461
+ "visibility": "frontend",
1462
+ "type": "number"
1463
+ },
1464
+ "promptBeforeIdleSeconds": {
1465
+ "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.",
1466
+ "visibility": "frontend",
1467
+ "type": "number"
1468
+ },
1469
+ "useWorkerTimers": {
1470
+ "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.",
1471
+ "visibility": "frontend",
1472
+ "type": "boolean"
1473
+ },
1474
+ "logoutIfDisconnected": {
1475
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1476
+ "visibility": "frontend",
1477
+ "type": "boolean"
1362
1478
  }
1363
1479
  }
1364
1480
  }
1365
- },
1366
- "required": [
1367
- "providers"
1368
- ]
1369
- }
1370
- },
1371
- "$schema": "http://json-schema.org/draft-07/schema#"
1372
- },
1373
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1374
- },
1375
- {
1376
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1377
- "value": {
1378
- "type": "object",
1379
- "properties": {
1380
- "stackstorm": {
1381
- "type": "object",
1382
- "properties": {
1383
- "webUrl": {
1384
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1385
- "visibility": "frontend",
1386
- "type": "string"
1387
- }
1388
- },
1389
- "required": [
1390
- "webUrl"
1391
- ]
1481
+ }
1392
1482
  }
1393
1483
  },
1394
1484
  "$schema": "http://json-schema.org/draft-07/schema#"
1395
1485
  },
1396
- "packageName": "@backstage-community/plugin-stackstorm"
1486
+ "packageName": "@backstage/core-components"
1397
1487
  },
1398
1488
  {
1399
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1489
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1400
1490
  "value": {
1401
1491
  "type": "object",
1402
1492
  "properties": {
1403
- "scorecards": {
1404
- "description": "Extra configuration for score card plugin",
1493
+ "auth": {
1405
1494
  "type": "object",
1406
1495
  "properties": {
1407
- "jsonDataUrl": {
1408
- "description": "The public absolute root URL with json file defining the score card entries.",
1409
- "visibility": "frontend",
1410
- "type": "string"
1411
- },
1412
- "display": {
1496
+ "autologout": {
1497
+ "description": "Autologout feature configuration",
1413
1498
  "type": "object",
1414
1499
  "properties": {
1415
- "reviewer": {
1416
- "description": "Whether to display the reviewer column in the score card table.",
1500
+ "enabled": {
1501
+ "description": "Enable or disable the autologout feature",
1417
1502
  "visibility": "frontend",
1418
- "type": "string"
1503
+ "type": "boolean"
1419
1504
  },
1420
- "reviewDate": {
1421
- "description": "Whether to display the review date column in the score card table.",
1505
+ "idleTimeoutMinutes": {
1506
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1422
1507
  "visibility": "frontend",
1423
- "type": "string"
1508
+ "type": "number"
1509
+ },
1510
+ "promptBeforeIdleSeconds": {
1511
+ "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.",
1512
+ "visibility": "frontend",
1513
+ "type": "number"
1514
+ },
1515
+ "useWorkerTimers": {
1516
+ "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.",
1517
+ "visibility": "frontend",
1518
+ "type": "boolean"
1519
+ },
1520
+ "logoutIfDisconnected": {
1521
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1522
+ "visibility": "frontend",
1523
+ "type": "boolean"
1424
1524
  }
1425
1525
  }
1426
- },
1427
- "wikiLinkTemplate": {
1428
- "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1429
- "visibility": "frontend",
1430
- "type": "string"
1431
1526
  }
1432
1527
  }
1433
1528
  }
1434
1529
  },
1435
- "required": [
1436
- "scorecards"
1437
- ],
1438
1530
  "$schema": "http://json-schema.org/draft-07/schema#"
1439
1531
  },
1440
- "packageName": "@oriflame/backstage-plugin-score-card"
1532
+ "packageName": "@backstage/core-components"
1441
1533
  },
1442
1534
  {
1443
1535
  "path": "../backend-app-api/config.d.ts",
@@ -2411,62 +2503,6 @@
2411
2503
  },
2412
2504
  "packageName": "@backstage/plugin-events-node"
2413
2505
  },
2414
- {
2415
- "path": "../../plugins/auth-backend-module-auth0-provider/config.d.ts",
2416
- "value": {
2417
- "type": "object",
2418
- "properties": {
2419
- "auth": {
2420
- "type": "object",
2421
- "properties": {
2422
- "providers": {
2423
- "type": "object",
2424
- "properties": {
2425
- "auth0": {
2426
- "visibility": "frontend",
2427
- "type": "object",
2428
- "additionalProperties": {
2429
- "type": "object",
2430
- "properties": {
2431
- "clientId": {
2432
- "type": "string"
2433
- },
2434
- "clientSecret": {
2435
- "visibility": "secret",
2436
- "type": "string"
2437
- },
2438
- "domain": {
2439
- "type": "string"
2440
- },
2441
- "callbackUrl": {
2442
- "type": "string"
2443
- },
2444
- "audience": {
2445
- "type": "string"
2446
- },
2447
- "connection": {
2448
- "type": "string"
2449
- },
2450
- "connectionScope": {
2451
- "type": "string"
2452
- }
2453
- },
2454
- "required": [
2455
- "clientId",
2456
- "clientSecret",
2457
- "domain"
2458
- ]
2459
- }
2460
- }
2461
- }
2462
- }
2463
- }
2464
- }
2465
- },
2466
- "$schema": "http://json-schema.org/draft-07/schema#"
2467
- },
2468
- "packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
2469
- },
2470
2506
  {
2471
2507
  "path": "../../plugins/auth-backend-module-atlassian-provider/config.d.ts",
2472
2508
  "value": {
@@ -2583,6 +2619,62 @@
2583
2619
  },
2584
2620
  "packageName": "@backstage/plugin-auth-backend-module-atlassian-provider"
2585
2621
  },
2622
+ {
2623
+ "path": "../../plugins/auth-backend-module-auth0-provider/config.d.ts",
2624
+ "value": {
2625
+ "type": "object",
2626
+ "properties": {
2627
+ "auth": {
2628
+ "type": "object",
2629
+ "properties": {
2630
+ "providers": {
2631
+ "type": "object",
2632
+ "properties": {
2633
+ "auth0": {
2634
+ "visibility": "frontend",
2635
+ "type": "object",
2636
+ "additionalProperties": {
2637
+ "type": "object",
2638
+ "properties": {
2639
+ "clientId": {
2640
+ "type": "string"
2641
+ },
2642
+ "clientSecret": {
2643
+ "visibility": "secret",
2644
+ "type": "string"
2645
+ },
2646
+ "domain": {
2647
+ "type": "string"
2648
+ },
2649
+ "callbackUrl": {
2650
+ "type": "string"
2651
+ },
2652
+ "audience": {
2653
+ "type": "string"
2654
+ },
2655
+ "connection": {
2656
+ "type": "string"
2657
+ },
2658
+ "connectionScope": {
2659
+ "type": "string"
2660
+ }
2661
+ },
2662
+ "required": [
2663
+ "clientId",
2664
+ "clientSecret",
2665
+ "domain"
2666
+ ]
2667
+ }
2668
+ }
2669
+ }
2670
+ }
2671
+ }
2672
+ }
2673
+ },
2674
+ "$schema": "http://json-schema.org/draft-07/schema#"
2675
+ },
2676
+ "packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
2677
+ },
2586
2678
  {
2587
2679
  "path": "../../plugins/auth-backend-module-bitbucket-provider/config.d.ts",
2588
2680
  "value": {
@@ -3549,7 +3641,7 @@
3549
3641
  "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
3550
3642
  },
3551
3643
  {
3552
- "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
3644
+ "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3553
3645
  "value": {
3554
3646
  "type": "object",
3555
3647
  "properties": {
@@ -3559,7 +3651,7 @@
3559
3651
  "providers": {
3560
3652
  "type": "object",
3561
3653
  "properties": {
3562
- "okta": {
3654
+ "oidc": {
3563
3655
  "visibility": "frontend",
3564
3656
  "type": "object",
3565
3657
  "additionalProperties": {
@@ -3572,16 +3664,16 @@
3572
3664
  "visibility": "secret",
3573
3665
  "type": "string"
3574
3666
  },
3575
- "audience": {
3667
+ "metadataUrl": {
3576
3668
  "type": "string"
3577
3669
  },
3578
- "authServerId": {
3670
+ "callbackUrl": {
3579
3671
  "type": "string"
3580
3672
  },
3581
- "idp": {
3673
+ "tokenEndpointAuthMethod": {
3582
3674
  "type": "string"
3583
3675
  },
3584
- "callbackUrl": {
3676
+ "tokenSignedResponseAlg": {
3585
3677
  "type": "string"
3586
3678
  },
3587
3679
  "additionalScopes": {
@@ -3597,6 +3689,9 @@
3597
3689
  }
3598
3690
  ]
3599
3691
  },
3692
+ "prompt": {
3693
+ "type": "string"
3694
+ },
3600
3695
  "signIn": {
3601
3696
  "type": "object",
3602
3697
  "properties": {
@@ -3604,18 +3699,6 @@
3604
3699
  "type": "array",
3605
3700
  "items": {
3606
3701
  "anyOf": [
3607
- {
3608
- "type": "object",
3609
- "properties": {
3610
- "resolver": {
3611
- "type": "string",
3612
- "const": "emailMatchingUserEntityAnnotation"
3613
- }
3614
- },
3615
- "required": [
3616
- "resolver"
3617
- ]
3618
- },
3619
3702
  {
3620
3703
  "type": "object",
3621
3704
  "properties": {
@@ -3657,7 +3740,8 @@
3657
3740
  },
3658
3741
  "required": [
3659
3742
  "clientId",
3660
- "clientSecret"
3743
+ "clientSecret",
3744
+ "metadataUrl"
3661
3745
  ]
3662
3746
  }
3663
3747
  }
@@ -3668,10 +3752,10 @@
3668
3752
  },
3669
3753
  "$schema": "http://json-schema.org/draft-07/schema#"
3670
3754
  },
3671
- "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
3755
+ "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
3672
3756
  },
3673
3757
  {
3674
- "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
3758
+ "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
3675
3759
  "value": {
3676
3760
  "type": "object",
3677
3761
  "properties": {
@@ -3681,7 +3765,7 @@
3681
3765
  "providers": {
3682
3766
  "type": "object",
3683
3767
  "properties": {
3684
- "oidc": {
3768
+ "okta": {
3685
3769
  "visibility": "frontend",
3686
3770
  "type": "object",
3687
3771
  "additionalProperties": {
@@ -3694,16 +3778,16 @@
3694
3778
  "visibility": "secret",
3695
3779
  "type": "string"
3696
3780
  },
3697
- "metadataUrl": {
3781
+ "audience": {
3698
3782
  "type": "string"
3699
3783
  },
3700
- "callbackUrl": {
3784
+ "authServerId": {
3701
3785
  "type": "string"
3702
3786
  },
3703
- "tokenEndpointAuthMethod": {
3787
+ "idp": {
3704
3788
  "type": "string"
3705
3789
  },
3706
- "tokenSignedResponseAlg": {
3790
+ "callbackUrl": {
3707
3791
  "type": "string"
3708
3792
  },
3709
3793
  "additionalScopes": {
@@ -3719,9 +3803,6 @@
3719
3803
  }
3720
3804
  ]
3721
3805
  },
3722
- "prompt": {
3723
- "type": "string"
3724
- },
3725
3806
  "signIn": {
3726
3807
  "type": "object",
3727
3808
  "properties": {
@@ -3729,6 +3810,18 @@
3729
3810
  "type": "array",
3730
3811
  "items": {
3731
3812
  "anyOf": [
3813
+ {
3814
+ "type": "object",
3815
+ "properties": {
3816
+ "resolver": {
3817
+ "type": "string",
3818
+ "const": "emailMatchingUserEntityAnnotation"
3819
+ }
3820
+ },
3821
+ "required": [
3822
+ "resolver"
3823
+ ]
3824
+ },
3732
3825
  {
3733
3826
  "type": "object",
3734
3827
  "properties": {
@@ -3770,8 +3863,7 @@
3770
3863
  },
3771
3864
  "required": [
3772
3865
  "clientId",
3773
- "clientSecret",
3774
- "metadataUrl"
3866
+ "clientSecret"
3775
3867
  ]
3776
3868
  }
3777
3869
  }
@@ -3782,7 +3874,7 @@
3782
3874
  },
3783
3875
  "$schema": "http://json-schema.org/draft-07/schema#"
3784
3876
  },
3785
- "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
3877
+ "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
3786
3878
  },
3787
3879
  {
3788
3880
  "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
@@ -3888,98 +3980,6 @@
3888
3980
  },
3889
3981
  "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
3890
3982
  },
3891
- {
3892
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
3893
- "value": {
3894
- "type": "object",
3895
- "properties": {
3896
- "auth": {
3897
- "type": "object",
3898
- "properties": {
3899
- "autologout": {
3900
- "description": "Autologout feature configuration",
3901
- "type": "object",
3902
- "properties": {
3903
- "enabled": {
3904
- "description": "Enable or disable the autologout feature",
3905
- "visibility": "frontend",
3906
- "type": "boolean"
3907
- },
3908
- "idleTimeoutMinutes": {
3909
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
3910
- "visibility": "frontend",
3911
- "type": "number"
3912
- },
3913
- "promptBeforeIdleSeconds": {
3914
- "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.",
3915
- "visibility": "frontend",
3916
- "type": "number"
3917
- },
3918
- "useWorkerTimers": {
3919
- "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.",
3920
- "visibility": "frontend",
3921
- "type": "boolean"
3922
- },
3923
- "logoutIfDisconnected": {
3924
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
3925
- "visibility": "frontend",
3926
- "type": "boolean"
3927
- }
3928
- }
3929
- }
3930
- }
3931
- }
3932
- },
3933
- "$schema": "http://json-schema.org/draft-07/schema#"
3934
- },
3935
- "packageName": "@backstage/core-components"
3936
- },
3937
- {
3938
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
3939
- "value": {
3940
- "type": "object",
3941
- "properties": {
3942
- "auth": {
3943
- "type": "object",
3944
- "properties": {
3945
- "autologout": {
3946
- "description": "Autologout feature configuration",
3947
- "type": "object",
3948
- "properties": {
3949
- "enabled": {
3950
- "description": "Enable or disable the autologout feature",
3951
- "visibility": "frontend",
3952
- "type": "boolean"
3953
- },
3954
- "idleTimeoutMinutes": {
3955
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
3956
- "visibility": "frontend",
3957
- "type": "number"
3958
- },
3959
- "promptBeforeIdleSeconds": {
3960
- "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.",
3961
- "visibility": "frontend",
3962
- "type": "number"
3963
- },
3964
- "useWorkerTimers": {
3965
- "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.",
3966
- "visibility": "frontend",
3967
- "type": "boolean"
3968
- },
3969
- "logoutIfDisconnected": {
3970
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
3971
- "visibility": "frontend",
3972
- "type": "boolean"
3973
- }
3974
- }
3975
- }
3976
- }
3977
- }
3978
- },
3979
- "$schema": "http://json-schema.org/draft-07/schema#"
3980
- },
3981
- "packageName": "@backstage/core-components"
3982
- },
3983
3983
  {
3984
3984
  "path": "../integration-aws-node/config.d.ts",
3985
3985
  "value": {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250125022643";
3
+ var version = "0.0.0-nightly-20250126023002";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
- "version": "0.0.0-nightly-20250125022643",
3
+ "version": "0.0.0-nightly-20250126023002",
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-20250125022643",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250126023002",
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-20250125022643",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250126023002",
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-20250125022643",
61
+ "@backstage/cli": "0.0.0-nightly-20250126023002",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",