@techdocs/cli 0.0.0-nightly-20260105025819 → 0.0.0-nightly-20260107024940
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 +92 -92
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{main.c03cc860.js → main.48ae5130.js} +3 -3
- package/dist/embedded-app/static/main.48ae5130.js.map +1 -0
- package/dist/embedded-app/static/module-parse5.94980036.js +2 -0
- package/dist/embedded-app/static/module-parse5.94980036.js.map +1 -0
- package/dist/embedded-app/static/vendor.13672ffd.js +2 -0
- package/dist/embedded-app/static/vendor.13672ffd.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.c03cc860.js.map +0 -1
- package/dist/embedded-app/static/vendor.a4b20610.js +0 -2
- package/dist/embedded-app/static/vendor.a4b20610.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260107024940
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20260107024940
|
|
9
9
|
- @backstage/catalog-model@1.7.6
|
|
10
10
|
- @backstage/cli-common@0.1.16
|
|
11
11
|
- @backstage/config@1.3.6
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20260107024940
|
|
13
13
|
|
|
14
14
|
## 1.10.4-next.1
|
|
15
15
|
|
|
@@ -358,6 +358,52 @@
|
|
|
358
358
|
},
|
|
359
359
|
"packageName": "@backstage/core-app-api"
|
|
360
360
|
},
|
|
361
|
+
{
|
|
362
|
+
"path": "../core-components/config.d.ts",
|
|
363
|
+
"value": {
|
|
364
|
+
"type": "object",
|
|
365
|
+
"properties": {
|
|
366
|
+
"auth": {
|
|
367
|
+
"type": "object",
|
|
368
|
+
"properties": {
|
|
369
|
+
"autologout": {
|
|
370
|
+
"description": "Autologout feature configuration",
|
|
371
|
+
"type": "object",
|
|
372
|
+
"properties": {
|
|
373
|
+
"enabled": {
|
|
374
|
+
"description": "Enable or disable the autologout feature",
|
|
375
|
+
"visibility": "frontend",
|
|
376
|
+
"type": "boolean"
|
|
377
|
+
},
|
|
378
|
+
"idleTimeoutMinutes": {
|
|
379
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
380
|
+
"visibility": "frontend",
|
|
381
|
+
"type": "number"
|
|
382
|
+
},
|
|
383
|
+
"promptBeforeIdleSeconds": {
|
|
384
|
+
"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.",
|
|
385
|
+
"visibility": "frontend",
|
|
386
|
+
"type": "number"
|
|
387
|
+
},
|
|
388
|
+
"useWorkerTimers": {
|
|
389
|
+
"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.",
|
|
390
|
+
"visibility": "frontend",
|
|
391
|
+
"type": "boolean"
|
|
392
|
+
},
|
|
393
|
+
"logoutIfDisconnected": {
|
|
394
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
395
|
+
"visibility": "frontend",
|
|
396
|
+
"type": "boolean"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
404
|
+
},
|
|
405
|
+
"packageName": "@backstage/core-components"
|
|
406
|
+
},
|
|
361
407
|
{
|
|
362
408
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
363
409
|
"value": {
|
|
@@ -419,52 +465,6 @@
|
|
|
419
465
|
},
|
|
420
466
|
"packageName": "@backstage/plugin-techdocs"
|
|
421
467
|
},
|
|
422
|
-
{
|
|
423
|
-
"path": "../core-components/config.d.ts",
|
|
424
|
-
"value": {
|
|
425
|
-
"type": "object",
|
|
426
|
-
"properties": {
|
|
427
|
-
"auth": {
|
|
428
|
-
"type": "object",
|
|
429
|
-
"properties": {
|
|
430
|
-
"autologout": {
|
|
431
|
-
"description": "Autologout feature configuration",
|
|
432
|
-
"type": "object",
|
|
433
|
-
"properties": {
|
|
434
|
-
"enabled": {
|
|
435
|
-
"description": "Enable or disable the autologout feature",
|
|
436
|
-
"visibility": "frontend",
|
|
437
|
-
"type": "boolean"
|
|
438
|
-
},
|
|
439
|
-
"idleTimeoutMinutes": {
|
|
440
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
441
|
-
"visibility": "frontend",
|
|
442
|
-
"type": "number"
|
|
443
|
-
},
|
|
444
|
-
"promptBeforeIdleSeconds": {
|
|
445
|
-
"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.",
|
|
446
|
-
"visibility": "frontend",
|
|
447
|
-
"type": "number"
|
|
448
|
-
},
|
|
449
|
-
"useWorkerTimers": {
|
|
450
|
-
"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.",
|
|
451
|
-
"visibility": "frontend",
|
|
452
|
-
"type": "boolean"
|
|
453
|
-
},
|
|
454
|
-
"logoutIfDisconnected": {
|
|
455
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
456
|
-
"visibility": "frontend",
|
|
457
|
-
"type": "boolean"
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
465
|
-
},
|
|
466
|
-
"packageName": "@backstage/core-components"
|
|
467
|
-
},
|
|
468
468
|
{
|
|
469
469
|
"path": "../integration/config.d.ts",
|
|
470
470
|
"value": {
|
|
@@ -1291,52 +1291,6 @@
|
|
|
1291
1291
|
},
|
|
1292
1292
|
"packageName": "@backstage/backend-plugin-api"
|
|
1293
1293
|
},
|
|
1294
|
-
{
|
|
1295
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1296
|
-
"value": {
|
|
1297
|
-
"type": "object",
|
|
1298
|
-
"properties": {
|
|
1299
|
-
"auth": {
|
|
1300
|
-
"description": "Configuration options for the auth plugin",
|
|
1301
|
-
"type": "object",
|
|
1302
|
-
"properties": {
|
|
1303
|
-
"providers": {
|
|
1304
|
-
"type": "object",
|
|
1305
|
-
"properties": {
|
|
1306
|
-
"guest": {
|
|
1307
|
-
"type": "object",
|
|
1308
|
-
"properties": {
|
|
1309
|
-
"userEntityRef": {
|
|
1310
|
-
"description": "The entity reference to use for the guest user.",
|
|
1311
|
-
"default": "user:development/guest",
|
|
1312
|
-
"type": "string"
|
|
1313
|
-
},
|
|
1314
|
-
"ownershipEntityRefs": {
|
|
1315
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1316
|
-
"default": "[userEntityRef]",
|
|
1317
|
-
"type": "array",
|
|
1318
|
-
"items": {
|
|
1319
|
-
"type": "string"
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1323
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1324
|
-
"type": "boolean"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
"required": [
|
|
1332
|
-
"providers"
|
|
1333
|
-
]
|
|
1334
|
-
}
|
|
1335
|
-
},
|
|
1336
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1337
|
-
},
|
|
1338
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1339
|
-
},
|
|
1340
1294
|
{
|
|
1341
1295
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1342
1296
|
"value": {
|
|
@@ -1492,6 +1446,52 @@
|
|
|
1492
1446
|
},
|
|
1493
1447
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1494
1448
|
},
|
|
1449
|
+
{
|
|
1450
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1451
|
+
"value": {
|
|
1452
|
+
"type": "object",
|
|
1453
|
+
"properties": {
|
|
1454
|
+
"auth": {
|
|
1455
|
+
"description": "Configuration options for the auth plugin",
|
|
1456
|
+
"type": "object",
|
|
1457
|
+
"properties": {
|
|
1458
|
+
"providers": {
|
|
1459
|
+
"type": "object",
|
|
1460
|
+
"properties": {
|
|
1461
|
+
"guest": {
|
|
1462
|
+
"type": "object",
|
|
1463
|
+
"properties": {
|
|
1464
|
+
"userEntityRef": {
|
|
1465
|
+
"description": "The entity reference to use for the guest user.",
|
|
1466
|
+
"default": "user:development/guest",
|
|
1467
|
+
"type": "string"
|
|
1468
|
+
},
|
|
1469
|
+
"ownershipEntityRefs": {
|
|
1470
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1471
|
+
"default": "[userEntityRef]",
|
|
1472
|
+
"type": "array",
|
|
1473
|
+
"items": {
|
|
1474
|
+
"type": "string"
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1478
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1479
|
+
"type": "boolean"
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"required": [
|
|
1487
|
+
"providers"
|
|
1488
|
+
]
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1492
|
+
},
|
|
1493
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1494
|
+
},
|
|
1495
1495
|
{
|
|
1496
1496
|
"path": "../backend-app-api/config.d.ts",
|
|
1497
1497
|
"value": {
|
|
@@ -1,4 +1,4 @@
|
|
|
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="color-scheme" content="light dark"/><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>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.47f251b0.js"></script><script defer="defer" src="/static/module-material-ui.9517effb.js"></script><script defer="defer" src="/static/module-lodash.7d4f904e.js"></script><script defer="defer" src="/static/module-date-fns.fe699224.js"></script><script defer="defer" src="/static/module-mui.375d6d62.js"></script><script defer="defer" src="/static/module-material-table.5a3a2d93.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.909b7d4e.js"></script><script defer="defer" src="/static/module-zod.4600b494.js"></script><script defer="defer" src="/static/module-react-dom.44002a3f.js"></script><script defer="defer" src="/static/module-i18next.685d0b2d.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.29de0c3a.js"></script><script defer="defer" src="/static/module-remix-run.f9e8eadd.js"></script><script defer="defer" src="/static/vendor.
|
|
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="color-scheme" content="light dark"/><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>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.47f251b0.js"></script><script defer="defer" src="/static/module-material-ui.9517effb.js"></script><script defer="defer" src="/static/module-lodash.7d4f904e.js"></script><script defer="defer" src="/static/module-date-fns.fe699224.js"></script><script defer="defer" src="/static/module-mui.375d6d62.js"></script><script defer="defer" src="/static/module-material-table.5a3a2d93.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.909b7d4e.js"></script><script defer="defer" src="/static/module-parse5.94980036.js"></script><script defer="defer" src="/static/module-zod.4600b494.js"></script><script defer="defer" src="/static/module-react-dom.44002a3f.js"></script><script defer="defer" src="/static/module-i18next.685d0b2d.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.29de0c3a.js"></script><script defer="defer" src="/static/module-remix-run.f9e8eadd.js"></script><script defer="defer" src="/static/vendor.13672ffd.js"></script><script defer="defer" src="/static/main.48ae5130.js"></script><link href="/static/main.e1e2baaa.css" rel="stylesheet"><script type="backstage.io/config">[
|
|
2
2
|
{
|
|
3
3
|
"context": "app-config.yaml",
|
|
4
4
|
"data": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
color="#5bbad5"
|
|
44
44
|
/>
|
|
45
45
|
<title><%= config.getString('app.title') %></title>
|
|
46
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.47f251b0.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.9517effb.js"></script><script defer src="<%= publicPath %>/static/module-lodash.7d4f904e.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.fe699224.js"></script><script defer src="<%= publicPath %>/static/module-mui.375d6d62.js"></script><script defer src="<%= publicPath %>/static/module-material-table.5a3a2d93.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.909b7d4e.js"></script><script defer src="<%= publicPath %>/static/module-zod.4600b494.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.44002a3f.js"></script><script defer src="<%= publicPath %>/static/module-i18next.685d0b2d.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.29de0c3a.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.f9e8eadd.js"></script><script defer src="<%= publicPath %>/static/vendor.
|
|
46
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.47f251b0.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.9517effb.js"></script><script defer src="<%= publicPath %>/static/module-lodash.7d4f904e.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.fe699224.js"></script><script defer src="<%= publicPath %>/static/module-mui.375d6d62.js"></script><script defer src="<%= publicPath %>/static/module-material-table.5a3a2d93.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.909b7d4e.js"></script><script defer src="<%= publicPath %>/static/module-parse5.94980036.js"></script><script defer src="<%= publicPath %>/static/module-zod.4600b494.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.44002a3f.js"></script><script defer src="<%= publicPath %>/static/module-i18next.685d0b2d.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.29de0c3a.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.f9e8eadd.js"></script><script defer src="<%= publicPath %>/static/vendor.13672ffd.js"></script><script defer src="<%= publicPath %>/static/main.48ae5130.js"></script><link href="<%= publicPath %>/static/main.e1e2baaa.css" rel="stylesheet"></head>
|
|
47
47
|
<body>
|
|
48
48
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
49
49
|
<div id="root"></div>
|