@techdocs/cli 0.0.0-nightly-20251207025219 → 0.0.0-nightly-20251208024454

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,14 +1,14 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20251207025219
3
+ ## 0.0.0-nightly-20251208024454
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 43629b1: Updated to use new utilities from `@backstage/cli-common`.
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20251207025219
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20251207025219
11
- - @backstage/cli-common@0.0.0-nightly-20251207025219
9
+ - @backstage/backend-defaults@0.0.0-nightly-20251208024454
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20251208024454
11
+ - @backstage/cli-common@0.0.0-nightly-20251208024454
12
12
  - @backstage/catalog-model@1.7.6
13
13
  - @backstage/config@1.3.6
14
14
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20251207025219";
3
+ var version = "0.0.0-nightly-20251208024454";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
- "version": "0.0.0-nightly-20251207025219",
3
+ "version": "0.0.0-nightly-20251208024454",
4
4
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -44,11 +44,11 @@
44
44
  "watch": "./src"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-defaults": "0.0.0-nightly-20251207025219",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20251208024454",
48
48
  "@backstage/catalog-model": "1.7.6",
49
- "@backstage/cli-common": "0.0.0-nightly-20251207025219",
49
+ "@backstage/cli-common": "0.0.0-nightly-20251208024454",
50
50
  "@backstage/config": "1.3.6",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251207025219",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251208024454",
52
52
  "commander": "^12.0.0",
53
53
  "fs-extra": "^11.0.0",
54
54
  "global-agent": "^3.0.0",
@@ -58,7 +58,7 @@
58
58
  "winston": "^3.2.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "0.0.0-nightly-20251207025219",
61
+ "@backstage/cli": "0.0.0-nightly-20251208024454",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",