@techdocs/cli 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240729022006

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,12 +1,12 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240728022021
3
+ ## 0.0.0-nightly-20240729022006
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20240728022021
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240728022021
8
+ - @backstage/backend-defaults@0.0.0-nightly-20240729022006
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240729022006
10
10
  - @backstage/catalog-model@1.5.0
11
11
  - @backstage/cli-common@0.1.14
12
12
  - @backstage/config@1.2.0
@@ -1617,7 +1617,7 @@
1617
1617
  }
1618
1618
  },
1619
1619
  {
1620
- "path": "../backend-app-api/config.d.ts",
1620
+ "path": "../backend-defaults/config.d.ts",
1621
1621
  "value": {
1622
1622
  "type": "object",
1623
1623
  "properties": {
@@ -1625,6 +1625,7 @@
1625
1625
  "type": "object",
1626
1626
  "properties": {
1627
1627
  "auth": {
1628
+ "description": "Options used by the default auth, httpAuth and userInfo services.",
1628
1629
  "type": "object",
1629
1630
  "properties": {
1630
1631
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -1950,17 +1951,17 @@
1950
1951
  }
1951
1952
  },
1952
1953
  "discovery": {
1953
- "description": "Discovery options.",
1954
+ "description": "Options used by the default discovery service.",
1954
1955
  "type": "object",
1955
1956
  "properties": {
1956
1957
  "endpoints": {
1957
- "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1958
+ "description": "A list of target baseUrls and the associated plugins.",
1958
1959
  "type": "array",
1959
1960
  "items": {
1960
1961
  "type": "object",
1961
1962
  "properties": {
1962
1963
  "target": {
1963
- "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.",
1964
+ "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.",
1964
1965
  "anyOf": [
1965
1966
  {
1966
1967
  "type": "object",
@@ -1983,7 +1984,7 @@
1983
1984
  ]
1984
1985
  },
1985
1986
  "plugins": {
1986
- "description": "Array of plugins which use the target baseUrl.",
1987
+ "description": "Array of plugins which use the target base URL.",
1987
1988
  "type": "array",
1988
1989
  "items": {
1989
1990
  "type": "string"
@@ -2006,7 +2007,7 @@
2006
2007
  }
2007
2008
  },
2008
2009
  {
2009
- "path": "../backend-defaults/config.d.ts",
2010
+ "path": "../backend-app-api/config.d.ts",
2010
2011
  "value": {
2011
2012
  "type": "object",
2012
2013
  "properties": {
@@ -2014,7 +2015,6 @@
2014
2015
  "type": "object",
2015
2016
  "properties": {
2016
2017
  "auth": {
2017
- "description": "Options used by the default auth, httpAuth and userInfo services.",
2018
2018
  "type": "object",
2019
2019
  "properties": {
2020
2020
  "dangerouslyDisableDefaultAuthPolicy": {
@@ -2340,17 +2340,17 @@
2340
2340
  }
2341
2341
  },
2342
2342
  "discovery": {
2343
- "description": "Options used by the default discovery service.",
2343
+ "description": "Discovery options.",
2344
2344
  "type": "object",
2345
2345
  "properties": {
2346
2346
  "endpoints": {
2347
- "description": "A list of target baseUrls and the associated plugins.",
2347
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
2348
2348
  "type": "array",
2349
2349
  "items": {
2350
2350
  "type": "object",
2351
2351
  "properties": {
2352
2352
  "target": {
2353
- "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.",
2353
+ "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.",
2354
2354
  "anyOf": [
2355
2355
  {
2356
2356
  "type": "object",
@@ -2373,7 +2373,7 @@
2373
2373
  ]
2374
2374
  },
2375
2375
  "plugins": {
2376
- "description": "Array of plugins which use the target base URL.",
2376
+ "description": "Array of plugins which use the target baseUrl.",
2377
2377
  "type": "array",
2378
2378
  "items": {
2379
2379
  "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-20240728022021",
4
+ "version": "0.0.0-nightly-20240729022006",
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-20240728022021",
38
+ "@backstage/cli": "^0.0.0-nightly-20240729022006",
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-20240728022021",
59
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240729022006",
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-20240728022021",
63
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240729022006",
64
64
  "commander": "^12.0.0",
65
65
  "fs-extra": "^11.0.0",
66
66
  "global-agent": "^3.0.0",