@techdocs/cli 0.0.0-nightly-20250214023347 → 0.0.0-nightly-20250216023305
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 +3 -3
- package/dist/embedded-app/.config-schema.json +169 -169
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250216023305
|
|
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-
|
|
14
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
13
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250216023305
|
|
14
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250216023305
|
|
15
15
|
- @backstage/catalog-model@1.7.3
|
|
16
16
|
- @backstage/cli-common@0.1.15
|
|
17
17
|
- @backstage/config@1.3.2
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1441
1441
|
},
|
|
1442
1442
|
{
|
|
1443
|
-
"path": "../../node_modules/@backstage-community/plugin-
|
|
1443
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1444
1444
|
"value": {
|
|
1445
1445
|
"type": "object",
|
|
1446
1446
|
"properties": {
|
|
@@ -1486,53 +1486,7 @@
|
|
|
1486
1486
|
"packageName": "@backstage/core-components"
|
|
1487
1487
|
},
|
|
1488
1488
|
{
|
|
1489
|
-
"path": "../../node_modules/@
|
|
1490
|
-
"value": {
|
|
1491
|
-
"type": "object",
|
|
1492
|
-
"properties": {
|
|
1493
|
-
"auth": {
|
|
1494
|
-
"type": "object",
|
|
1495
|
-
"properties": {
|
|
1496
|
-
"autologout": {
|
|
1497
|
-
"description": "Autologout feature configuration",
|
|
1498
|
-
"type": "object",
|
|
1499
|
-
"properties": {
|
|
1500
|
-
"enabled": {
|
|
1501
|
-
"description": "Enable or disable the autologout feature",
|
|
1502
|
-
"visibility": "frontend",
|
|
1503
|
-
"type": "boolean"
|
|
1504
|
-
},
|
|
1505
|
-
"idleTimeoutMinutes": {
|
|
1506
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1507
|
-
"visibility": "frontend",
|
|
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"
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1531
|
-
},
|
|
1532
|
-
"packageName": "@backstage/core-components"
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1489
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1536
1490
|
"value": {
|
|
1537
1491
|
"type": "object",
|
|
1538
1492
|
"properties": {
|
|
@@ -1762,70 +1716,41 @@
|
|
|
1762
1716
|
"packageName": "@backstage/core-app-api"
|
|
1763
1717
|
},
|
|
1764
1718
|
{
|
|
1765
|
-
"path": "
|
|
1719
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1766
1720
|
"value": {
|
|
1767
1721
|
"type": "object",
|
|
1768
1722
|
"properties": {
|
|
1769
|
-
"
|
|
1723
|
+
"auth": {
|
|
1770
1724
|
"type": "object",
|
|
1771
1725
|
"properties": {
|
|
1772
|
-
"
|
|
1773
|
-
"description": "
|
|
1774
|
-
"anyOf": [
|
|
1775
|
-
{
|
|
1776
|
-
"type": "object",
|
|
1777
|
-
"properties": {
|
|
1778
|
-
"include": {
|
|
1779
|
-
"type": "array",
|
|
1780
|
-
"items": {
|
|
1781
|
-
"type": "string"
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
"exclude": {
|
|
1785
|
-
"type": "array",
|
|
1786
|
-
"items": {
|
|
1787
|
-
"type": "string"
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"const": "all",
|
|
1794
|
-
"type": "string"
|
|
1795
|
-
}
|
|
1796
|
-
]
|
|
1797
|
-
},
|
|
1798
|
-
"startup": {
|
|
1726
|
+
"autologout": {
|
|
1727
|
+
"description": "Autologout feature configuration",
|
|
1799
1728
|
"type": "object",
|
|
1800
1729
|
"properties": {
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1804
|
-
|
|
1805
|
-
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
1806
|
-
"enum": [
|
|
1807
|
-
"abort",
|
|
1808
|
-
"continue"
|
|
1809
|
-
],
|
|
1810
|
-
"type": "string"
|
|
1811
|
-
}
|
|
1812
|
-
}
|
|
1730
|
+
"enabled": {
|
|
1731
|
+
"description": "Enable or disable the autologout feature",
|
|
1732
|
+
"visibility": "frontend",
|
|
1733
|
+
"type": "boolean"
|
|
1813
1734
|
},
|
|
1814
|
-
"
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1735
|
+
"idleTimeoutMinutes": {
|
|
1736
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1737
|
+
"visibility": "frontend",
|
|
1738
|
+
"type": "number"
|
|
1739
|
+
},
|
|
1740
|
+
"promptBeforeIdleSeconds": {
|
|
1741
|
+
"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.",
|
|
1742
|
+
"visibility": "frontend",
|
|
1743
|
+
"type": "number"
|
|
1744
|
+
},
|
|
1745
|
+
"useWorkerTimers": {
|
|
1746
|
+
"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.",
|
|
1747
|
+
"visibility": "frontend",
|
|
1748
|
+
"type": "boolean"
|
|
1749
|
+
},
|
|
1750
|
+
"logoutIfDisconnected": {
|
|
1751
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1752
|
+
"visibility": "frontend",
|
|
1753
|
+
"type": "boolean"
|
|
1829
1754
|
}
|
|
1830
1755
|
}
|
|
1831
1756
|
}
|
|
@@ -1834,7 +1759,7 @@
|
|
|
1834
1759
|
},
|
|
1835
1760
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1836
1761
|
},
|
|
1837
|
-
"packageName": "@backstage/
|
|
1762
|
+
"packageName": "@backstage/core-components"
|
|
1838
1763
|
},
|
|
1839
1764
|
{
|
|
1840
1765
|
"path": "../backend-defaults/config.d.ts",
|
|
@@ -2777,51 +2702,69 @@
|
|
|
2777
2702
|
"packageName": "@backstage/plugin-events-node"
|
|
2778
2703
|
},
|
|
2779
2704
|
{
|
|
2780
|
-
"path": "
|
|
2705
|
+
"path": "../backend-app-api/config.d.ts",
|
|
2781
2706
|
"value": {
|
|
2782
2707
|
"type": "object",
|
|
2783
2708
|
"properties": {
|
|
2784
|
-
"
|
|
2709
|
+
"backend": {
|
|
2785
2710
|
"type": "object",
|
|
2786
2711
|
"properties": {
|
|
2787
|
-
"
|
|
2712
|
+
"packages": {
|
|
2713
|
+
"description": "Used by the feature discovery service",
|
|
2714
|
+
"anyOf": [
|
|
2715
|
+
{
|
|
2716
|
+
"type": "object",
|
|
2717
|
+
"properties": {
|
|
2718
|
+
"include": {
|
|
2719
|
+
"type": "array",
|
|
2720
|
+
"items": {
|
|
2721
|
+
"type": "string"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
"exclude": {
|
|
2725
|
+
"type": "array",
|
|
2726
|
+
"items": {
|
|
2727
|
+
"type": "string"
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"const": "all",
|
|
2734
|
+
"type": "string"
|
|
2735
|
+
}
|
|
2736
|
+
]
|
|
2737
|
+
},
|
|
2738
|
+
"startup": {
|
|
2788
2739
|
"type": "object",
|
|
2789
2740
|
"properties": {
|
|
2790
|
-
"
|
|
2791
|
-
"
|
|
2741
|
+
"default": {
|
|
2742
|
+
"type": "object",
|
|
2743
|
+
"properties": {
|
|
2744
|
+
"onPluginBootFailure": {
|
|
2745
|
+
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
2746
|
+
"enum": [
|
|
2747
|
+
"abort",
|
|
2748
|
+
"continue"
|
|
2749
|
+
],
|
|
2750
|
+
"type": "string"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
"plugins": {
|
|
2792
2755
|
"type": "object",
|
|
2793
2756
|
"additionalProperties": {
|
|
2794
2757
|
"type": "object",
|
|
2795
2758
|
"properties": {
|
|
2796
|
-
"
|
|
2797
|
-
"
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
},
|
|
2803
|
-
"domain": {
|
|
2804
|
-
"type": "string"
|
|
2805
|
-
},
|
|
2806
|
-
"callbackUrl": {
|
|
2807
|
-
"type": "string"
|
|
2808
|
-
},
|
|
2809
|
-
"audience": {
|
|
2810
|
-
"type": "string"
|
|
2811
|
-
},
|
|
2812
|
-
"connection": {
|
|
2813
|
-
"type": "string"
|
|
2814
|
-
},
|
|
2815
|
-
"connectionScope": {
|
|
2759
|
+
"onPluginBootFailure": {
|
|
2760
|
+
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
2761
|
+
"enum": [
|
|
2762
|
+
"abort",
|
|
2763
|
+
"continue"
|
|
2764
|
+
],
|
|
2816
2765
|
"type": "string"
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
|
-
},
|
|
2820
|
-
"required": [
|
|
2821
|
-
"clientId",
|
|
2822
|
-
"clientSecret",
|
|
2823
|
-
"domain"
|
|
2824
|
-
]
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2825
2768
|
}
|
|
2826
2769
|
}
|
|
2827
2770
|
}
|
|
@@ -2831,7 +2774,7 @@
|
|
|
2831
2774
|
},
|
|
2832
2775
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2833
2776
|
},
|
|
2834
|
-
"packageName": "@backstage/
|
|
2777
|
+
"packageName": "@backstage/backend-app-api"
|
|
2835
2778
|
},
|
|
2836
2779
|
{
|
|
2837
2780
|
"path": "../../plugins/auth-backend-module-atlassian-provider/config.d.ts",
|
|
@@ -2950,6 +2893,63 @@
|
|
|
2950
2893
|
},
|
|
2951
2894
|
"packageName": "@backstage/plugin-auth-backend-module-atlassian-provider"
|
|
2952
2895
|
},
|
|
2896
|
+
{
|
|
2897
|
+
"path": "../../plugins/auth-backend-module-auth0-provider/config.d.ts",
|
|
2898
|
+
"value": {
|
|
2899
|
+
"type": "object",
|
|
2900
|
+
"properties": {
|
|
2901
|
+
"auth": {
|
|
2902
|
+
"type": "object",
|
|
2903
|
+
"properties": {
|
|
2904
|
+
"providers": {
|
|
2905
|
+
"type": "object",
|
|
2906
|
+
"properties": {
|
|
2907
|
+
"auth0": {
|
|
2908
|
+
"visibility": "frontend",
|
|
2909
|
+
"type": "object",
|
|
2910
|
+
"additionalProperties": {
|
|
2911
|
+
"type": "object",
|
|
2912
|
+
"properties": {
|
|
2913
|
+
"clientId": {
|
|
2914
|
+
"type": "string"
|
|
2915
|
+
},
|
|
2916
|
+
"clientSecret": {
|
|
2917
|
+
"visibility": "secret",
|
|
2918
|
+
"type": "string"
|
|
2919
|
+
},
|
|
2920
|
+
"domain": {
|
|
2921
|
+
"type": "string"
|
|
2922
|
+
},
|
|
2923
|
+
"callbackUrl": {
|
|
2924
|
+
"type": "string"
|
|
2925
|
+
},
|
|
2926
|
+
"audience": {
|
|
2927
|
+
"type": "string"
|
|
2928
|
+
},
|
|
2929
|
+
"connection": {
|
|
2930
|
+
"type": "string"
|
|
2931
|
+
},
|
|
2932
|
+
"connectionScope": {
|
|
2933
|
+
"type": "string"
|
|
2934
|
+
},
|
|
2935
|
+
"sessionDuration": {}
|
|
2936
|
+
},
|
|
2937
|
+
"required": [
|
|
2938
|
+
"clientId",
|
|
2939
|
+
"clientSecret",
|
|
2940
|
+
"domain"
|
|
2941
|
+
]
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2948
|
+
},
|
|
2949
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2950
|
+
},
|
|
2951
|
+
"packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
|
|
2952
|
+
},
|
|
2953
2953
|
{
|
|
2954
2954
|
"path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
|
|
2955
2955
|
"value": {
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
4053
4053
|
},
|
|
4054
4054
|
{
|
|
4055
|
-
"path": "../../plugins/auth-backend-module-
|
|
4055
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4056
4056
|
"value": {
|
|
4057
4057
|
"type": "object",
|
|
4058
4058
|
"properties": {
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
"providers": {
|
|
4063
4063
|
"type": "object",
|
|
4064
4064
|
"properties": {
|
|
4065
|
-
"
|
|
4065
|
+
"onelogin": {
|
|
4066
4066
|
"visibility": "frontend",
|
|
4067
4067
|
"type": "object",
|
|
4068
4068
|
"additionalProperties": {
|
|
@@ -4075,18 +4075,11 @@
|
|
|
4075
4075
|
"visibility": "secret",
|
|
4076
4076
|
"type": "string"
|
|
4077
4077
|
},
|
|
4078
|
-
"
|
|
4079
|
-
"
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
"type": "string"
|
|
4084
|
-
}
|
|
4085
|
-
},
|
|
4086
|
-
{
|
|
4087
|
-
"type": "string"
|
|
4088
|
-
}
|
|
4089
|
-
]
|
|
4078
|
+
"issuer": {
|
|
4079
|
+
"type": "string"
|
|
4080
|
+
},
|
|
4081
|
+
"callbackUrl": {
|
|
4082
|
+
"type": "string"
|
|
4090
4083
|
},
|
|
4091
4084
|
"signIn": {
|
|
4092
4085
|
"type": "object",
|
|
@@ -4100,7 +4093,7 @@
|
|
|
4100
4093
|
"properties": {
|
|
4101
4094
|
"resolver": {
|
|
4102
4095
|
"type": "string",
|
|
4103
|
-
"const": "
|
|
4096
|
+
"const": "usernameMatchingUserEntityName"
|
|
4104
4097
|
}
|
|
4105
4098
|
},
|
|
4106
4099
|
"required": [
|
|
@@ -4149,7 +4142,8 @@
|
|
|
4149
4142
|
},
|
|
4150
4143
|
"required": [
|
|
4151
4144
|
"clientId",
|
|
4152
|
-
"clientSecret"
|
|
4145
|
+
"clientSecret",
|
|
4146
|
+
"issuer"
|
|
4153
4147
|
]
|
|
4154
4148
|
}
|
|
4155
4149
|
}
|
|
@@ -4160,10 +4154,10 @@
|
|
|
4160
4154
|
},
|
|
4161
4155
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4162
4156
|
},
|
|
4163
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4157
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4164
4158
|
},
|
|
4165
4159
|
{
|
|
4166
|
-
"path": "../../plugins/auth-backend-module-
|
|
4160
|
+
"path": "../../plugins/auth-backend-module-bitbucket-provider/config.d.ts",
|
|
4167
4161
|
"value": {
|
|
4168
4162
|
"type": "object",
|
|
4169
4163
|
"properties": {
|
|
@@ -4173,7 +4167,7 @@
|
|
|
4173
4167
|
"providers": {
|
|
4174
4168
|
"type": "object",
|
|
4175
4169
|
"properties": {
|
|
4176
|
-
"
|
|
4170
|
+
"bitbucket": {
|
|
4177
4171
|
"visibility": "frontend",
|
|
4178
4172
|
"type": "object",
|
|
4179
4173
|
"additionalProperties": {
|
|
@@ -4186,11 +4180,18 @@
|
|
|
4186
4180
|
"visibility": "secret",
|
|
4187
4181
|
"type": "string"
|
|
4188
4182
|
},
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4183
|
+
"additionalScopes": {
|
|
4184
|
+
"anyOf": [
|
|
4185
|
+
{
|
|
4186
|
+
"type": "array",
|
|
4187
|
+
"items": {
|
|
4188
|
+
"type": "string"
|
|
4189
|
+
}
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"type": "string"
|
|
4193
|
+
}
|
|
4194
|
+
]
|
|
4194
4195
|
},
|
|
4195
4196
|
"signIn": {
|
|
4196
4197
|
"type": "object",
|
|
@@ -4204,7 +4205,7 @@
|
|
|
4204
4205
|
"properties": {
|
|
4205
4206
|
"resolver": {
|
|
4206
4207
|
"type": "string",
|
|
4207
|
-
"const": "
|
|
4208
|
+
"const": "userIdMatchingUserEntityAnnotation"
|
|
4208
4209
|
}
|
|
4209
4210
|
},
|
|
4210
4211
|
"required": [
|
|
@@ -4253,8 +4254,7 @@
|
|
|
4253
4254
|
},
|
|
4254
4255
|
"required": [
|
|
4255
4256
|
"clientId",
|
|
4256
|
-
"clientSecret"
|
|
4257
|
-
"issuer"
|
|
4257
|
+
"clientSecret"
|
|
4258
4258
|
]
|
|
4259
4259
|
}
|
|
4260
4260
|
}
|
|
@@ -4265,10 +4265,10 @@
|
|
|
4265
4265
|
},
|
|
4266
4266
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4267
4267
|
},
|
|
4268
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4268
|
+
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-provider"
|
|
4269
4269
|
},
|
|
4270
4270
|
{
|
|
4271
|
-
"path": "../../node_modules/@
|
|
4271
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4272
4272
|
"value": {
|
|
4273
4273
|
"type": "object",
|
|
4274
4274
|
"properties": {
|
|
@@ -4443,7 +4443,7 @@
|
|
|
4443
4443
|
"packageName": "@backstage/backend-plugin-api"
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
|
-
"path": "../../node_modules/@
|
|
4446
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4447
4447
|
"value": {
|
|
4448
4448
|
"type": "object",
|
|
4449
4449
|
"properties": {
|
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-20250216023305",
|
|
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-20250216023305",
|
|
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-20250216023305",
|
|
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-20250216023305",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|