@techdocs/cli 0.0.0-nightly-20230120022944 → 0.0.0-nightly-20230122022839

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20230120022944
3
+ ## 0.0.0-nightly-20230122022839
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6e0b6a0d50: Fixed publish command missing awsBucketRootPath option.
8
8
  Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string.
9
9
  - Updated dependencies
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230120022944
11
- - @backstage/backend-common@0.0.0-nightly-20230120022944
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20230122022839
11
+ - @backstage/backend-common@0.0.0-nightly-20230122022839
12
12
 
13
13
  ## 1.3.0
14
14
 
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-20230120022944",
4
+ "version": "0.0.0-nightly-20230122022839",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -60,11 +60,11 @@
60
60
  "ext": "ts"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20230120022944",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20230122022839",
64
64
  "@backstage/catalog-model": "^1.1.5",
65
65
  "@backstage/cli-common": "^0.1.11",
66
66
  "@backstage/config": "^1.0.6",
67
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230120022944",
67
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230122022839",
68
68
  "@types/dockerode": "^3.3.0",
69
69
  "commander": "^9.1.0",
70
70
  "dockerode": "^3.3.1",