@techdocs/cli 0.0.0-nightly-20250105023325 → 0.0.0-nightly-20250106023326

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