@techdocs/cli 1.8.14 → 1.8.15

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.8.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.3.3
9
+ - @backstage/plugin-techdocs-node@1.12.7
10
+ - @backstage/catalog-model@1.5.0
11
+ - @backstage/cli-common@0.1.14
12
+ - @backstage/config@1.2.0
13
+
3
14
  ## 1.8.14
4
15
 
5
16
  ### Patch Changes
@@ -125,51 +125,6 @@
125
125
  "$schema": "http://json-schema.org/draft-07/schema#"
126
126
  }
127
127
  },
128
- {
129
- "path": "../core-components/config.d.ts",
130
- "value": {
131
- "type": "object",
132
- "properties": {
133
- "auth": {
134
- "type": "object",
135
- "properties": {
136
- "autologout": {
137
- "description": "Autologout feature configuration",
138
- "type": "object",
139
- "properties": {
140
- "enabled": {
141
- "description": "Enable or disable the autologout feature",
142
- "visibility": "frontend",
143
- "type": "boolean"
144
- },
145
- "idleTimeoutMinutes": {
146
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
147
- "visibility": "frontend",
148
- "type": "number"
149
- },
150
- "promptBeforeIdleSeconds": {
151
- "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.",
152
- "visibility": "frontend",
153
- "type": "number"
154
- },
155
- "useWorkerTimers": {
156
- "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.",
157
- "visibility": "frontend",
158
- "type": "boolean"
159
- },
160
- "logoutIfDisconnected": {
161
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
162
- "visibility": "frontend",
163
- "type": "boolean"
164
- }
165
- }
166
- }
167
- }
168
- }
169
- },
170
- "$schema": "http://json-schema.org/draft-07/schema#"
171
- }
172
- },
173
128
  {
174
129
  "path": "../core-app-api/config.d.ts",
175
130
  "value": {
@@ -378,6 +333,51 @@
378
333
  "$schema": "http://json-schema.org/draft-07/schema#"
379
334
  }
380
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
381
  {
382
382
  "path": "../../plugins/techdocs/config.d.ts",
383
383
  "value": {
@@ -942,10 +942,19 @@
942
942
  "type": "object",
943
943
  "properties": {
944
944
  "bindings": {
945
+ "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.",
945
946
  "deepVisibility": "frontend",
946
947
  "type": "object",
947
948
  "additionalProperties": {
948
- "type": "string"
949
+ "anyOf": [
950
+ {
951
+ "const": false,
952
+ "type": "boolean"
953
+ },
954
+ {
955
+ "type": "string"
956
+ }
957
+ ]
949
958
  }
950
959
  }
951
960
  }
@@ -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.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>
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.bed8cee0.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.bed8cee0.js"></script><script defer="defer" src="/static/main.bed8cee0.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>