@techdocs/cli 0.0.0-nightly-20240627021712 → 0.0.0-nightly-20240629021635

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,13 +1,13 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240627021712
3
+ ## 0.0.0-nightly-20240629021635
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-20240627021712
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240627021712
9
+ - @backstage/backend-defaults@0.0.0-nightly-20240629021635
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240629021635
11
11
  - @backstage/catalog-model@1.5.0
12
12
  - @backstage/cli-common@0.1.14
13
13
  - @backstage/config@1.2.0
@@ -333,51 +333,6 @@
333
333
  "$schema": "http://json-schema.org/draft-07/schema#"
334
334
  }
335
335
  },
336
- {
337
- "path": "../../plugins/techdocs/config.d.ts",
338
- "value": {
339
- "type": "object",
340
- "properties": {
341
- "techdocs": {
342
- "description": "Configuration options for the techdocs plugin",
343
- "type": "object",
344
- "properties": {
345
- "builder": {
346
- "description": "Documentation building process depends on the builder attr",
347
- "visibility": "frontend",
348
- "enum": [
349
- "external",
350
- "local"
351
- ],
352
- "type": "string"
353
- },
354
- "legacyUseCaseSensitiveTripletPaths": {
355
- "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
356
- "visibility": "frontend",
357
- "type": "boolean"
358
- },
359
- "sanitizer": {
360
- "type": "object",
361
- "properties": {
362
- "allowedIframeHosts": {
363
- "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
364
- "visibility": "frontend",
365
- "type": "array",
366
- "items": {
367
- "type": "string"
368
- }
369
- }
370
- }
371
- }
372
- }
373
- }
374
- },
375
- "required": [
376
- "techdocs"
377
- ],
378
- "$schema": "http://json-schema.org/draft-07/schema#"
379
- }
380
- },
381
336
  {
382
337
  "path": "../core-components/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": "../../plugins/techdocs/config.d.ts",
383
+ "value": {
384
+ "type": "object",
385
+ "properties": {
386
+ "techdocs": {
387
+ "description": "Configuration options for the techdocs plugin",
388
+ "type": "object",
389
+ "properties": {
390
+ "builder": {
391
+ "description": "Documentation building process depends on the builder attr",
392
+ "visibility": "frontend",
393
+ "enum": [
394
+ "external",
395
+ "local"
396
+ ],
397
+ "type": "string"
398
+ },
399
+ "legacyUseCaseSensitiveTripletPaths": {
400
+ "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
401
+ "visibility": "frontend",
402
+ "type": "boolean"
403
+ },
404
+ "sanitizer": {
405
+ "type": "object",
406
+ "properties": {
407
+ "allowedIframeHosts": {
408
+ "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
409
+ "visibility": "frontend",
410
+ "type": "array",
411
+ "items": {
412
+ "type": "string"
413
+ }
414
+ }
415
+ }
416
+ }
417
+ }
418
+ }
419
+ },
420
+ "required": [
421
+ "techdocs"
422
+ ],
423
+ "$schema": "http://json-schema.org/draft-07/schema#"
424
+ }
425
+ },
426
426
  {
427
427
  "path": "../integration/config.d.ts",
428
428
  "value": {
@@ -1010,28 +1010,6 @@
1010
1010
  "$schema": "http://json-schema.org/draft-07/schema#"
1011
1011
  }
1012
1012
  },
1013
- {
1014
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1015
- "value": {
1016
- "type": "object",
1017
- "properties": {
1018
- "stackstorm": {
1019
- "type": "object",
1020
- "properties": {
1021
- "webUrl": {
1022
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1023
- "visibility": "frontend",
1024
- "type": "string"
1025
- }
1026
- },
1027
- "required": [
1028
- "webUrl"
1029
- ]
1030
- }
1031
- },
1032
- "$schema": "http://json-schema.org/draft-07/schema#"
1033
- }
1034
- },
1035
1013
  {
1036
1014
  "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1037
1015
  "value": {
@@ -1060,6 +1038,28 @@
1060
1038
  "$schema": "http://json-schema.org/draft-07/schema#"
1061
1039
  }
1062
1040
  },
1041
+ {
1042
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1043
+ "value": {
1044
+ "type": "object",
1045
+ "properties": {
1046
+ "stackstorm": {
1047
+ "type": "object",
1048
+ "properties": {
1049
+ "webUrl": {
1050
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1051
+ "visibility": "frontend",
1052
+ "type": "string"
1053
+ }
1054
+ },
1055
+ "required": [
1056
+ "webUrl"
1057
+ ]
1058
+ }
1059
+ },
1060
+ "$schema": "http://json-schema.org/draft-07/schema#"
1061
+ }
1062
+ },
1063
1063
  {
1064
1064
  "path": "../backend-common/config.d.ts",
1065
1065
  "value": {
@@ -1487,7 +1487,7 @@
1487
1487
  }
1488
1488
  },
1489
1489
  {
1490
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1490
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1491
1491
  "value": {
1492
1492
  "type": "object",
1493
1493
  "properties": {
@@ -1686,7 +1686,7 @@
1686
1686
  }
1687
1687
  },
1688
1688
  {
1689
- "path": "../backend-defaults/config.d.ts",
1689
+ "path": "../backend-app-api/config.d.ts",
1690
1690
  "value": {
1691
1691
  "type": "object",
1692
1692
  "properties": {
@@ -1694,7 +1694,6 @@
1694
1694
  "type": "object",
1695
1695
  "properties": {
1696
1696
  "auth": {
1697
- "description": "Options used by the default auth, httpAuth and userInfo services.",
1698
1697
  "type": "object",
1699
1698
  "properties": {
1700
1699
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2020,17 +2019,17 @@
2020
2019
  }
2021
2020
  },
2022
2021
  "discovery": {
2023
- "description": "Options used by the default discovery service.",
2022
+ "description": "Discovery options.",
2024
2023
  "type": "object",
2025
2024
  "properties": {
2026
2025
  "endpoints": {
2027
- "description": "A list of target baseUrls and the associated plugins.",
2026
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2028
2027
  "type": "array",
2029
2028
  "items": {
2030
2029
  "type": "object",
2031
2030
  "properties": {
2032
2031
  "target": {
2033
- "description": "The target base URL to use for the plugin.\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.",
2032
+ "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
2034
2033
  "anyOf": [
2035
2034
  {
2036
2035
  "type": "object",
@@ -2053,7 +2052,7 @@
2053
2052
  ]
2054
2053
  },
2055
2054
  "plugins": {
2056
- "description": "Array of plugins which use the target base URL.",
2055
+ "description": "Array of plugins which use the target baseUrl.",
2057
2056
  "type": "array",
2058
2057
  "items": {
2059
2058
  "type": "string"
@@ -2076,7 +2075,7 @@
2076
2075
  }
2077
2076
  },
2078
2077
  {
2079
- "path": "../backend-app-api/config.d.ts",
2078
+ "path": "../backend-defaults/config.d.ts",
2080
2079
  "value": {
2081
2080
  "type": "object",
2082
2081
  "properties": {
@@ -2084,6 +2083,7 @@
2084
2083
  "type": "object",
2085
2084
  "properties": {
2086
2085
  "auth": {
2086
+ "description": "Options used by the default auth, httpAuth and userInfo services.",
2087
2087
  "type": "object",
2088
2088
  "properties": {
2089
2089
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2409,17 +2409,17 @@
2409
2409
  }
2410
2410
  },
2411
2411
  "discovery": {
2412
- "description": "Discovery options.",
2412
+ "description": "Options used by the default discovery service.",
2413
2413
  "type": "object",
2414
2414
  "properties": {
2415
2415
  "endpoints": {
2416
- "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2416
+ "description": "A list of target baseUrls and the associated plugins.",
2417
2417
  "type": "array",
2418
2418
  "items": {
2419
2419
  "type": "object",
2420
2420
  "properties": {
2421
2421
  "target": {
2422
- "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
2422
+ "description": "The target base URL to use for the plugin.\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.",
2423
2423
  "anyOf": [
2424
2424
  {
2425
2425
  "type": "object",
@@ -2442,7 +2442,7 @@
2442
2442
  ]
2443
2443
  },
2444
2444
  "plugins": {
2445
- "description": "Array of plugins which use the target baseUrl.",
2445
+ "description": "Array of plugins which use the target base URL.",
2446
2446
  "type": "array",
2447
2447
  "items": {
2448
2448
  "type": "string"
@@ -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.2457c7e1.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.2457c7e1.js"></script><script defer="defer" src="/static/main.2457c7e1.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.f6853973.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.f6853973.js"></script><script defer="defer" src="/static/main.f6853973.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>