@techdocs/cli 0.0.0-nightly-20250817025021 → 0.0.0-nightly-20250818024926

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,15 +1,15 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20250817025021
3
+ ## 0.0.0-nightly-20250818024926
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20250817025021
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250818024926
9
9
  - @backstage/catalog-model@1.7.5
10
10
  - @backstage/cli-common@0.1.15
11
11
  - @backstage/config@1.3.3
12
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250817025021
12
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250818024926
13
13
 
14
14
  ## 1.9.6-next.0
15
15
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250817025021";
3
+ var version = "0.0.0-nightly-20250818024926";
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-20250817025021",
3
+ "version": "0.0.0-nightly-20250818024926",
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-20250817025021",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250818024926",
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-20250817025021",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250818024926",
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-20250817025021",
61
+ "@backstage/cli": "0.0.0-nightly-20250818024926",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",