fix(docs): update installation and configuration documentation and include the license file in published artifacts

This commit is contained in:
2026-05-09 12:33:44 +00:00
parent ec911832ed
commit 7cee6eb187
7 changed files with 2450 additions and 1184 deletions
+12 -16
View File
@@ -29,7 +29,7 @@
"docker-build",
"cross-platform"
],
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/gitzone/tsdocker/issues"
@@ -37,18 +37,18 @@
"homepage": "https://gitlab.com/gitzone/tsdocker#readme",
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.5.1",
"@types/node": "^25.5.0"
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.5",
"@types/node": "^25.6.2"
},
"dependencies": {
"@push.rocks/lik": "^6.4.0",
"@push.rocks/lik": "^6.4.1",
"@push.rocks/projectinfo": "^5.1.0",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartconfig": "^6.0.1",
"@push.rocks/smartfs": "^1.5.0",
"@push.rocks/smartcli": "^4.0.21",
"@push.rocks/smartconfig": "^6.1.1",
"@push.rocks/smartfs": "^1.5.1",
"@push.rocks/smartinteract": "^2.0.16",
"@push.rocks/smartlog": "^3.2.1",
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartlog-destination-local": "^9.0.2",
"@push.rocks/smartlog-source-ora": "^1.0.9",
"@push.rocks/smartshell": "^3.3.8"
@@ -65,11 +65,7 @@
"assets/**/*",
"cli.js",
".smartconfig.json",
"readme.md"
],
"pnpm": {
"overrides": {
"lru-cache": ">=11.0.0"
}
}
"readme.md",
"license"
]
}