fix(package): Update dependency scopes/versions, fix imports and scripts, add pnpm workspace, remove GitLab CI

This commit is contained in:
2025-08-26 19:42:20 +00:00
parent 428f159ff7
commit a698d6cd35
11 changed files with 7922 additions and 3611 deletions

View File

@@ -8,23 +8,22 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild tsfolders)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@git.zone/tsbuild": "^2.1.63",
"@git.zone/tsrun": "^1.2.37",
"@git.zone/tstest": "^2.3.5",
"@types/node": "^18.0.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smarterror": "^2.0.1",
"@pushrocks/smarthash": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smarttime": "^4.0.1"
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smarterror": "^2.0.1",
"@push.rocks/smarthash": "^3.0.1",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smarttime": "^4.0.1"
},
"files": [
"ts/**/*",
@@ -58,5 +57,6 @@
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartcache.git"
}
}
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}