@techdocs/cli 0.0.0-nightly-20240705021713 → 0.0.0-nightly-20240706021623

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-20240705021713
3
+ ## 0.0.0-nightly-20240706021623
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-20240705021713
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240705021713
9
+ - @backstage/backend-defaults@0.0.0-nightly-20240706021623
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240706021623
11
11
  - @backstage/catalog-model@1.5.0
12
12
  - @backstage/cli-common@0.1.14
13
13
  - @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": "../../plugins/techdocs/config.d.ts",
359
- "value": {
360
- "type": "object",
361
- "properties": {
362
- "techdocs": {
363
- "description": "Configuration options for the techdocs plugin",
364
- "type": "object",
365
- "properties": {
366
- "builder": {
367
- "description": "Documentation building process depends on the builder attr",
368
- "visibility": "frontend",
369
- "enum": [
370
- "external",
371
- "local"
372
- ],
373
- "type": "string"
374
- },
375
- "legacyUseCaseSensitiveTripletPaths": {
376
- "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
377
- "visibility": "frontend",
378
- "type": "boolean"
379
- },
380
- "sanitizer": {
381
- "type": "object",
382
- "properties": {
383
- "allowedIframeHosts": {
384
- "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",
385
- "visibility": "frontend",
386
- "type": "array",
387
- "items": {
388
- "type": "string"
389
- }
390
- }
391
- }
392
- }
393
- }
394
- }
395
- },
396
- "required": [
397
- "techdocs"
398
- ],
399
- "$schema": "http://json-schema.org/draft-07/schema#"
400
- }
401
- },
402
357
  {
403
358
  "path": "../core-components/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": "../../plugins/techdocs/config.d.ts",
404
+ "value": {
405
+ "type": "object",
406
+ "properties": {
407
+ "techdocs": {
408
+ "description": "Configuration options for the techdocs plugin",
409
+ "type": "object",
410
+ "properties": {
411
+ "builder": {
412
+ "description": "Documentation building process depends on the builder attr",
413
+ "visibility": "frontend",
414
+ "enum": [
415
+ "external",
416
+ "local"
417
+ ],
418
+ "type": "string"
419
+ },
420
+ "legacyUseCaseSensitiveTripletPaths": {
421
+ "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
422
+ "visibility": "frontend",
423
+ "type": "boolean"
424
+ },
425
+ "sanitizer": {
426
+ "type": "object",
427
+ "properties": {
428
+ "allowedIframeHosts": {
429
+ "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",
430
+ "visibility": "frontend",
431
+ "type": "array",
432
+ "items": {
433
+ "type": "string"
434
+ }
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ },
441
+ "required": [
442
+ "techdocs"
443
+ ],
444
+ "$schema": "http://json-schema.org/draft-07/schema#"
445
+ }
446
+ },
447
447
  {
448
448
  "path": "../integration/config.d.ts",
449
449
  "value": {
@@ -1508,7 +1508,7 @@
1508
1508
  }
1509
1509
  },
1510
1510
  {
1511
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1511
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1512
1512
  "value": {
1513
1513
  "type": "object",
1514
1514
  "properties": {
@@ -1707,7 +1707,7 @@
1707
1707
  }
1708
1708
  },
1709
1709
  {
1710
- "path": "../backend-app-api/config.d.ts",
1710
+ "path": "../backend-defaults/config.d.ts",
1711
1711
  "value": {
1712
1712
  "type": "object",
1713
1713
  "properties": {
@@ -1715,6 +1715,7 @@
1715
1715
  "type": "object",
1716
1716
  "properties": {
1717
1717
  "auth": {
1718
+ "description": "Options used by the default auth, httpAuth and userInfo services.",
1718
1719
  "type": "object",
1719
1720
  "properties": {
1720
1721
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2040,17 +2041,17 @@
2040
2041
  }
2041
2042
  },
2042
2043
  "discovery": {
2043
- "description": "Discovery options.",
2044
+ "description": "Options used by the default discovery service.",
2044
2045
  "type": "object",
2045
2046
  "properties": {
2046
2047
  "endpoints": {
2047
- "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2048
+ "description": "A list of target baseUrls and the associated plugins.",
2048
2049
  "type": "array",
2049
2050
  "items": {
2050
2051
  "type": "object",
2051
2052
  "properties": {
2052
2053
  "target": {
2053
- "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.",
2054
+ "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.",
2054
2055
  "anyOf": [
2055
2056
  {
2056
2057
  "type": "object",
@@ -2073,7 +2074,7 @@
2073
2074
  ]
2074
2075
  },
2075
2076
  "plugins": {
2076
- "description": "Array of plugins which use the target baseUrl.",
2077
+ "description": "Array of plugins which use the target base URL.",
2077
2078
  "type": "array",
2078
2079
  "items": {
2079
2080
  "type": "string"
@@ -2096,7 +2097,7 @@
2096
2097
  }
2097
2098
  },
2098
2099
  {
2099
- "path": "../backend-defaults/config.d.ts",
2100
+ "path": "../backend-app-api/config.d.ts",
2100
2101
  "value": {
2101
2102
  "type": "object",
2102
2103
  "properties": {
@@ -2104,7 +2105,6 @@
2104
2105
  "type": "object",
2105
2106
  "properties": {
2106
2107
  "auth": {
2107
- "description": "Options used by the default auth, httpAuth and userInfo services.",
2108
2108
  "type": "object",
2109
2109
  "properties": {
2110
2110
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2430,17 +2430,17 @@
2430
2430
  }
2431
2431
  },
2432
2432
  "discovery": {
2433
- "description": "Options used by the default discovery service.",
2433
+ "description": "Discovery options.",
2434
2434
  "type": "object",
2435
2435
  "properties": {
2436
2436
  "endpoints": {
2437
- "description": "A list of target baseUrls and the associated plugins.",
2437
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2438
2438
  "type": "array",
2439
2439
  "items": {
2440
2440
  "type": "object",
2441
2441
  "properties": {
2442
2442
  "target": {
2443
- "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.",
2443
+ "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.",
2444
2444
  "anyOf": [
2445
2445
  {
2446
2446
  "type": "object",
@@ -2463,7 +2463,7 @@
2463
2463
  ]
2464
2464
  },
2465
2465
  "plugins": {
2466
- "description": "Array of plugins which use the target base URL.",
2466
+ "description": "Array of plugins which use the target baseUrl.",
2467
2467
  "type": "array",
2468
2468
  "items": {
2469
2469
  "type": "string"
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": "0.0.0-nightly-20240705021713",
4
+ "version": "0.0.0-nightly-20240706021623",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "techdocs-cli": "bin/techdocs-cli"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20240705021713",
38
+ "@backstage/cli": "^0.0.0-nightly-20240706021623",
39
39
  "@types/commander": "^2.12.2",
40
40
  "@types/fs-extra": "^11.0.0",
41
41
  "@types/http-proxy": "^1.17.4",
@@ -56,11 +56,11 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-defaults": "^0.0.0-nightly-20240705021713",
59
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240706021623",
60
60
  "@backstage/catalog-model": "^1.5.0",
61
61
  "@backstage/cli-common": "^0.1.14",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240705021713",
63
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240706021623",
64
64
  "commander": "^12.0.0",
65
65
  "fs-extra": "^11.0.0",
66
66
  "global-agent": "^3.0.0",