@techdocs/cli 1.8.17 → 1.8.18

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,13 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.8.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.4.4
9
+ - @backstage/plugin-techdocs-node@1.12.10
10
+
3
11
  ## 1.8.17
4
12
 
5
13
  ### 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": {
@@ -399,6 +354,51 @@
399
354
  "$schema": "http://json-schema.org/draft-07/schema#"
400
355
  }
401
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
402
  {
403
403
  "path": "../../plugins/techdocs/config.d.ts",
404
404
  "value": {
@@ -1987,10 +1987,7 @@
1987
1987
  ]
1988
1988
  }
1989
1989
  }
1990
- },
1991
- "required": [
1992
- "externalAccess"
1993
- ]
1990
+ }
1994
1991
  },
1995
1992
  "packages": {
1996
1993
  "anyOf": [
@@ -2452,10 +2449,7 @@
2452
2449
  ]
2453
2450
  }
2454
2451
  }
2455
- },
2456
- "required": [
2457
- "externalAccess"
2458
- ]
2452
+ }
2459
2453
  }
2460
2454
  }
2461
2455
  },
package/dist/index.cjs.js CHANGED
@@ -228,7 +228,7 @@ function lazy(getActionFunc) {
228
228
  };
229
229
  }
230
230
 
231
- var version = "1.8.17";
231
+ var version = "1.8.18";
232
232
 
233
233
  const main = (argv) => {
234
234
  commander.program.name("techdocs-cli").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
3
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
4
- "version": "1.8.17",
4
+ "version": "1.8.18",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -56,11 +56,11 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-defaults": "^0.4.2",
59
+ "@backstage/backend-defaults": "^0.4.4",
60
60
  "@backstage/catalog-model": "^1.6.0",
61
61
  "@backstage/cli-common": "^0.1.14",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/plugin-techdocs-node": "^1.12.9",
63
+ "@backstage/plugin-techdocs-node": "^1.12.10",
64
64
  "commander": "^12.0.0",
65
65
  "fs-extra": "^11.0.0",
66
66
  "global-agent": "^3.0.0",