@techdocs/cli 0.0.0-nightly-2021112422718 → 0.0.0-nightly-2021112522918

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-2021112422718
3
+ ## 0.0.0-nightly-2021112522918
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8fbc988bfc: remove internal and inline CSS from index.html
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-2021112422718
10
- - @backstage/techdocs-common@0.0.0-nightly-2021112422718
9
+ - @backstage/backend-common@0.0.0-nightly-2021112522918
10
+ - @backstage/techdocs-common@0.0.0-nightly-2021112522918
11
11
 
12
12
  ## 0.8.9
13
13
 
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-2021112422718",
4
+ "version": "0.0.0-nightly-2021112522918",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -32,7 +32,7 @@
32
32
  "techdocs-cli": "bin/techdocs-cli"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-2021112422718",
35
+ "@backstage/cli": "^0.0.0-nightly-2021112522918",
36
36
  "@types/commander": "^2.12.2",
37
37
  "@types/fs-extra": "^9.0.6",
38
38
  "@types/http-proxy": "^1.17.4",
@@ -56,10 +56,10 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-common": "^0.0.0-nightly-2021112422718",
59
+ "@backstage/backend-common": "^0.0.0-nightly-2021112522918",
60
60
  "@backstage/catalog-model": "^0.9.7",
61
61
  "@backstage/config": "^0.1.10",
62
- "@backstage/techdocs-common": "^0.0.0-nightly-2021112422718",
62
+ "@backstage/techdocs-common": "^0.0.0-nightly-2021112522918",
63
63
  "@types/dockerode": "^3.3.0",
64
64
  "commander": "^6.1.0",
65
65
  "dockerode": "^3.3.1",