Compare commits

...

2 Commits

Author SHA1 Message Date
1e570813a3 1.0.21 2021-11-10 17:35:55 +01:00
0199e8ef17 fix(core): update 2021-11-10 17:35:55 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@apiglobal/typedsocket",
"version": "1.0.20",
"version": "1.0.21",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@apiglobal/typedsocket",
"version": "1.0.20",
"version": "1.0.21",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.58",

View File

@@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedsocket",
"version": "1.0.20",
"version": "1.0.21",
"private": false,
"description": "a typedrequest extension supporting websockets",
"main": "dist_ts/index.js",

View File

@@ -49,7 +49,7 @@ export class TypedSocket {
);
targetConnectionArg = smartsocketServer.socketConnections.getArray()[0];
} else {
throw new Error('you need to specify the wanted targetConnection');
throw new Error('you need to specify the wanted targetConnection. Currently no target is selectable automatically.');
}
}
const response: T = await smartsocketServer.clientCall(