fix(core): update

This commit is contained in:
2023-10-12 01:21:12 +02:00
parent 2c4db09ac1
commit c5eb97efff
18 changed files with 4227 additions and 14208 deletions

View File

@@ -7,11 +7,12 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/legal.git"
"url": "git+ssh://git@gitlab.com/push.rocks/smartlegal.git"
},
"keywords": [
"legal",
@@ -22,26 +23,23 @@
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/legal/issues"
"url": "https://gitlab.com/push.rocks/smartlegal/issues"
},
"homepage": "https://gitlab.com/pkunz/legal#README",
"homepage": "https://gitlab.com/push.rocks/smartlegal#README",
"dependencies": {
"@pushrocks/smartmarkdown": "^2.0.6",
"@pushrocks/smartmustache": "^2.0.11",
"@pushrocks/smartpromise": "^3.1.5",
"@tsclass/tsclass": "^3.0.33",
"@types/license-checker": "^25.0.1",
"@umbrellazone/legal-docs": "^1.0.12",
"license-checker": "^25.0.1"
"@push.rocks/smartmarkdown": "^3.0.1",
"@push.rocks/smartmustache": "^3.0.2",
"@push.rocks/smartpnpm": "^1.0.6",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartshell": "^3.0.3",
"@tsclass/tsclass": "^4.0.43"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^15.3.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsrun": "^1.2.12",
"@git.zone/tstest": "^1.0.54",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.4"
},
"files": [
"ts/**/*",
@@ -57,5 +55,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
],
"type": "module"
}