@techdocs/cli 0.0.0-nightly-20240817021759 → 0.0.0-nightly-20240820021901

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,13 +1,13 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240817021759
3
+ ## 0.0.0-nightly-20240820021901
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20240817021759
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240817021759
10
- - @backstage/catalog-model@0.0.0-nightly-20240817021759
8
+ - @backstage/backend-defaults@0.0.0-nightly-20240820021901
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240820021901
10
+ - @backstage/catalog-model@0.0.0-nightly-20240820021901
11
11
  - @backstage/cli-common@0.1.14
12
12
  - @backstage/config@1.2.0
13
13
 
@@ -125,6 +125,51 @@
125
125
  "$schema": "http://json-schema.org/draft-07/schema#"
126
126
  }
127
127
  },
128
+ {
129
+ "path": "../core-components/config.d.ts",
130
+ "value": {
131
+ "type": "object",
132
+ "properties": {
133
+ "auth": {
134
+ "type": "object",
135
+ "properties": {
136
+ "autologout": {
137
+ "description": "Autologout feature configuration",
138
+ "type": "object",
139
+ "properties": {
140
+ "enabled": {
141
+ "description": "Enable or disable the autologout feature",
142
+ "visibility": "frontend",
143
+ "type": "boolean"
144
+ },
145
+ "idleTimeoutMinutes": {
146
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
147
+ "visibility": "frontend",
148
+ "type": "number"
149
+ },
150
+ "promptBeforeIdleSeconds": {
151
+ "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.",
152
+ "visibility": "frontend",
153
+ "type": "number"
154
+ },
155
+ "useWorkerTimers": {
156
+ "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.",
157
+ "visibility": "frontend",
158
+ "type": "boolean"
159
+ },
160
+ "logoutIfDisconnected": {
161
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
162
+ "visibility": "frontend",
163
+ "type": "boolean"
164
+ }
165
+ }
166
+ }
167
+ }
168
+ }
169
+ },
170
+ "$schema": "http://json-schema.org/draft-07/schema#"
171
+ }
172
+ },
128
173
  {
129
174
  "path": "../core-app-api/config.d.ts",
130
175
  "value": {
@@ -399,51 +444,6 @@
399
444
  "$schema": "http://json-schema.org/draft-07/schema#"
400
445
  }
401
446
  },
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": {
@@ -1598,116 +1598,7 @@
1598
1598
  }
1599
1599
  },
1600
1600
  {
1601
- "path": "../integration-aws-node/config.d.ts",
1602
- "value": {
1603
- "type": "object",
1604
- "properties": {
1605
- "aws": {
1606
- "description": "Configuration for access to AWS accounts",
1607
- "type": "object",
1608
- "properties": {
1609
- "accountDefaults": {
1610
- "description": "Defaults for retrieving AWS account credentials",
1611
- "type": "object",
1612
- "properties": {
1613
- "roleName": {
1614
- "description": "The IAM role to assume to retrieve temporary AWS credentials",
1615
- "type": "string"
1616
- },
1617
- "partition": {
1618
- "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
1619
- "type": "string"
1620
- },
1621
- "region": {
1622
- "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
1623
- "type": "string"
1624
- },
1625
- "externalId": {
1626
- "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
1627
- "visibility": "secret",
1628
- "type": "string"
1629
- }
1630
- }
1631
- },
1632
- "mainAccount": {
1633
- "description": "Main account to use for retrieving AWS account credentials",
1634
- "type": "object",
1635
- "properties": {
1636
- "accessKeyId": {
1637
- "description": "The access key ID for a set of static AWS credentials",
1638
- "visibility": "secret",
1639
- "type": "string"
1640
- },
1641
- "secretAccessKey": {
1642
- "description": "The secret access key for a set of static AWS credentials",
1643
- "visibility": "secret",
1644
- "type": "string"
1645
- },
1646
- "profile": {
1647
- "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
1648
- "type": "string"
1649
- },
1650
- "region": {
1651
- "description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
1652
- "type": "string"
1653
- }
1654
- }
1655
- },
1656
- "accounts": {
1657
- "description": "Configuration for retrieving AWS accounts credentials",
1658
- "type": "array",
1659
- "items": {
1660
- "type": "object",
1661
- "properties": {
1662
- "accountId": {
1663
- "description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
1664
- "type": "string"
1665
- },
1666
- "accessKeyId": {
1667
- "description": "The access key ID for a set of static AWS credentials",
1668
- "visibility": "secret",
1669
- "type": "string"
1670
- },
1671
- "secretAccessKey": {
1672
- "description": "The secret access key for a set of static AWS credentials",
1673
- "visibility": "secret",
1674
- "type": "string"
1675
- },
1676
- "profile": {
1677
- "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
1678
- "type": "string"
1679
- },
1680
- "roleName": {
1681
- "description": "The IAM role to assume to retrieve temporary AWS credentials",
1682
- "type": "string"
1683
- },
1684
- "partition": {
1685
- "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
1686
- "type": "string"
1687
- },
1688
- "region": {
1689
- "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
1690
- "type": "string"
1691
- },
1692
- "externalId": {
1693
- "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
1694
- "visibility": "secret",
1695
- "type": "string"
1696
- }
1697
- },
1698
- "required": [
1699
- "accountId"
1700
- ]
1701
- }
1702
- }
1703
- }
1704
- }
1705
- },
1706
- "$schema": "http://json-schema.org/draft-07/schema#"
1707
- }
1708
- },
1709
- {
1710
- "path": "../backend-defaults/config.d.ts",
1601
+ "path": "../backend-app-api/config.d.ts",
1711
1602
  "value": {
1712
1603
  "type": "object",
1713
1604
  "properties": {
@@ -1715,7 +1606,6 @@
1715
1606
  "type": "object",
1716
1607
  "properties": {
1717
1608
  "auth": {
1718
- "description": "Options used by the default auth, httpAuth and userInfo services.",
1719
1609
  "type": "object",
1720
1610
  "properties": {
1721
1611
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2023,56 +1913,6 @@
2023
1913
  "required": [
2024
1914
  "url"
2025
1915
  ]
2026
- },
2027
- "accessRestrictions": {
2028
- "description": "Restricts what types of access that are permitted for this access\nmethod. If no access restrictions are given, it'll have unlimited\naccess. This access restriction applies for the framework level;\nindividual plugins may have their own access control mechanisms\non top of this.",
2029
- "type": "array",
2030
- "items": {
2031
- "type": "object",
2032
- "properties": {
2033
- "plugin": {
2034
- "description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
2035
- "type": "string"
2036
- },
2037
- "permission": {
2038
- "description": "If given, this method is limited to only performing actions\nwith these named permissions in this plugin.\n\nNote that this only applies where permissions checks are\nenabled in the first place. Endpoints that are not protected by\nthe permissions system at all, are not affected by this\nsetting.",
2039
- "anyOf": [
2040
- {
2041
- "type": "array",
2042
- "items": {
2043
- "type": "string"
2044
- }
2045
- },
2046
- {
2047
- "type": "string"
2048
- }
2049
- ]
2050
- },
2051
- "permissionAttribute": {
2052
- "description": "If given, this method is limited to only performing actions\nwhose permissions have these attributes.\n\nNote that this only applies where permissions checks are\nenabled in the first place. Endpoints that are not protected by\nthe permissions system at all, are not affected by this\nsetting.",
2053
- "type": "object",
2054
- "properties": {
2055
- "action": {
2056
- "description": "One of more of 'create', 'read', 'update', or 'delete'.",
2057
- "anyOf": [
2058
- {
2059
- "type": "array",
2060
- "items": {
2061
- "type": "string"
2062
- }
2063
- },
2064
- {
2065
- "type": "string"
2066
- }
2067
- ]
2068
- }
2069
- }
2070
- }
2071
- },
2072
- "required": [
2073
- "plugin"
2074
- ]
2075
- }
2076
1916
  }
2077
1917
  },
2078
1918
  "required": [
@@ -2087,21 +1927,46 @@
2087
1927
  "required": [
2088
1928
  "externalAccess"
2089
1929
  ]
1930
+ },
1931
+ "packages": {
1932
+ "anyOf": [
1933
+ {
1934
+ "type": "object",
1935
+ "properties": {
1936
+ "include": {
1937
+ "type": "array",
1938
+ "items": {
1939
+ "type": "string"
1940
+ }
1941
+ },
1942
+ "exclude": {
1943
+ "type": "array",
1944
+ "items": {
1945
+ "type": "string"
1946
+ }
1947
+ }
1948
+ }
1949
+ },
1950
+ {
1951
+ "const": "all",
1952
+ "type": "string"
1953
+ }
1954
+ ]
2090
1955
  }
2091
1956
  }
2092
1957
  },
2093
1958
  "discovery": {
2094
- "description": "Options used by the default discovery service.",
1959
+ "description": "Discovery options.",
2095
1960
  "type": "object",
2096
1961
  "properties": {
2097
1962
  "endpoints": {
2098
- "description": "A list of target baseUrls and the associated plugins.",
1963
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2099
1964
  "type": "array",
2100
1965
  "items": {
2101
1966
  "type": "object",
2102
1967
  "properties": {
2103
1968
  "target": {
2104
- "description": "The target base URL to use for the plugin.\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.",
1969
+ "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
2105
1970
  "anyOf": [
2106
1971
  {
2107
1972
  "type": "object",
@@ -2124,7 +1989,7 @@
2124
1989
  ]
2125
1990
  },
2126
1991
  "plugins": {
2127
- "description": "Array of plugins which use the target base URL.",
1992
+ "description": "Array of plugins which use the target baseUrl.",
2128
1993
  "type": "array",
2129
1994
  "items": {
2130
1995
  "type": "string"
@@ -2147,7 +2012,7 @@
2147
2012
  }
2148
2013
  },
2149
2014
  {
2150
- "path": "../backend-app-api/config.d.ts",
2015
+ "path": "../backend-defaults/config.d.ts",
2151
2016
  "value": {
2152
2017
  "type": "object",
2153
2018
  "properties": {
@@ -2155,6 +2020,7 @@
2155
2020
  "type": "object",
2156
2021
  "properties": {
2157
2022
  "auth": {
2023
+ "description": "Options used by the default auth, httpAuth and userInfo services.",
2158
2024
  "type": "object",
2159
2025
  "properties": {
2160
2026
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2462,6 +2328,56 @@
2462
2328
  "required": [
2463
2329
  "url"
2464
2330
  ]
2331
+ },
2332
+ "accessRestrictions": {
2333
+ "description": "Restricts what types of access that are permitted for this access\nmethod. If no access restrictions are given, it'll have unlimited\naccess. This access restriction applies for the framework level;\nindividual plugins may have their own access control mechanisms\non top of this.",
2334
+ "type": "array",
2335
+ "items": {
2336
+ "type": "object",
2337
+ "properties": {
2338
+ "plugin": {
2339
+ "description": "Permit access to make requests to this plugin.\n\nCan be further refined by setting additional fields below.",
2340
+ "type": "string"
2341
+ },
2342
+ "permission": {
2343
+ "description": "If given, this method is limited to only performing actions\nwith these named permissions in this plugin.\n\nNote that this only applies where permissions checks are\nenabled in the first place. Endpoints that are not protected by\nthe permissions system at all, are not affected by this\nsetting.",
2344
+ "anyOf": [
2345
+ {
2346
+ "type": "array",
2347
+ "items": {
2348
+ "type": "string"
2349
+ }
2350
+ },
2351
+ {
2352
+ "type": "string"
2353
+ }
2354
+ ]
2355
+ },
2356
+ "permissionAttribute": {
2357
+ "description": "If given, this method is limited to only performing actions\nwhose permissions have these attributes.\n\nNote that this only applies where permissions checks are\nenabled in the first place. Endpoints that are not protected by\nthe permissions system at all, are not affected by this\nsetting.",
2358
+ "type": "object",
2359
+ "properties": {
2360
+ "action": {
2361
+ "description": "One of more of 'create', 'read', 'update', or 'delete'.",
2362
+ "anyOf": [
2363
+ {
2364
+ "type": "array",
2365
+ "items": {
2366
+ "type": "string"
2367
+ }
2368
+ },
2369
+ {
2370
+ "type": "string"
2371
+ }
2372
+ ]
2373
+ }
2374
+ }
2375
+ }
2376
+ },
2377
+ "required": [
2378
+ "plugin"
2379
+ ]
2380
+ }
2465
2381
  }
2466
2382
  },
2467
2383
  "required": [
@@ -2476,46 +2392,21 @@
2476
2392
  "required": [
2477
2393
  "externalAccess"
2478
2394
  ]
2479
- },
2480
- "packages": {
2481
- "anyOf": [
2482
- {
2483
- "type": "object",
2484
- "properties": {
2485
- "include": {
2486
- "type": "array",
2487
- "items": {
2488
- "type": "string"
2489
- }
2490
- },
2491
- "exclude": {
2492
- "type": "array",
2493
- "items": {
2494
- "type": "string"
2495
- }
2496
- }
2497
- }
2498
- },
2499
- {
2500
- "const": "all",
2501
- "type": "string"
2502
- }
2503
- ]
2504
2395
  }
2505
2396
  }
2506
2397
  },
2507
2398
  "discovery": {
2508
- "description": "Discovery options.",
2399
+ "description": "Options used by the default discovery service.",
2509
2400
  "type": "object",
2510
2401
  "properties": {
2511
2402
  "endpoints": {
2512
- "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2403
+ "description": "A list of target baseUrls and the associated plugins.",
2513
2404
  "type": "array",
2514
2405
  "items": {
2515
2406
  "type": "object",
2516
2407
  "properties": {
2517
2408
  "target": {
2518
- "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
2409
+ "description": "The target base URL to use for the plugin.\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.",
2519
2410
  "anyOf": [
2520
2411
  {
2521
2412
  "type": "object",
@@ -2538,7 +2429,7 @@
2538
2429
  ]
2539
2430
  },
2540
2431
  "plugins": {
2541
- "description": "Array of plugins which use the target baseUrl.",
2432
+ "description": "Array of plugins which use the target base URL.",
2542
2433
  "type": "array",
2543
2434
  "items": {
2544
2435
  "type": "string"
@@ -2560,6 +2451,115 @@
2560
2451
  "$schema": "http://json-schema.org/draft-07/schema#"
2561
2452
  }
2562
2453
  },
2454
+ {
2455
+ "path": "../integration-aws-node/config.d.ts",
2456
+ "value": {
2457
+ "type": "object",
2458
+ "properties": {
2459
+ "aws": {
2460
+ "description": "Configuration for access to AWS accounts",
2461
+ "type": "object",
2462
+ "properties": {
2463
+ "accountDefaults": {
2464
+ "description": "Defaults for retrieving AWS account credentials",
2465
+ "type": "object",
2466
+ "properties": {
2467
+ "roleName": {
2468
+ "description": "The IAM role to assume to retrieve temporary AWS credentials",
2469
+ "type": "string"
2470
+ },
2471
+ "partition": {
2472
+ "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
2473
+ "type": "string"
2474
+ },
2475
+ "region": {
2476
+ "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
2477
+ "type": "string"
2478
+ },
2479
+ "externalId": {
2480
+ "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
2481
+ "visibility": "secret",
2482
+ "type": "string"
2483
+ }
2484
+ }
2485
+ },
2486
+ "mainAccount": {
2487
+ "description": "Main account to use for retrieving AWS account credentials",
2488
+ "type": "object",
2489
+ "properties": {
2490
+ "accessKeyId": {
2491
+ "description": "The access key ID for a set of static AWS credentials",
2492
+ "visibility": "secret",
2493
+ "type": "string"
2494
+ },
2495
+ "secretAccessKey": {
2496
+ "description": "The secret access key for a set of static AWS credentials",
2497
+ "visibility": "secret",
2498
+ "type": "string"
2499
+ },
2500
+ "profile": {
2501
+ "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
2502
+ "type": "string"
2503
+ },
2504
+ "region": {
2505
+ "description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
2506
+ "type": "string"
2507
+ }
2508
+ }
2509
+ },
2510
+ "accounts": {
2511
+ "description": "Configuration for retrieving AWS accounts credentials",
2512
+ "type": "array",
2513
+ "items": {
2514
+ "type": "object",
2515
+ "properties": {
2516
+ "accountId": {
2517
+ "description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
2518
+ "type": "string"
2519
+ },
2520
+ "accessKeyId": {
2521
+ "description": "The access key ID for a set of static AWS credentials",
2522
+ "visibility": "secret",
2523
+ "type": "string"
2524
+ },
2525
+ "secretAccessKey": {
2526
+ "description": "The secret access key for a set of static AWS credentials",
2527
+ "visibility": "secret",
2528
+ "type": "string"
2529
+ },
2530
+ "profile": {
2531
+ "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
2532
+ "type": "string"
2533
+ },
2534
+ "roleName": {
2535
+ "description": "The IAM role to assume to retrieve temporary AWS credentials",
2536
+ "type": "string"
2537
+ },
2538
+ "partition": {
2539
+ "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
2540
+ "type": "string"
2541
+ },
2542
+ "region": {
2543
+ "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
2544
+ "type": "string"
2545
+ },
2546
+ "externalId": {
2547
+ "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
2548
+ "visibility": "secret",
2549
+ "type": "string"
2550
+ }
2551
+ },
2552
+ "required": [
2553
+ "accountId"
2554
+ ]
2555
+ }
2556
+ }
2557
+ }
2558
+ }
2559
+ },
2560
+ "$schema": "http://json-schema.org/draft-07/schema#"
2561
+ }
2562
+ },
2563
2563
  {
2564
2564
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
2565
2565
  "value": {
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": "0.0.0-nightly-20240817021759",
4
+ "version": "0.0.0-nightly-20240820021901",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "techdocs-cli": "bin/techdocs-cli"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20240817021759",
38
+ "@backstage/cli": "^0.0.0-nightly-20240820021901",
39
39
  "@types/commander": "^2.12.2",
40
40
  "@types/fs-extra": "^11.0.0",
41
41
  "@types/http-proxy": "^1.17.4",
@@ -56,11 +56,11 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-defaults": "^0.0.0-nightly-20240817021759",
60
- "@backstage/catalog-model": "^0.0.0-nightly-20240817021759",
59
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240820021901",
60
+ "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
61
61
  "@backstage/cli-common": "^0.1.14",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240817021759",
63
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240820021901",
64
64
  "commander": "^12.0.0",
65
65
  "fs-extra": "^11.0.0",
66
66
  "global-agent": "^3.0.0",