@techdocs/cli 0.0.0-nightly-20240614021713 → 0.0.0-nightly-20240615021640
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 +4 -4
- package/dist/embedded-app/.config-schema.json +45 -45
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/{main.6c256623.js → main.b93296e6.js} +2 -2
- package/dist/embedded-app/static/{main.6c256623.js.map → main.b93296e6.js.map} +1 -1
- package/dist/embedded-app/static/{runtime.6c256623.js → runtime.b93296e6.js} +1 -1
- package/dist/embedded-app/static/{runtime.6c256623.js.map → runtime.b93296e6.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.6c256623.js → vendor.b93296e6.js} +1 -1
- package/dist/embedded-app/static/{vendor.6c256623.js.map → vendor.b93296e6.js.map} +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240615021640
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
10
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20240615021640
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240615021640
|
|
10
|
+
- @backstage/cli-common@0.0.0-nightly-20240615021640
|
|
11
11
|
- @backstage/catalog-model@1.5.0
|
|
12
12
|
- @backstage/config@1.2.0
|
|
13
13
|
|
|
@@ -333,51 +333,6 @@
|
|
|
333
333
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
-
{
|
|
337
|
-
"path": "../core-components/config.d.ts",
|
|
338
|
-
"value": {
|
|
339
|
-
"type": "object",
|
|
340
|
-
"properties": {
|
|
341
|
-
"auth": {
|
|
342
|
-
"type": "object",
|
|
343
|
-
"properties": {
|
|
344
|
-
"autologout": {
|
|
345
|
-
"description": "Autologout feature configuration",
|
|
346
|
-
"type": "object",
|
|
347
|
-
"properties": {
|
|
348
|
-
"enabled": {
|
|
349
|
-
"description": "Enable or disable the autologout feature",
|
|
350
|
-
"visibility": "frontend",
|
|
351
|
-
"type": "boolean"
|
|
352
|
-
},
|
|
353
|
-
"idleTimeoutMinutes": {
|
|
354
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
355
|
-
"visibility": "frontend",
|
|
356
|
-
"type": "number"
|
|
357
|
-
},
|
|
358
|
-
"promptBeforeIdleSeconds": {
|
|
359
|
-
"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.",
|
|
360
|
-
"visibility": "frontend",
|
|
361
|
-
"type": "number"
|
|
362
|
-
},
|
|
363
|
-
"useWorkerTimers": {
|
|
364
|
-
"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.",
|
|
365
|
-
"visibility": "frontend",
|
|
366
|
-
"type": "boolean"
|
|
367
|
-
},
|
|
368
|
-
"logoutIfDisconnected": {
|
|
369
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
370
|
-
"visibility": "frontend",
|
|
371
|
-
"type": "boolean"
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
336
|
{
|
|
382
337
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
383
338
|
"value": {
|
|
@@ -423,6 +378,51 @@
|
|
|
423
378
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
424
379
|
}
|
|
425
380
|
},
|
|
381
|
+
{
|
|
382
|
+
"path": "../core-components/config.d.ts",
|
|
383
|
+
"value": {
|
|
384
|
+
"type": "object",
|
|
385
|
+
"properties": {
|
|
386
|
+
"auth": {
|
|
387
|
+
"type": "object",
|
|
388
|
+
"properties": {
|
|
389
|
+
"autologout": {
|
|
390
|
+
"description": "Autologout feature configuration",
|
|
391
|
+
"type": "object",
|
|
392
|
+
"properties": {
|
|
393
|
+
"enabled": {
|
|
394
|
+
"description": "Enable or disable the autologout feature",
|
|
395
|
+
"visibility": "frontend",
|
|
396
|
+
"type": "boolean"
|
|
397
|
+
},
|
|
398
|
+
"idleTimeoutMinutes": {
|
|
399
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
400
|
+
"visibility": "frontend",
|
|
401
|
+
"type": "number"
|
|
402
|
+
},
|
|
403
|
+
"promptBeforeIdleSeconds": {
|
|
404
|
+
"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.",
|
|
405
|
+
"visibility": "frontend",
|
|
406
|
+
"type": "number"
|
|
407
|
+
},
|
|
408
|
+
"useWorkerTimers": {
|
|
409
|
+
"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.",
|
|
410
|
+
"visibility": "frontend",
|
|
411
|
+
"type": "boolean"
|
|
412
|
+
},
|
|
413
|
+
"logoutIfDisconnected": {
|
|
414
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
415
|
+
"visibility": "frontend",
|
|
416
|
+
"type": "boolean"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
426
|
{
|
|
427
427
|
"path": "../integration/config.d.ts",
|
|
428
428
|
"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>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
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>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.b93296e6.js"></script><script defer="defer" src="/static/module-material-ui.1eefc717.js"></script><script defer="defer" src="/static/module-lodash.1a2b8e11.js"></script><script defer="defer" src="/static/module-date-fns.196adaa7.js"></script><script defer="defer" src="/static/module-mui.bb6867cb.js"></script><script defer="defer" src="/static/module-material-table.892da5bc.js"></script><script defer="defer" src="/static/module-react-dom.3e65b8bc.js"></script><script defer="defer" src="/static/module-react-router.07ec2a81.js"></script><script defer="defer" src="/static/module-react-router-dom.ba9d01bf.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.8a51ed97.js"></script><script defer="defer" src="/static/module-zod.52dba18e.js"></script><script defer="defer" src="/static/module-i18next.40b7c233.js"></script><script defer="defer" src="/static/vendor.b93296e6.js"></script><script defer="defer" src="/static/main.b93296e6.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|