@techdocs/cli 0.0.0-nightly-20231231021610 → 0.0.0-nightly-20240102021548
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 +3 -3
- package/dist/embedded-app/.config-schema.json +30 -30
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240102021548
|
|
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-20240102021548
|
|
9
9
|
- @backstage/catalog-model@1.4.3
|
|
10
10
|
- @backstage/cli-common@0.1.13
|
|
11
11
|
- @backstage/config@1.1.1
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240102021548
|
|
13
13
|
|
|
14
14
|
## 1.8.1-next.0
|
|
15
15
|
|
|
@@ -416,36 +416,6 @@
|
|
|
416
416
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
|
-
{
|
|
420
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
421
|
-
"value": {
|
|
422
|
-
"type": "object",
|
|
423
|
-
"properties": {
|
|
424
|
-
"catalog": {
|
|
425
|
-
"type": "object",
|
|
426
|
-
"properties": {
|
|
427
|
-
"experimentalPagination": {
|
|
428
|
-
"deepVisibility": "frontend",
|
|
429
|
-
"anyOf": [
|
|
430
|
-
{
|
|
431
|
-
"type": "object",
|
|
432
|
-
"properties": {
|
|
433
|
-
"limit": {
|
|
434
|
-
"type": "number"
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"type": "boolean"
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
419
|
{
|
|
450
420
|
"path": "../integration/config.d.ts",
|
|
451
421
|
"value": {
|
|
@@ -858,6 +828,36 @@
|
|
|
858
828
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
859
829
|
}
|
|
860
830
|
},
|
|
831
|
+
{
|
|
832
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
833
|
+
"value": {
|
|
834
|
+
"type": "object",
|
|
835
|
+
"properties": {
|
|
836
|
+
"catalog": {
|
|
837
|
+
"type": "object",
|
|
838
|
+
"properties": {
|
|
839
|
+
"experimentalPagination": {
|
|
840
|
+
"deepVisibility": "frontend",
|
|
841
|
+
"anyOf": [
|
|
842
|
+
{
|
|
843
|
+
"type": "object",
|
|
844
|
+
"properties": {
|
|
845
|
+
"limit": {
|
|
846
|
+
"type": "number"
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"type": "boolean"
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
861
|
{
|
|
862
862
|
"path": "../frontend-app-api/config.d.ts",
|
|
863
863
|
"value": {
|
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-20240102021548",
|
|
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-
|
|
38
|
+
"@backstage/cli": "^0.0.0-nightly-20240102021548",
|
|
39
39
|
"@types/commander": "^2.12.2",
|
|
40
40
|
"@types/fs-extra": "^9.0.6",
|
|
41
41
|
"@types/http-proxy": "^1.17.4",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"ext": "ts"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
60
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240102021548",
|
|
61
61
|
"@backstage/catalog-model": "^1.4.3",
|
|
62
62
|
"@backstage/cli-common": "^0.1.13",
|
|
63
63
|
"@backstage/config": "^1.1.1",
|
|
64
|
-
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-
|
|
64
|
+
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240102021548",
|
|
65
65
|
"@types/dockerode": "^3.3.0",
|
|
66
66
|
"commander": "^9.1.0",
|
|
67
67
|
"dockerode": "^3.3.1",
|