@techdocs/cli 0.0.0-nightly-20231008021309 → 0.0.0-nightly-20231009021144

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,17 +1,17 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20231008021309
3
+ ## 0.0.0-nightly-20231009021144
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - de42eebaafc5: Bumped dev dependencies `@types/node` and `mock-fs`.
8
8
  - 2b6e5720515c: Restructured tests.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20231008021309
11
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20231008021309
12
- - @backstage/cli-common@0.0.0-nightly-20231008021309
13
- - @backstage/config@1.1.0
14
- - @backstage/catalog-model@1.4.2
10
+ - @backstage/backend-common@0.0.0-nightly-20231009021144
11
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20231009021144
12
+ - @backstage/catalog-model@0.0.0-nightly-20231009021144
13
+ - @backstage/cli-common@0.0.0-nightly-20231009021144
14
+ - @backstage/config@0.0.0-nightly-20231009021144
15
15
 
16
16
  ## 1.5.2-next.1
17
17
 
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-20231008021309",
4
+ "version": "0.0.0-nightly-20231009021144",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "techdocs-cli": "bin/techdocs-cli"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20231008021309",
38
+ "@backstage/cli": "^0.0.0-nightly-20231009021144",
39
39
  "@types/commander": "^2.12.2",
40
40
  "@types/fs-extra": "^9.0.6",
41
41
  "@types/http-proxy": "^1.17.4",
@@ -57,11 +57,11 @@
57
57
  "ext": "ts"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-common": "^0.0.0-nightly-20231008021309",
61
- "@backstage/catalog-model": "^1.4.2",
62
- "@backstage/cli-common": "^0.0.0-nightly-20231008021309",
63
- "@backstage/config": "^1.1.0",
64
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231008021309",
60
+ "@backstage/backend-common": "^0.0.0-nightly-20231009021144",
61
+ "@backstage/catalog-model": "^0.0.0-nightly-20231009021144",
62
+ "@backstage/cli-common": "^0.0.0-nightly-20231009021144",
63
+ "@backstage/config": "^0.0.0-nightly-20231009021144",
64
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231009021144",
65
65
  "@types/dockerode": "^3.3.0",
66
66
  "commander": "^9.1.0",
67
67
  "dockerode": "^3.3.1",