@techdocs/cli 0.0.0-nightly-20230728021812 → 0.0.0-nightly-20230729021935
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-
|
|
3
|
+
## 0.0.0-nightly-20230729021935
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20230729021935
|
|
9
9
|
- @backstage/catalog-model@1.4.1
|
|
10
10
|
- @backstage/cli-common@0.1.12
|
|
11
11
|
- @backstage/config@1.0.8
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20230729021935
|
|
13
13
|
|
|
14
14
|
## 1.4.5-next.0
|
|
15
15
|
|
|
@@ -862,7 +862,15 @@
|
|
|
862
862
|
"visibility": "secret",
|
|
863
863
|
"anyOf": [
|
|
864
864
|
{
|
|
865
|
-
"
|
|
865
|
+
"type": "object",
|
|
866
|
+
"additionalProperties": {},
|
|
867
|
+
"properties": {
|
|
868
|
+
"password": {
|
|
869
|
+
"description": "Password that belongs to the client User",
|
|
870
|
+
"visibility": "secret",
|
|
871
|
+
"type": "string"
|
|
872
|
+
}
|
|
873
|
+
}
|
|
866
874
|
},
|
|
867
875
|
{
|
|
868
876
|
"type": "string"
|
|
@@ -1189,18 +1197,6 @@
|
|
|
1189
1197
|
"app",
|
|
1190
1198
|
"backend"
|
|
1191
1199
|
],
|
|
1192
|
-
"definitions": {
|
|
1193
|
-
"Partial<{[key:string]:unknown;password:string;}>": {
|
|
1194
|
-
"type": "object",
|
|
1195
|
-
"properties": {
|
|
1196
|
-
"password": {
|
|
1197
|
-
"description": "Password that belongs to the client User",
|
|
1198
|
-
"visibility": "secret",
|
|
1199
|
-
"type": "string"
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
1200
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1205
1201
|
}
|
|
1206
1202
|
},
|
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-
|
|
4
|
+
"version": "0.0.0-nightly-20230729021935",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"techdocs-cli": "bin/techdocs-cli"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
39
|
+
"@backstage/cli": "^0.0.0-nightly-20230729021935",
|
|
40
40
|
"@frsource/cypress-plugin-visual-regression-diff": "^3.2.8",
|
|
41
41
|
"@types/commander": "^2.12.2",
|
|
42
42
|
"@types/fs-extra": "^9.0.6",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"ext": "ts"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
63
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230729021935",
|
|
64
64
|
"@backstage/catalog-model": "^1.4.1",
|
|
65
65
|
"@backstage/cli-common": "^0.1.12",
|
|
66
66
|
"@backstage/config": "^1.0.8",
|
|
67
|
-
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-
|
|
67
|
+
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230729021935",
|
|
68
68
|
"@types/dockerode": "^3.3.0",
|
|
69
69
|
"commander": "^9.1.0",
|
|
70
70
|
"dockerode": "^3.3.1",
|