fix(core): update

This commit is contained in:
2024-06-06 18:26:11 +02:00
parent 81c227fac1
commit 8fcee684fd
9 changed files with 5840 additions and 31947 deletions

View File

@@ -8,16 +8,16 @@
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild --web"
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsbundle": "^1.0.88",
"@gitzone/tstest": "^1.0.58",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.10.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.14.2"
},
"private": false,
"browserslist": [
@@ -45,9 +45,13 @@
"asynchronous storage",
"thread local storage"
],
"homepage": "https://code.foss.global/push.rocks/smartcls",
"homepage": "https://code.foss.global/push.rocks/smartcls#readme",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartcls.git"
}
"url": "git+https://code.foss.global/push.rocks/smartcls.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartcls/issues"
},
"type": "module"
}