fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-18 21:49:13 +02:00
parent 7163c1dc67
commit a6530e9752
3 changed files with 1158 additions and 1387 deletions

View File

@ -10,26 +10,26 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/smartenv": "^5.0.5",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.8"
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/smartenv": "^5.0.12",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.7"
},
"dependencies": {
"@api.global/typedrequest": "^3.0.1",
"@api.global/typedrequest-interfaces": "^3.0.1",
"@api.global/typedrequest": "^3.0.21",
"@api.global/typedrequest-interfaces": "^3.0.18",
"@push.rocks/isohash": "^2.0.0",
"@push.rocks/smartjson": "^5.0.5",
"@push.rocks/smartrx": "^3.0.6",
"@push.rocks/smartsocket": "^2.0.22",
"@push.rocks/smartstring": "^4.0.2",
"@push.rocks/smartjson": "^5.0.19",
"@push.rocks/smartrx": "^3.0.7",
"@push.rocks/smartsocket": "^2.0.25",
"@push.rocks/smartstring": "^4.0.15",
"@push.rocks/smarturl": "^3.0.5"
},
"browserslist": [

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedsocket',
version: '3.0.0',
description: 'a typedrequest extension supporting websockets'
version: '3.0.1',
description: 'A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.'
}