@techdocs/cli 0.0.0-nightly-20240702021736 → 0.0.0-nightly-20240705021713
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 +14 -3
- package/dist/embedded-app/.config-schema.json +45 -45
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/{main.3736273c.js → main.48de2197.js} +10 -10
- package/dist/embedded-app/static/main.48de2197.js.map +1 -0
- package/dist/embedded-app/static/{runtime.3736273c.js → runtime.48de2197.js} +1 -1
- package/dist/embedded-app/static/{runtime.3736273c.js.map → runtime.48de2197.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.3736273c.js → vendor.48de2197.js} +1 -1
- package/dist/embedded-app/static/{vendor.3736273c.js.map → vendor.48de2197.js.map} +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.3736273c.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240705021713
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- c964a3d: Import discovery from backend-defaults instead of backend-common
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-defaults@0.0.0-nightly-20240705021713
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240705021713
|
|
11
|
+
- @backstage/catalog-model@1.5.0
|
|
12
|
+
- @backstage/cli-common@0.1.14
|
|
13
|
+
- @backstage/config@1.2.0
|
|
14
|
+
|
|
15
|
+
## 1.8.16-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/plugin-techdocs-node@1.12.8-next.1
|
|
21
|
+
- @backstage/backend-defaults@0.3.4-next.1
|
|
11
22
|
- @backstage/catalog-model@1.5.0
|
|
12
23
|
- @backstage/cli-common@0.1.14
|
|
13
24
|
- @backstage/config@1.2.0
|
|
@@ -354,51 +354,6 @@
|
|
|
354
354
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
|
-
{
|
|
358
|
-
"path": "../core-components/config.d.ts",
|
|
359
|
-
"value": {
|
|
360
|
-
"type": "object",
|
|
361
|
-
"properties": {
|
|
362
|
-
"auth": {
|
|
363
|
-
"type": "object",
|
|
364
|
-
"properties": {
|
|
365
|
-
"autologout": {
|
|
366
|
-
"description": "Autologout feature configuration",
|
|
367
|
-
"type": "object",
|
|
368
|
-
"properties": {
|
|
369
|
-
"enabled": {
|
|
370
|
-
"description": "Enable or disable the autologout feature",
|
|
371
|
-
"visibility": "frontend",
|
|
372
|
-
"type": "boolean"
|
|
373
|
-
},
|
|
374
|
-
"idleTimeoutMinutes": {
|
|
375
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
376
|
-
"visibility": "frontend",
|
|
377
|
-
"type": "number"
|
|
378
|
-
},
|
|
379
|
-
"promptBeforeIdleSeconds": {
|
|
380
|
-
"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.",
|
|
381
|
-
"visibility": "frontend",
|
|
382
|
-
"type": "number"
|
|
383
|
-
},
|
|
384
|
-
"useWorkerTimers": {
|
|
385
|
-
"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.",
|
|
386
|
-
"visibility": "frontend",
|
|
387
|
-
"type": "boolean"
|
|
388
|
-
},
|
|
389
|
-
"logoutIfDisconnected": {
|
|
390
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
391
|
-
"visibility": "frontend",
|
|
392
|
-
"type": "boolean"
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
357
|
{
|
|
403
358
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
404
359
|
"value": {
|
|
@@ -444,6 +399,51 @@
|
|
|
444
399
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
445
400
|
}
|
|
446
401
|
},
|
|
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": {
|
|
@@ -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.48de2197.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.6a6952b4.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.48de2197.js"></script><script defer="defer" src="/static/main.48de2197.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|