@techdocs/cli 0.0.0-nightly-20221002030316 → 0.0.0-nightly-20221003024710

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20221002030316
3
+ ## 0.0.0-nightly-20221003024710
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,11 +15,11 @@
15
15
  option.
16
16
 
17
17
  - Updated dependencies
18
- - @backstage/catalog-model@0.0.0-nightly-20221002030316
19
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20221002030316
20
- - @backstage/backend-common@0.0.0-nightly-20221002030316
18
+ - @backstage/catalog-model@0.0.0-nightly-20221003024710
19
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20221003024710
20
+ - @backstage/backend-common@0.0.0-nightly-20221003024710
21
21
  - @backstage/cli-common@0.1.10
22
- - @backstage/config@0.0.0-nightly-20221002030316
22
+ - @backstage/config@0.0.0-nightly-20221003024710
23
23
 
24
24
  ## 1.2.2-next.0
25
25
 
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-20221002030316",
4
+ "version": "0.0.0-nightly-20221003024710",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -36,7 +36,7 @@
36
36
  "techdocs-cli": "bin/techdocs-cli"
37
37
  },
38
38
  "devDependencies": {
39
- "@backstage/cli": "^0.0.0-nightly-20221002030316",
39
+ "@backstage/cli": "^0.0.0-nightly-20221003024710",
40
40
  "@types/commander": "^2.12.2",
41
41
  "@types/fs-extra": "^9.0.6",
42
42
  "@types/http-proxy": "^1.17.4",
@@ -60,11 +60,11 @@
60
60
  "ext": "ts"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20221002030316",
64
- "@backstage/catalog-model": "^0.0.0-nightly-20221002030316",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20221003024710",
64
+ "@backstage/catalog-model": "^0.0.0-nightly-20221003024710",
65
65
  "@backstage/cli-common": "^0.1.10",
66
- "@backstage/config": "^0.0.0-nightly-20221002030316",
67
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20221002030316",
66
+ "@backstage/config": "^0.0.0-nightly-20221003024710",
67
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20221003024710",
68
68
  "@types/dockerode": "^3.3.0",
69
69
  "commander": "^9.1.0",
70
70
  "dockerode": "^3.3.1",