@techdocs/cli 0.0.0-nightly-20240805021931 → 0.0.0-nightly-20240806021838

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,12 +1,12 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240805021931
3
+ ## 0.0.0-nightly-20240806021838
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240805021931
9
- - @backstage/backend-defaults@0.0.0-nightly-20240805021931
8
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240806021838
9
+ - @backstage/backend-defaults@0.0.0-nightly-20240806021838
10
10
  - @backstage/catalog-model@1.5.0
11
11
  - @backstage/cli-common@0.1.14
12
12
  - @backstage/config@1.2.0
@@ -1508,7 +1508,7 @@
1508
1508
  }
1509
1509
  },
1510
1510
  {
1511
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1511
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1512
1512
  "value": {
1513
1513
  "type": "object",
1514
1514
  "properties": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
3
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
4
- "version": "0.0.0-nightly-20240805021931",
4
+ "version": "0.0.0-nightly-20240806021838",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "techdocs-cli": "bin/techdocs-cli"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20240805021931",
38
+ "@backstage/cli": "^0.0.0-nightly-20240806021838",
39
39
  "@types/commander": "^2.12.2",
40
40
  "@types/fs-extra": "^11.0.0",
41
41
  "@types/http-proxy": "^1.17.4",
@@ -56,11 +56,11 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-defaults": "^0.0.0-nightly-20240805021931",
59
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240806021838",
60
60
  "@backstage/catalog-model": "^1.5.0",
61
61
  "@backstage/cli-common": "^0.1.14",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240805021931",
63
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240806021838",
64
64
  "commander": "^12.0.0",
65
65
  "fs-extra": "^11.0.0",
66
66
  "global-agent": "^3.0.0",