@techdocs/cli 0.0.0-nightly-20220507023751 → 0.0.0-nightly-20220508024231

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,16 +1,16 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20220507023751
3
+ ## 0.0.0-nightly-20220508024231
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 344ea56acc: Bump `commander` to version 9.1.0
8
8
  - 52fddad92d: The TechDocs CLI's embedded app now imports all API refs from the `@backstage/plugin-techdocs-react` package.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20220507023751
11
- - @backstage/cli-common@0.0.0-nightly-20220507023751
12
- - @backstage/config@0.0.0-nightly-20220507023751
13
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20220507023751
10
+ - @backstage/backend-common@0.0.0-nightly-20220508024231
11
+ - @backstage/cli-common@0.0.0-nightly-20220508024231
12
+ - @backstage/config@0.0.0-nightly-20220508024231
13
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20220508024231
14
14
 
15
15
  ## 1.1.1-next.1
16
16
 
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-20220507023751",
4
+ "version": "0.0.0-nightly-20220508024231",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "techdocs-cli": "bin/techdocs-cli"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20220507023751",
40
+ "@backstage/cli": "^0.0.0-nightly-20220508024231",
41
41
  "@types/commander": "^2.12.2",
42
42
  "@types/fs-extra": "^9.0.6",
43
43
  "@types/http-proxy": "^1.17.4",
@@ -62,11 +62,11 @@
62
62
  "ext": "ts"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-common": "^0.0.0-nightly-20220507023751",
65
+ "@backstage/backend-common": "^0.0.0-nightly-20220508024231",
66
66
  "@backstage/catalog-model": "^1.0.1",
67
- "@backstage/cli-common": "^0.0.0-nightly-20220507023751",
68
- "@backstage/config": "^0.0.0-nightly-20220507023751",
69
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20220507023751",
67
+ "@backstage/cli-common": "^0.0.0-nightly-20220508024231",
68
+ "@backstage/config": "^0.0.0-nightly-20220508024231",
69
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20220508024231",
70
70
  "@types/dockerode": "^3.3.0",
71
71
  "commander": "^9.1.0",
72
72
  "dockerode": "^3.3.1",