@techdocs/cli 0.0.0-nightly-20231031021349 → 0.0.0-nightly-20231102021349

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20231031021349
3
+ ## 0.0.0-nightly-20231102021349
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20231031021349
9
- - @backstage/backend-common@0.0.0-nightly-20231031021349
8
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20231102021349
9
+ - @backstage/backend-common@0.0.0-nightly-20231102021349
10
+ - @backstage/catalog-model@1.4.3
11
+ - @backstage/cli-common@0.1.13
12
+ - @backstage/config@1.1.1
13
+
14
+ ## 1.6.1-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-techdocs-node@1.10.0-next.1
20
+ - @backstage/backend-common@0.19.9-next.1
10
21
  - @backstage/catalog-model@1.4.3
11
22
  - @backstage/cli-common@0.1.13
12
23
  - @backstage/config@1.1.1
package/dist/index.cjs.js CHANGED
@@ -212,7 +212,7 @@ function lazy(getActionFunc) {
212
212
  };
213
213
  }
214
214
 
215
- var version = "1.6.1-next.0";
215
+ var version = "1.6.1-next.1";
216
216
 
217
217
  const main = (argv) => {
218
218
  commander.program.name("techdocs-cli").version(version);
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-20231031021349",
4
+ "version": "0.0.0-nightly-20231102021349",
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-20231031021349",
38
+ "@backstage/cli": "^0.0.0-nightly-20231102021349",
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-20231031021349",
60
+ "@backstage/backend-common": "^0.0.0-nightly-20231102021349",
61
61
  "@backstage/catalog-model": "^1.4.3",
62
62
  "@backstage/cli-common": "^0.1.13",
63
63
  "@backstage/config": "^1.1.1",
64
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231031021349",
64
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231102021349",
65
65
  "@types/dockerode": "^3.3.0",
66
66
  "commander": "^9.1.0",
67
67
  "dockerode": "^3.3.1",