@techdocs/cli 1.1.4-next.0 → 1.1.4-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
@@ -170,7 +170,7 @@ function lazy(getActionFunc) {
170
170
  };
171
171
  }
172
172
 
173
- var version = "1.1.4-next.0";
173
+ var version = "1.1.4-next.1";
174
174
 
175
175
  const main = (argv) => {
176
176
  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.1.4-next.0",
4
+ "version": "1.1.4-next.1",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -62,11 +62,11 @@
62
62
  "ext": "ts"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-common": "^0.15.0-next.0",
65
+ "@backstage/backend-common": "^0.15.0-next.1",
66
66
  "@backstage/catalog-model": "^1.1.0",
67
67
  "@backstage/cli-common": "^0.1.9",
68
68
  "@backstage/config": "^1.0.1",
69
- "@backstage/plugin-techdocs-node": "^1.2.1-next.0",
69
+ "@backstage/plugin-techdocs-node": "^1.3.0-next.1",
70
70
  "@types/dockerode": "^3.3.0",
71
71
  "commander": "^9.1.0",
72
72
  "dockerode": "^3.3.1",
@@ -76,5 +76,5 @@
76
76
  "serve-handler": "^6.1.3",
77
77
  "winston": "^3.2.1"
78
78
  },
79
- "gitHead": "fc3229c49caf6eced02ed9516199015bf4682664"
79
+ "gitHead": "62bee85ae500414d27d7828288786de8f4816ef8"
80
80
  }