@techdocs/cli 0.0.0-nightly-20230309023342 → 0.0.0-nightly-20230310023345

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 +6 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20230309023342
3
+ ## 0.0.0-nightly-20230310023345
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,11 +10,11 @@
10
10
  ### Patch Changes
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230309023342
14
- - @backstage/backend-common@0.0.0-nightly-20230309023342
15
- - @backstage/catalog-model@0.0.0-nightly-20230309023342
16
- - @backstage/cli-common@0.0.0-nightly-20230309023342
17
- - @backstage/config@0.0.0-nightly-20230309023342
13
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20230310023345
14
+ - @backstage/backend-common@0.0.0-nightly-20230310023345
15
+ - @backstage/catalog-model@0.0.0-nightly-20230310023345
16
+ - @backstage/cli-common@0.0.0-nightly-20230310023345
17
+ - @backstage/config@0.0.0-nightly-20230310023345
18
18
 
19
19
  ## 1.4.0-next.2
20
20
 
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-20230309023342",
4
+ "version": "0.0.0-nightly-20230310023345",
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-20230309023342",
39
+ "@backstage/cli": "^0.0.0-nightly-20230310023345",
40
40
  "@frsource/cypress-plugin-visual-regression-diff": "^3.2.8",
41
41
  "@types/commander": "^2.12.2",
42
42
  "@types/fs-extra": "^9.0.6",
@@ -60,11 +60,11 @@
60
60
  "ext": "ts"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20230309023342",
64
- "@backstage/catalog-model": "^0.0.0-nightly-20230309023342",
65
- "@backstage/cli-common": "^0.0.0-nightly-20230309023342",
66
- "@backstage/config": "^0.0.0-nightly-20230309023342",
67
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230309023342",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20230310023345",
64
+ "@backstage/catalog-model": "^0.0.0-nightly-20230310023345",
65
+ "@backstage/cli-common": "^0.0.0-nightly-20230310023345",
66
+ "@backstage/config": "^0.0.0-nightly-20230310023345",
67
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230310023345",
68
68
  "@types/dockerode": "^3.3.0",
69
69
  "commander": "^9.1.0",
70
70
  "dockerode": "^3.3.1",