fix(core): update

This commit is contained in:
Philipp Kunz 2022-12-28 13:49:03 +01:00
parent 0b10913995
commit bce82d49b6
5 changed files with 4154 additions and 14204 deletions

14197
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
}, },
"homepage": "https://gitlab.com/pushrocks/smartsocket#README", "homepage": "https://gitlab.com/pushrocks/smartsocket#README",
"dependencies": { "dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15", "@apiglobal/typedrequest-interfaces": "^2.0.1",
"@pushrocks/isohash": "^2.0.0", "@pushrocks/isohash": "^2.0.0",
"@pushrocks/isounique": "^1.0.5", "@pushrocks/isounique": "^1.0.5",
"@pushrocks/lik": "^6.0.0", "@pushrocks/lik": "^6.0.0",
@ -30,8 +30,8 @@
"@pushrocks/smartjson": "^5.0.1", "@pushrocks/smartjson": "^5.0.1",
"@pushrocks/smartlog": "^3.0.1", "@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25", "@pushrocks/smartrx": "^3.0.0",
"@pushrocks/smarttime": "^3.0.45", "@pushrocks/smarttime": "^4.0.0",
"socket.io": "^4.5.1", "socket.io": "^4.5.1",
"socket.io-client": "^4.5.1" "socket.io-client": "^4.5.1"
}, },

4144
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartsocket', name: '@pushrocks/smartsocket',
version: '2.0.7', version: '2.0.8',
description: 'easy and secure websocket communication' description: 'easy and secure websocket communication'
} }

View File

@ -1,7 +1,10 @@
{ {
"compilerOptions": { "compilerOptions": {
"module": "ES2020", "experimentalDecorators": true,
"moduleResolution": "node12", "useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true "esModuleInterop": true
} }
} }