@techdocs/cli 0.0.0-nightly-20250913022938 → 0.0.0-nightly-20250915023933

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,16 +1,16 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20250913022938
3
+ ## 0.0.0-nightly-20250915023933
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - db63208: Fixed an issue where `@techdocs/cli serve` command did not pick up the latest changes to TechDocs.
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20250913022938
9
+ - @backstage/backend-defaults@0.0.0-nightly-20250915023933
10
10
  - @backstage/catalog-model@1.7.5
11
11
  - @backstage/cli-common@0.1.15
12
12
  - @backstage/config@1.3.3
13
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250913022938
13
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250915023933
14
14
 
15
15
  ## 1.9.8-next.0
16
16
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250913022938";
3
+ var version = "0.0.0-nightly-20250915023933";
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-20250913022938",
3
+ "version": "0.0.0-nightly-20250915023933",
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-20250913022938",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250915023933",
48
48
  "@backstage/catalog-model": "1.7.5",
49
49
  "@backstage/cli-common": "0.1.15",
50
50
  "@backstage/config": "1.3.3",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250913022938",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250915023933",
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-20250913022938",
61
+ "@backstage/cli": "0.0.0-nightly-20250915023933",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",