@techdocs/cli 0.0.0-nightly-20250710024421 → 0.0.0-nightly-20250711024638
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 +5 -5
- package/dist/embedded-app/.config-schema.json +236 -236
- package/dist/package.json.cjs.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250711024638
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/config@0.0.0-nightly-
|
|
9
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
10
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
8
|
+
- @backstage/config@0.0.0-nightly-20250711024638
|
|
9
|
+
- @backstage/catalog-model@0.0.0-nightly-20250711024638
|
|
10
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250711024638
|
|
11
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250711024638
|
|
12
12
|
- @backstage/cli-common@0.1.15
|
|
13
13
|
|
|
14
14
|
## 1.9.5-next.1
|
|
@@ -107,231 +107,29 @@
|
|
|
107
107
|
"path": "../cli/package.json"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
"path": "
|
|
110
|
+
"path": "../../plugins/permission-common/config.d.ts",
|
|
111
111
|
"value": {
|
|
112
112
|
"type": "object",
|
|
113
113
|
"properties": {
|
|
114
|
-
"
|
|
115
|
-
"description": "
|
|
114
|
+
"permission": {
|
|
115
|
+
"description": "Configuration options for Backstage permissions and authorization",
|
|
116
116
|
"type": "object",
|
|
117
117
|
"properties": {
|
|
118
|
-
"
|
|
119
|
-
"description": "
|
|
120
|
-
"visibility": "frontend",
|
|
121
|
-
"type": "string"
|
|
122
|
-
},
|
|
123
|
-
"title": {
|
|
124
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
118
|
+
"enabled": {
|
|
119
|
+
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
125
120
|
"visibility": "frontend",
|
|
126
|
-
"type": "
|
|
127
|
-
},
|
|
128
|
-
"support": {
|
|
129
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
130
|
-
"type": "object",
|
|
131
|
-
"properties": {
|
|
132
|
-
"url": {
|
|
133
|
-
"description": "The primary support url.",
|
|
134
|
-
"visibility": "frontend",
|
|
135
|
-
"type": "string"
|
|
136
|
-
},
|
|
137
|
-
"items": {
|
|
138
|
-
"description": "A list of categorized support item groupings.",
|
|
139
|
-
"type": "array",
|
|
140
|
-
"items": {
|
|
141
|
-
"type": "object",
|
|
142
|
-
"properties": {
|
|
143
|
-
"title": {
|
|
144
|
-
"description": "The title of the support item grouping.",
|
|
145
|
-
"visibility": "frontend",
|
|
146
|
-
"type": "string"
|
|
147
|
-
},
|
|
148
|
-
"icon": {
|
|
149
|
-
"description": "An optional icon for the support item grouping.",
|
|
150
|
-
"visibility": "frontend",
|
|
151
|
-
"type": "string"
|
|
152
|
-
},
|
|
153
|
-
"links": {
|
|
154
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
155
|
-
"type": "array",
|
|
156
|
-
"items": {
|
|
157
|
-
"type": "object",
|
|
158
|
-
"properties": {
|
|
159
|
-
"url": {
|
|
160
|
-
"visibility": "frontend",
|
|
161
|
-
"type": "string"
|
|
162
|
-
},
|
|
163
|
-
"title": {
|
|
164
|
-
"visibility": "frontend",
|
|
165
|
-
"type": "string"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
"required": [
|
|
169
|
-
"url"
|
|
170
|
-
]
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"required": [
|
|
175
|
-
"links",
|
|
176
|
-
"title"
|
|
177
|
-
]
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"required": [
|
|
182
|
-
"items",
|
|
183
|
-
"url"
|
|
184
|
-
]
|
|
121
|
+
"type": "boolean"
|
|
185
122
|
},
|
|
186
|
-
"
|
|
187
|
-
"type": "object",
|
|
188
|
-
"properties": {
|
|
189
|
-
"bindings": {
|
|
190
|
-
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
191
|
-
"deepVisibility": "frontend",
|
|
192
|
-
"type": "object",
|
|
193
|
-
"additionalProperties": {
|
|
194
|
-
"anyOf": [
|
|
195
|
-
{
|
|
196
|
-
"const": false,
|
|
197
|
-
"type": "boolean"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"type": "string"
|
|
201
|
-
}
|
|
202
|
-
]
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"required": [
|
|
209
|
-
"baseUrl"
|
|
210
|
-
]
|
|
211
|
-
},
|
|
212
|
-
"backend": {
|
|
213
|
-
"description": "Generic backend configuration.",
|
|
214
|
-
"type": "object",
|
|
215
|
-
"properties": {
|
|
216
|
-
"baseUrl": {
|
|
217
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
218
|
-
"visibility": "frontend",
|
|
219
|
-
"type": "string"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
"required": [
|
|
223
|
-
"baseUrl"
|
|
224
|
-
]
|
|
225
|
-
},
|
|
226
|
-
"organization": {
|
|
227
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
228
|
-
"type": "object",
|
|
229
|
-
"properties": {
|
|
230
|
-
"name": {
|
|
231
|
-
"description": "The name of the organization that the app belongs to.",
|
|
232
|
-
"visibility": "frontend",
|
|
233
|
-
"type": "string"
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"homepage": {
|
|
238
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
239
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
240
|
-
"type": "object",
|
|
241
|
-
"properties": {
|
|
242
|
-
"clocks": {
|
|
243
|
-
"type": "array",
|
|
244
|
-
"items": {
|
|
245
|
-
"type": "object",
|
|
246
|
-
"properties": {
|
|
247
|
-
"label": {
|
|
248
|
-
"visibility": "frontend",
|
|
249
|
-
"type": "string"
|
|
250
|
-
},
|
|
251
|
-
"timezone": {
|
|
252
|
-
"visibility": "frontend",
|
|
253
|
-
"type": "string"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"required": [
|
|
257
|
-
"label",
|
|
258
|
-
"timezone"
|
|
259
|
-
]
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
"auth": {
|
|
265
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
266
|
-
"type": "object",
|
|
267
|
-
"properties": {
|
|
268
|
-
"environment": {
|
|
269
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
270
|
-
"visibility": "frontend",
|
|
271
|
-
"type": "string"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"enableExperimentalRedirectFlow": {
|
|
276
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
277
|
-
"visibility": "frontend",
|
|
278
|
-
"type": "boolean"
|
|
279
|
-
},
|
|
280
|
-
"discovery": {
|
|
281
|
-
"description": "Discovery options.",
|
|
282
|
-
"visibility": "frontend",
|
|
283
|
-
"type": "object",
|
|
284
|
-
"properties": {
|
|
285
|
-
"endpoints": {
|
|
286
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
123
|
+
"EXPERIMENTAL_enableBatchedRequests": {
|
|
287
124
|
"visibility": "frontend",
|
|
288
|
-
"type": "
|
|
289
|
-
"items": {
|
|
290
|
-
"type": "object",
|
|
291
|
-
"properties": {
|
|
292
|
-
"target": {
|
|
293
|
-
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
294
|
-
"visibility": "frontend",
|
|
295
|
-
"anyOf": [
|
|
296
|
-
{
|
|
297
|
-
"type": "object",
|
|
298
|
-
"properties": {
|
|
299
|
-
"external": {
|
|
300
|
-
"visibility": "frontend",
|
|
301
|
-
"type": "string"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"type": "string"
|
|
307
|
-
}
|
|
308
|
-
]
|
|
309
|
-
},
|
|
310
|
-
"plugins": {
|
|
311
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
312
|
-
"visibility": "frontend",
|
|
313
|
-
"type": "array",
|
|
314
|
-
"items": {
|
|
315
|
-
"type": "string"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
"required": [
|
|
320
|
-
"plugins",
|
|
321
|
-
"target"
|
|
322
|
-
]
|
|
323
|
-
}
|
|
125
|
+
"type": "boolean"
|
|
324
126
|
}
|
|
325
127
|
}
|
|
326
128
|
}
|
|
327
129
|
},
|
|
328
|
-
"required": [
|
|
329
|
-
"app",
|
|
330
|
-
"backend"
|
|
331
|
-
],
|
|
332
130
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
333
131
|
},
|
|
334
|
-
"packageName": "@backstage/
|
|
132
|
+
"packageName": "@backstage/plugin-permission-common"
|
|
335
133
|
},
|
|
336
134
|
{
|
|
337
135
|
"path": "../core-components/config.d.ts",
|
|
@@ -929,31 +727,6 @@
|
|
|
929
727
|
},
|
|
930
728
|
"packageName": "@backstage/integration"
|
|
931
729
|
},
|
|
932
|
-
{
|
|
933
|
-
"path": "../../plugins/permission-common/config.d.ts",
|
|
934
|
-
"value": {
|
|
935
|
-
"type": "object",
|
|
936
|
-
"properties": {
|
|
937
|
-
"permission": {
|
|
938
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
939
|
-
"type": "object",
|
|
940
|
-
"properties": {
|
|
941
|
-
"enabled": {
|
|
942
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
943
|
-
"visibility": "frontend",
|
|
944
|
-
"type": "boolean"
|
|
945
|
-
},
|
|
946
|
-
"EXPERIMENTAL_enableBatchedRequests": {
|
|
947
|
-
"visibility": "frontend",
|
|
948
|
-
"type": "boolean"
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
954
|
-
},
|
|
955
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
956
|
-
},
|
|
957
730
|
{
|
|
958
731
|
"path": "../frontend-app-api/config.d.ts",
|
|
959
732
|
"value": {
|
|
@@ -1130,6 +903,233 @@
|
|
|
1130
903
|
},
|
|
1131
904
|
"packageName": "@backstage/frontend-app-api"
|
|
1132
905
|
},
|
|
906
|
+
{
|
|
907
|
+
"path": "../core-app-api/config.d.ts",
|
|
908
|
+
"value": {
|
|
909
|
+
"type": "object",
|
|
910
|
+
"properties": {
|
|
911
|
+
"app": {
|
|
912
|
+
"description": "Generic frontend configuration.",
|
|
913
|
+
"type": "object",
|
|
914
|
+
"properties": {
|
|
915
|
+
"baseUrl": {
|
|
916
|
+
"description": "The public absolute root URL that the frontend.",
|
|
917
|
+
"visibility": "frontend",
|
|
918
|
+
"type": "string"
|
|
919
|
+
},
|
|
920
|
+
"title": {
|
|
921
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
922
|
+
"visibility": "frontend",
|
|
923
|
+
"type": "string"
|
|
924
|
+
},
|
|
925
|
+
"support": {
|
|
926
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
927
|
+
"type": "object",
|
|
928
|
+
"properties": {
|
|
929
|
+
"url": {
|
|
930
|
+
"description": "The primary support url.",
|
|
931
|
+
"visibility": "frontend",
|
|
932
|
+
"type": "string"
|
|
933
|
+
},
|
|
934
|
+
"items": {
|
|
935
|
+
"description": "A list of categorized support item groupings.",
|
|
936
|
+
"type": "array",
|
|
937
|
+
"items": {
|
|
938
|
+
"type": "object",
|
|
939
|
+
"properties": {
|
|
940
|
+
"title": {
|
|
941
|
+
"description": "The title of the support item grouping.",
|
|
942
|
+
"visibility": "frontend",
|
|
943
|
+
"type": "string"
|
|
944
|
+
},
|
|
945
|
+
"icon": {
|
|
946
|
+
"description": "An optional icon for the support item grouping.",
|
|
947
|
+
"visibility": "frontend",
|
|
948
|
+
"type": "string"
|
|
949
|
+
},
|
|
950
|
+
"links": {
|
|
951
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
952
|
+
"type": "array",
|
|
953
|
+
"items": {
|
|
954
|
+
"type": "object",
|
|
955
|
+
"properties": {
|
|
956
|
+
"url": {
|
|
957
|
+
"visibility": "frontend",
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
"title": {
|
|
961
|
+
"visibility": "frontend",
|
|
962
|
+
"type": "string"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"required": [
|
|
966
|
+
"url"
|
|
967
|
+
]
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"required": [
|
|
972
|
+
"links",
|
|
973
|
+
"title"
|
|
974
|
+
]
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"required": [
|
|
979
|
+
"items",
|
|
980
|
+
"url"
|
|
981
|
+
]
|
|
982
|
+
},
|
|
983
|
+
"routes": {
|
|
984
|
+
"type": "object",
|
|
985
|
+
"properties": {
|
|
986
|
+
"bindings": {
|
|
987
|
+
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
988
|
+
"deepVisibility": "frontend",
|
|
989
|
+
"type": "object",
|
|
990
|
+
"additionalProperties": {
|
|
991
|
+
"anyOf": [
|
|
992
|
+
{
|
|
993
|
+
"const": false,
|
|
994
|
+
"type": "boolean"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"type": "string"
|
|
998
|
+
}
|
|
999
|
+
]
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"required": [
|
|
1006
|
+
"baseUrl"
|
|
1007
|
+
]
|
|
1008
|
+
},
|
|
1009
|
+
"backend": {
|
|
1010
|
+
"description": "Generic backend configuration.",
|
|
1011
|
+
"type": "object",
|
|
1012
|
+
"properties": {
|
|
1013
|
+
"baseUrl": {
|
|
1014
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1015
|
+
"visibility": "frontend",
|
|
1016
|
+
"type": "string"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"required": [
|
|
1020
|
+
"baseUrl"
|
|
1021
|
+
]
|
|
1022
|
+
},
|
|
1023
|
+
"organization": {
|
|
1024
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1025
|
+
"type": "object",
|
|
1026
|
+
"properties": {
|
|
1027
|
+
"name": {
|
|
1028
|
+
"description": "The name of the organization that the app belongs to.",
|
|
1029
|
+
"visibility": "frontend",
|
|
1030
|
+
"type": "string"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"homepage": {
|
|
1035
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1036
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1037
|
+
"type": "object",
|
|
1038
|
+
"properties": {
|
|
1039
|
+
"clocks": {
|
|
1040
|
+
"type": "array",
|
|
1041
|
+
"items": {
|
|
1042
|
+
"type": "object",
|
|
1043
|
+
"properties": {
|
|
1044
|
+
"label": {
|
|
1045
|
+
"visibility": "frontend",
|
|
1046
|
+
"type": "string"
|
|
1047
|
+
},
|
|
1048
|
+
"timezone": {
|
|
1049
|
+
"visibility": "frontend",
|
|
1050
|
+
"type": "string"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"required": [
|
|
1054
|
+
"label",
|
|
1055
|
+
"timezone"
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"auth": {
|
|
1062
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1063
|
+
"type": "object",
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"environment": {
|
|
1066
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1067
|
+
"visibility": "frontend",
|
|
1068
|
+
"type": "string"
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"enableExperimentalRedirectFlow": {
|
|
1073
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1074
|
+
"visibility": "frontend",
|
|
1075
|
+
"type": "boolean"
|
|
1076
|
+
},
|
|
1077
|
+
"discovery": {
|
|
1078
|
+
"description": "Discovery options.",
|
|
1079
|
+
"visibility": "frontend",
|
|
1080
|
+
"type": "object",
|
|
1081
|
+
"properties": {
|
|
1082
|
+
"endpoints": {
|
|
1083
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1084
|
+
"visibility": "frontend",
|
|
1085
|
+
"type": "array",
|
|
1086
|
+
"items": {
|
|
1087
|
+
"type": "object",
|
|
1088
|
+
"properties": {
|
|
1089
|
+
"target": {
|
|
1090
|
+
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
1091
|
+
"visibility": "frontend",
|
|
1092
|
+
"anyOf": [
|
|
1093
|
+
{
|
|
1094
|
+
"type": "object",
|
|
1095
|
+
"properties": {
|
|
1096
|
+
"external": {
|
|
1097
|
+
"visibility": "frontend",
|
|
1098
|
+
"type": "string"
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"type": "string"
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
|
+
"plugins": {
|
|
1108
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
1109
|
+
"visibility": "frontend",
|
|
1110
|
+
"type": "array",
|
|
1111
|
+
"items": {
|
|
1112
|
+
"type": "string"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
"required": [
|
|
1117
|
+
"plugins",
|
|
1118
|
+
"target"
|
|
1119
|
+
]
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"required": [
|
|
1126
|
+
"app",
|
|
1127
|
+
"backend"
|
|
1128
|
+
],
|
|
1129
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1130
|
+
},
|
|
1131
|
+
"packageName": "@backstage/core-app-api"
|
|
1132
|
+
},
|
|
1133
1133
|
{
|
|
1134
1134
|
"path": "../../plugins/catalog/config.d.ts",
|
|
1135
1135
|
"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-20250711024638",
|
|
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-
|
|
48
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20250711024638",
|
|
48
|
+
"@backstage/catalog-model": "0.0.0-nightly-20250711024638",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
|
-
"@backstage/config": "0.0.0-nightly-
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
50
|
+
"@backstage/config": "0.0.0-nightly-20250711024638",
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20250711024638",
|
|
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-20250711024638",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|