fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-01 15:00:06 +02:00
parent 92697bad82
commit 7048585702
3 changed files with 5653 additions and 9777 deletions

15398
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,24 +23,24 @@
"@apiglobal/typedrequest-interfaces": "^1.0.15", "@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0", "@pushrocks/isohash": "^2.0.0",
"@pushrocks/isounique": "^1.0.5", "@pushrocks/isounique": "^1.0.5",
"@pushrocks/lik": "^5.0.4", "@pushrocks/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0", "@pushrocks/smartenv": "^5.0.2",
"@pushrocks/smartexpress": "^4.0.2", "@pushrocks/smartexpress": "^4.0.18",
"@pushrocks/smartjson": "^4.0.6", "@pushrocks/smartjson": "^5.0.1",
"@pushrocks/smartlog": "^2.0.44", "@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25", "@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smarttime": "^3.0.45", "@pushrocks/smarttime": "^3.0.45",
"socket.io": "^4.4.1", "socket.io": "^4.5.1",
"socket.io-client": "^4.4.1" "socket.io-client": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.32", "@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.69", "@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^17.0.23" "@types/node": "^18.6.3"
}, },
"private": false, "private": false,
"files": [ "files": [

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartsocket',
version: '2.0.7',
description: 'easy and secure websocket communication'
}