@techdocs/cli 1.8.2 → 1.8.4

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,21 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.2
9
+ - @backstage/plugin-techdocs-node@1.11.4
10
+
11
+ ## 1.8.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-common@0.21.1
17
+ - @backstage/plugin-techdocs-node@1.11.3
18
+
3
19
  ## 1.8.2
4
20
 
5
21
  ### Patch Changes
@@ -115,51 +115,6 @@
115
115
  "$schema": "http://json-schema.org/draft-07/schema#"
116
116
  }
117
117
  },
118
- {
119
- "path": "../core-components/config.d.ts",
120
- "value": {
121
- "type": "object",
122
- "properties": {
123
- "auth": {
124
- "type": "object",
125
- "properties": {
126
- "autologout": {
127
- "description": "Autologout feature configuration",
128
- "type": "object",
129
- "properties": {
130
- "enabled": {
131
- "description": "Enable or disable the autologout feature",
132
- "visibility": "frontend",
133
- "type": "boolean"
134
- },
135
- "idleTimeoutMinutes": {
136
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
137
- "visibility": "frontend",
138
- "type": "number"
139
- },
140
- "promptBeforeIdleSeconds": {
141
- "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.",
142
- "visibility": "frontend",
143
- "type": "number"
144
- },
145
- "useWorkerTimers": {
146
- "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.",
147
- "visibility": "frontend",
148
- "type": "boolean"
149
- },
150
- "logoutIfDisconnected": {
151
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
152
- "visibility": "frontend",
153
- "type": "boolean"
154
- }
155
- }
156
- }
157
- }
158
- }
159
- },
160
- "$schema": "http://json-schema.org/draft-07/schema#"
161
- }
162
- },
163
118
  {
164
119
  "path": "../core-app-api/config.d.ts",
165
120
  "value": {
@@ -368,6 +323,51 @@
368
323
  "$schema": "http://json-schema.org/draft-07/schema#"
369
324
  }
370
325
  },
326
+ {
327
+ "path": "../core-components/config.d.ts",
328
+ "value": {
329
+ "type": "object",
330
+ "properties": {
331
+ "auth": {
332
+ "type": "object",
333
+ "properties": {
334
+ "autologout": {
335
+ "description": "Autologout feature configuration",
336
+ "type": "object",
337
+ "properties": {
338
+ "enabled": {
339
+ "description": "Enable or disable the autologout feature",
340
+ "visibility": "frontend",
341
+ "type": "boolean"
342
+ },
343
+ "idleTimeoutMinutes": {
344
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
345
+ "visibility": "frontend",
346
+ "type": "number"
347
+ },
348
+ "promptBeforeIdleSeconds": {
349
+ "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.",
350
+ "visibility": "frontend",
351
+ "type": "number"
352
+ },
353
+ "useWorkerTimers": {
354
+ "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.",
355
+ "visibility": "frontend",
356
+ "type": "boolean"
357
+ },
358
+ "logoutIfDisconnected": {
359
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
360
+ "visibility": "frontend",
361
+ "type": "boolean"
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ },
368
+ "$schema": "http://json-schema.org/draft-07/schema#"
369
+ }
370
+ },
371
371
  {
372
372
  "path": "../../plugins/techdocs/config.d.ts",
373
373
  "value": {
@@ -961,28 +961,6 @@
961
961
  "$schema": "http://json-schema.org/draft-07/schema#"
962
962
  }
963
963
  },
964
- {
965
- "path": "../../plugins/stackstorm/config.d.ts",
966
- "value": {
967
- "type": "object",
968
- "properties": {
969
- "stackstorm": {
970
- "type": "object",
971
- "properties": {
972
- "webUrl": {
973
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
974
- "visibility": "frontend",
975
- "type": "string"
976
- }
977
- },
978
- "required": [
979
- "webUrl"
980
- ]
981
- }
982
- },
983
- "$schema": "http://json-schema.org/draft-07/schema#"
984
- }
985
- },
986
964
  {
987
965
  "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
988
966
  "value": {
@@ -1011,6 +989,28 @@
1011
989
  "$schema": "http://json-schema.org/draft-07/schema#"
1012
990
  }
1013
991
  },
992
+ {
993
+ "path": "../../plugins/stackstorm/config.d.ts",
994
+ "value": {
995
+ "type": "object",
996
+ "properties": {
997
+ "stackstorm": {
998
+ "type": "object",
999
+ "properties": {
1000
+ "webUrl": {
1001
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1002
+ "visibility": "frontend",
1003
+ "type": "string"
1004
+ }
1005
+ },
1006
+ "required": [
1007
+ "webUrl"
1008
+ ]
1009
+ }
1010
+ },
1011
+ "$schema": "http://json-schema.org/draft-07/schema#"
1012
+ }
1013
+ },
1014
1014
  {
1015
1015
  "path": "../backend-common/config.d.ts",
1016
1016
  "value": {
package/dist/index.cjs.js CHANGED
@@ -228,7 +228,7 @@ function lazy(getActionFunc) {
228
228
  };
229
229
  }
230
230
 
231
- var version = "1.8.2";
231
+ var version = "1.8.4";
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.2",
4
+ "version": "1.8.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -57,11 +57,11 @@
57
57
  "ext": "ts"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-common": "^0.21.0",
60
+ "@backstage/backend-common": "^0.21.2",
61
61
  "@backstage/catalog-model": "^1.4.4",
62
62
  "@backstage/cli-common": "^0.1.13",
63
63
  "@backstage/config": "^1.1.1",
64
- "@backstage/plugin-techdocs-node": "^1.11.2",
64
+ "@backstage/plugin-techdocs-node": "^1.11.4",
65
65
  "@types/dockerode": "^3.3.0",
66
66
  "commander": "^12.0.0",
67
67
  "dockerode": "^4.0.0",