quidproquo-web 0.0.209 → 0.0.211
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,8 +8,8 @@ export declare enum WebsocketServiceEvent {
|
|
|
8
8
|
export type SubscriptionHandle = {
|
|
9
9
|
type: WebsocketServiceEvent;
|
|
10
10
|
};
|
|
11
|
-
type WebsocketSendPayload = string | ArrayBufferLike | Blob | ArrayBufferView;
|
|
12
11
|
export type WebSocketServiceSubscriptionFunction = (websocketService: WebsocketService, event?: Event) => any;
|
|
12
|
+
type WebsocketSendPayload = string | ArrayBufferLike | Blob | ArrayBufferView;
|
|
13
13
|
export type WebSocketServiceEventSubscriptionFunction<E extends AnyEventMessage> = (websocketService: WebsocketService, event: E) => void;
|
|
14
14
|
export declare class WebsocketService {
|
|
15
15
|
readonly url: string;
|
|
@@ -8,8 +8,8 @@ export declare enum WebsocketServiceEvent {
|
|
|
8
8
|
export type SubscriptionHandle = {
|
|
9
9
|
type: WebsocketServiceEvent;
|
|
10
10
|
};
|
|
11
|
-
type WebsocketSendPayload = string | ArrayBufferLike | Blob | ArrayBufferView;
|
|
12
11
|
export type WebSocketServiceSubscriptionFunction = (websocketService: WebsocketService, event?: Event) => any;
|
|
12
|
+
type WebsocketSendPayload = string | ArrayBufferLike | Blob | ArrayBufferView;
|
|
13
13
|
export type WebSocketServiceEventSubscriptionFunction<E extends AnyEventMessage> = (websocketService: WebsocketService, event: E) => void;
|
|
14
14
|
export declare class WebsocketService {
|
|
15
15
|
readonly url: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quidproquo-web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.211",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/commonjs/index.js",
|
|
6
6
|
"module": "./lib/esm/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"quidproquo-core": "0.0.
|
|
33
|
-
"quidproquo-tsconfig": "0.0.
|
|
34
|
-
"quidproquo-webserver": "0.0.
|
|
32
|
+
"quidproquo-core": "0.0.211",
|
|
33
|
+
"quidproquo-tsconfig": "0.0.211",
|
|
34
|
+
"quidproquo-webserver": "0.0.211",
|
|
35
35
|
"typescript": "^4.9.3"
|
|
36
36
|
}
|
|
37
37
|
}
|