@techdocs/cli 0.0.0-nightly-20241108023219 → 0.0.0-nightly-20241109022707

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