@techdocs/cli 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240730021827

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-20240728022021
3
+ ## 0.0.0-nightly-20240730021827
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20240728022021
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240728022021
8
+ - @backstage/backend-defaults@0.0.0-nightly-20240730021827
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240730021827
10
10
  - @backstage/catalog-model@1.5.0
11
11
  - @backstage/cli-common@0.1.14
12
12
  - @backstage/config@1.2.0
@@ -354,51 +354,6 @@
354
354
  "$schema": "http://json-schema.org/draft-07/schema#"
355
355
  }
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
- },
402
357
  {
403
358
  "path": "../../plugins/techdocs/config.d.ts",
404
359
  "value": {
@@ -444,6 +399,51 @@
444
399
  "$schema": "http://json-schema.org/draft-07/schema#"
445
400
  }
446
401
  },
402
+ {
403
+ "path": "../core-components/config.d.ts",
404
+ "value": {
405
+ "type": "object",
406
+ "properties": {
407
+ "auth": {
408
+ "type": "object",
409
+ "properties": {
410
+ "autologout": {
411
+ "description": "Autologout feature configuration",
412
+ "type": "object",
413
+ "properties": {
414
+ "enabled": {
415
+ "description": "Enable or disable the autologout feature",
416
+ "visibility": "frontend",
417
+ "type": "boolean"
418
+ },
419
+ "idleTimeoutMinutes": {
420
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
421
+ "visibility": "frontend",
422
+ "type": "number"
423
+ },
424
+ "promptBeforeIdleSeconds": {
425
+ "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.",
426
+ "visibility": "frontend",
427
+ "type": "number"
428
+ },
429
+ "useWorkerTimers": {
430
+ "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.",
431
+ "visibility": "frontend",
432
+ "type": "boolean"
433
+ },
434
+ "logoutIfDisconnected": {
435
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
436
+ "visibility": "frontend",
437
+ "type": "boolean"
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ },
444
+ "$schema": "http://json-schema.org/draft-07/schema#"
445
+ }
446
+ },
447
447
  {
448
448
  "path": "../integration/config.d.ts",
449
449
  "value": {
@@ -1031,6 +1031,56 @@
1031
1031
  "$schema": "http://json-schema.org/draft-07/schema#"
1032
1032
  }
1033
1033
  },
1034
+ {
1035
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1036
+ "value": {
1037
+ "type": "object",
1038
+ "properties": {
1039
+ "stackstorm": {
1040
+ "type": "object",
1041
+ "properties": {
1042
+ "webUrl": {
1043
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1044
+ "visibility": "frontend",
1045
+ "type": "string"
1046
+ }
1047
+ },
1048
+ "required": [
1049
+ "webUrl"
1050
+ ]
1051
+ }
1052
+ },
1053
+ "$schema": "http://json-schema.org/draft-07/schema#"
1054
+ }
1055
+ },
1056
+ {
1057
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1058
+ "value": {
1059
+ "type": "object",
1060
+ "properties": {
1061
+ "scorecards": {
1062
+ "description": "Extra configuration for score card plugin",
1063
+ "type": "object",
1064
+ "properties": {
1065
+ "jsonDataUrl": {
1066
+ "description": "The public absolute root URL with json file defining the score card entries.",
1067
+ "visibility": "frontend",
1068
+ "type": "string"
1069
+ },
1070
+ "wikiLinkTemplate": {
1071
+ "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1072
+ "visibility": "frontend",
1073
+ "type": "string"
1074
+ }
1075
+ }
1076
+ }
1077
+ },
1078
+ "required": [
1079
+ "scorecards"
1080
+ ],
1081
+ "$schema": "http://json-schema.org/draft-07/schema#"
1082
+ }
1083
+ },
1034
1084
  {
1035
1085
  "path": "../backend-common/config.d.ts",
1036
1086
  "value": {
@@ -1458,52 +1508,92 @@
1458
1508
  }
1459
1509
  },
1460
1510
  {
1461
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1511
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1462
1512
  "value": {
1463
1513
  "type": "object",
1464
1514
  "properties": {
1465
- "stackstorm": {
1515
+ "auth": {
1466
1516
  "type": "object",
1467
1517
  "properties": {
1468
- "webUrl": {
1469
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1470
- "visibility": "frontend",
1471
- "type": "string"
1518
+ "autologout": {
1519
+ "description": "Autologout feature configuration",
1520
+ "type": "object",
1521
+ "properties": {
1522
+ "enabled": {
1523
+ "description": "Enable or disable the autologout feature",
1524
+ "visibility": "frontend",
1525
+ "type": "boolean"
1526
+ },
1527
+ "idleTimeoutMinutes": {
1528
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1529
+ "visibility": "frontend",
1530
+ "type": "number"
1531
+ },
1532
+ "promptBeforeIdleSeconds": {
1533
+ "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.",
1534
+ "visibility": "frontend",
1535
+ "type": "number"
1536
+ },
1537
+ "useWorkerTimers": {
1538
+ "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.",
1539
+ "visibility": "frontend",
1540
+ "type": "boolean"
1541
+ },
1542
+ "logoutIfDisconnected": {
1543
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1544
+ "visibility": "frontend",
1545
+ "type": "boolean"
1546
+ }
1547
+ }
1472
1548
  }
1473
- },
1474
- "required": [
1475
- "webUrl"
1476
- ]
1549
+ }
1477
1550
  }
1478
1551
  },
1479
1552
  "$schema": "http://json-schema.org/draft-07/schema#"
1480
1553
  }
1481
1554
  },
1482
1555
  {
1483
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1556
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1484
1557
  "value": {
1485
1558
  "type": "object",
1486
1559
  "properties": {
1487
- "scorecards": {
1488
- "description": "Extra configuration for score card plugin",
1560
+ "auth": {
1489
1561
  "type": "object",
1490
1562
  "properties": {
1491
- "jsonDataUrl": {
1492
- "description": "The public absolute root URL with json file defining the score card entries.",
1493
- "visibility": "frontend",
1494
- "type": "string"
1495
- },
1496
- "wikiLinkTemplate": {
1497
- "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1498
- "visibility": "frontend",
1499
- "type": "string"
1563
+ "autologout": {
1564
+ "description": "Autologout feature configuration",
1565
+ "type": "object",
1566
+ "properties": {
1567
+ "enabled": {
1568
+ "description": "Enable or disable the autologout feature",
1569
+ "visibility": "frontend",
1570
+ "type": "boolean"
1571
+ },
1572
+ "idleTimeoutMinutes": {
1573
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1574
+ "visibility": "frontend",
1575
+ "type": "number"
1576
+ },
1577
+ "promptBeforeIdleSeconds": {
1578
+ "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.",
1579
+ "visibility": "frontend",
1580
+ "type": "number"
1581
+ },
1582
+ "useWorkerTimers": {
1583
+ "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.",
1584
+ "visibility": "frontend",
1585
+ "type": "boolean"
1586
+ },
1587
+ "logoutIfDisconnected": {
1588
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1589
+ "visibility": "frontend",
1590
+ "type": "boolean"
1591
+ }
1592
+ }
1500
1593
  }
1501
1594
  }
1502
1595
  }
1503
1596
  },
1504
- "required": [
1505
- "scorecards"
1506
- ],
1507
1597
  "$schema": "http://json-schema.org/draft-07/schema#"
1508
1598
  }
1509
1599
  },
@@ -2395,96 +2485,6 @@
2395
2485
  "$schema": "http://json-schema.org/draft-07/schema#"
2396
2486
  }
2397
2487
  },
2398
- {
2399
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
2400
- "value": {
2401
- "type": "object",
2402
- "properties": {
2403
- "auth": {
2404
- "type": "object",
2405
- "properties": {
2406
- "autologout": {
2407
- "description": "Autologout feature configuration",
2408
- "type": "object",
2409
- "properties": {
2410
- "enabled": {
2411
- "description": "Enable or disable the autologout feature",
2412
- "visibility": "frontend",
2413
- "type": "boolean"
2414
- },
2415
- "idleTimeoutMinutes": {
2416
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
2417
- "visibility": "frontend",
2418
- "type": "number"
2419
- },
2420
- "promptBeforeIdleSeconds": {
2421
- "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.",
2422
- "visibility": "frontend",
2423
- "type": "number"
2424
- },
2425
- "useWorkerTimers": {
2426
- "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.",
2427
- "visibility": "frontend",
2428
- "type": "boolean"
2429
- },
2430
- "logoutIfDisconnected": {
2431
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
2432
- "visibility": "frontend",
2433
- "type": "boolean"
2434
- }
2435
- }
2436
- }
2437
- }
2438
- }
2439
- },
2440
- "$schema": "http://json-schema.org/draft-07/schema#"
2441
- }
2442
- },
2443
- {
2444
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
2445
- "value": {
2446
- "type": "object",
2447
- "properties": {
2448
- "auth": {
2449
- "type": "object",
2450
- "properties": {
2451
- "autologout": {
2452
- "description": "Autologout feature configuration",
2453
- "type": "object",
2454
- "properties": {
2455
- "enabled": {
2456
- "description": "Enable or disable the autologout feature",
2457
- "visibility": "frontend",
2458
- "type": "boolean"
2459
- },
2460
- "idleTimeoutMinutes": {
2461
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
2462
- "visibility": "frontend",
2463
- "type": "number"
2464
- },
2465
- "promptBeforeIdleSeconds": {
2466
- "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.",
2467
- "visibility": "frontend",
2468
- "type": "number"
2469
- },
2470
- "useWorkerTimers": {
2471
- "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.",
2472
- "visibility": "frontend",
2473
- "type": "boolean"
2474
- },
2475
- "logoutIfDisconnected": {
2476
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
2477
- "visibility": "frontend",
2478
- "type": "boolean"
2479
- }
2480
- }
2481
- }
2482
- }
2483
- }
2484
- },
2485
- "$schema": "http://json-schema.org/draft-07/schema#"
2486
- }
2487
- },
2488
2488
  {
2489
2489
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/integration/config.d.ts",
2490
2490
  "value": {
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Backstage Example App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.6f830984.js"></script><script defer="defer" src="/static/module-material-ui.b719b7fa.js"></script><script defer="defer" src="/static/module-lodash.9d3aac3b.js"></script><script defer="defer" src="/static/module-date-fns.9ba6144d.js"></script><script defer="defer" src="/static/module-mui.e17dd999.js"></script><script defer="defer" src="/static/module-material-table.60f080a9.js"></script><script defer="defer" src="/static/module-react-dom.1f38e13a.js"></script><script defer="defer" src="/static/module-react-router.933956ac.js"></script><script defer="defer" src="/static/module-react-router-dom.473a1e8a.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.ea59573c.js"></script><script defer="defer" src="/static/module-zod.18508a39.js"></script><script defer="defer" src="/static/module-i18next.6b4e6495.js"></script><script defer="defer" src="/static/vendor.6f830984.js"></script><script defer="defer" src="/static/main.6f830984.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Backstage Example App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.82589a85.js"></script><script defer="defer" src="/static/module-material-ui.b719b7fa.js"></script><script defer="defer" src="/static/module-lodash.9d3aac3b.js"></script><script defer="defer" src="/static/module-date-fns.9ba6144d.js"></script><script defer="defer" src="/static/module-mui.e17dd999.js"></script><script defer="defer" src="/static/module-material-table.60f080a9.js"></script><script defer="defer" src="/static/module-react-dom.1f38e13a.js"></script><script defer="defer" src="/static/module-react-router.933956ac.js"></script><script defer="defer" src="/static/module-react-router-dom.473a1e8a.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.ea59573c.js"></script><script defer="defer" src="/static/module-zod.18508a39.js"></script><script defer="defer" src="/static/module-i18next.6b4e6495.js"></script><script defer="defer" src="/static/vendor.82589a85.js"></script><script defer="defer" src="/static/main.82589a85.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>