@techdocs/cli 1.8.3 → 1.8.4
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 +8 -0
- package/dist/embedded-app/.config-schema.json +22 -22
- package/dist/index.cjs.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -961,28 +961,6 @@
|
|
|
961
961
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
|
-
{
|
|
965
|
-
"path": "../../plugins/stackstorm/config.d.ts",
|
|
966
|
-
"value": {
|
|
967
|
-
"type": "object",
|
|
968
|
-
"properties": {
|
|
969
|
-
"stackstorm": {
|
|
970
|
-
"type": "object",
|
|
971
|
-
"properties": {
|
|
972
|
-
"webUrl": {
|
|
973
|
-
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
974
|
-
"visibility": "frontend",
|
|
975
|
-
"type": "string"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
"required": [
|
|
979
|
-
"webUrl"
|
|
980
|
-
]
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
964
|
{
|
|
987
965
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
988
966
|
"value": {
|
|
@@ -1011,6 +989,28 @@
|
|
|
1011
989
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1012
990
|
}
|
|
1013
991
|
},
|
|
992
|
+
{
|
|
993
|
+
"path": "../../plugins/stackstorm/config.d.ts",
|
|
994
|
+
"value": {
|
|
995
|
+
"type": "object",
|
|
996
|
+
"properties": {
|
|
997
|
+
"stackstorm": {
|
|
998
|
+
"type": "object",
|
|
999
|
+
"properties": {
|
|
1000
|
+
"webUrl": {
|
|
1001
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1002
|
+
"visibility": "frontend",
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"required": [
|
|
1007
|
+
"webUrl"
|
|
1008
|
+
]
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
1014
|
{
|
|
1015
1015
|
"path": "../backend-common/config.d.ts",
|
|
1016
1016
|
"value": {
|
package/dist/index.cjs.js
CHANGED
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": "1.8.
|
|
4
|
+
"version": "1.8.4",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"ext": "ts"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-common": "^0.21.
|
|
60
|
+
"@backstage/backend-common": "^0.21.2",
|
|
61
61
|
"@backstage/catalog-model": "^1.4.4",
|
|
62
62
|
"@backstage/cli-common": "^0.1.13",
|
|
63
63
|
"@backstage/config": "^1.1.1",
|
|
64
|
-
"@backstage/plugin-techdocs-node": "^1.11.
|
|
64
|
+
"@backstage/plugin-techdocs-node": "^1.11.4",
|
|
65
65
|
"@types/dockerode": "^3.3.0",
|
|
66
66
|
"commander": "^12.0.0",
|
|
67
67
|
"dockerode": "^4.0.0",
|