@techdocs/cli 1.2.5-next.0 → 1.2.5-next.1

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/dist/index.cjs.js CHANGED
@@ -176,7 +176,7 @@ function lazy(getActionFunc) {
176
176
  };
177
177
  }
178
178
 
179
- var version = "1.2.5-next.0";
179
+ var version = "1.2.5-next.1";
180
180
 
181
181
  const main = (argv) => {
182
182
  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": "1.2.5-next.0",
4
+ "version": "1.2.5-next.1",
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.22.1-next.0",
39
+ "@backstage/cli": "^0.22.1-next.1",
40
40
  "@types/commander": "^2.12.2",
41
41
  "@types/fs-extra": "^9.0.6",
42
42
  "@types/http-proxy": "^1.17.4",
@@ -60,11 +60,11 @@
60
60
  "ext": "ts"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-common": "^0.17.0",
64
- "@backstage/catalog-model": "^1.1.5-next.0",
63
+ "@backstage/backend-common": "^0.18.0-next.0",
64
+ "@backstage/catalog-model": "^1.1.5-next.1",
65
65
  "@backstage/cli-common": "^0.1.11",
66
- "@backstage/config": "^1.0.5",
67
- "@backstage/plugin-techdocs-node": "^1.4.4-next.0",
66
+ "@backstage/config": "^1.0.6-next.0",
67
+ "@backstage/plugin-techdocs-node": "^1.4.4-next.1",
68
68
  "@types/dockerode": "^3.3.0",
69
69
  "commander": "^9.1.0",
70
70
  "dockerode": "^3.3.1",