@api.global/typedsocket 4.1.3 → 4.1.4
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@api.global/typedsocket',
|
|
6
|
-
version: '4.1.
|
|
6
|
+
version: '4.1.4',
|
|
7
7
|
description: 'A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx5QkFBeUI7SUFDL0IsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLCtHQUErRztDQUM3SCxDQUFBIn0=
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as typedrequest from '@api.global/typedrequest';
|
|
2
2
|
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
|
3
3
|
export { typedrequest, typedrequestInterfaces };
|
|
4
|
-
import * as isohash from '@push.rocks/isohash';
|
|
5
4
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
6
5
|
import * as smartjson from '@push.rocks/smartjson';
|
|
7
6
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
8
7
|
import * as smartrx from '@push.rocks/smartrx';
|
|
9
8
|
import * as smartstring from '@push.rocks/smartstring';
|
|
10
9
|
import * as smarturl from '@push.rocks/smarturl';
|
|
11
|
-
export {
|
|
10
|
+
export { smartdelay, smartjson, smartpromise, smartrx, smartstring, smarturl };
|
|
12
11
|
export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';
|
|
@@ -3,12 +3,11 @@ import * as typedrequest from '@api.global/typedrequest';
|
|
|
3
3
|
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
|
4
4
|
export { typedrequest, typedrequestInterfaces };
|
|
5
5
|
// @pushrocks scope
|
|
6
|
-
import * as isohash from '@push.rocks/isohash';
|
|
7
6
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
8
7
|
import * as smartjson from '@push.rocks/smartjson';
|
|
9
8
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
10
9
|
import * as smartrx from '@push.rocks/smartrx';
|
|
11
10
|
import * as smartstring from '@push.rocks/smartstring';
|
|
12
11
|
import * as smarturl from '@push.rocks/smarturl';
|
|
13
|
-
export {
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
export { smartdelay, smartjson, smartpromise, smartrx, smartstring, smarturl };
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZWRzb2NrZXQucGx1Z2lucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3R5cGVkc29ja2V0LnBsdWdpbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsbUJBQW1CO0FBQ25CLE9BQU8sS0FBSyxZQUFZLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxLQUFLLHNCQUFzQixNQUFNLHFDQUFxQyxDQUFDO0FBRTlFLE9BQU8sRUFBRSxZQUFZLEVBQUUsc0JBQXNCLEVBQUUsQ0FBQztBQUVoRCxtQkFBbUI7QUFDbkIsT0FBTyxLQUFLLFVBQVUsTUFBTSx3QkFBd0IsQ0FBQztBQUNyRCxPQUFPLEtBQUssU0FBUyxNQUFNLHVCQUF1QixDQUFDO0FBQ25ELE9BQU8sS0FBSyxZQUFZLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxLQUFLLE9BQU8sTUFBTSxxQkFBcUIsQ0FBQztBQUMvQyxPQUFPLEtBQUssV0FBVyxNQUFNLHlCQUF5QixDQUFDO0FBQ3ZELE9BQU8sS0FBSyxRQUFRLE1BQU0sc0JBQXNCLENBQUM7QUFFakQsT0FBTyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsUUFBUSxFQUFFLENBQUMifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api.global/typedsocket",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.",
|
|
6
6
|
"main": "dist_ts/index.js",
|
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
"type": "module",
|
|
9
9
|
"author": "Lossless GmbH",
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"test": "(tstest test/ --verbose)",
|
|
13
|
-
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
|
|
14
|
-
"buildDocs": "tsdoc"
|
|
15
|
-
},
|
|
16
11
|
"devDependencies": {
|
|
17
12
|
"@git.zone/tsbuild": "^3.1.2",
|
|
18
13
|
"@git.zone/tsbundle": "^2.6.3",
|
|
@@ -26,7 +21,6 @@
|
|
|
26
21
|
"dependencies": {
|
|
27
22
|
"@api.global/typedrequest": "^3.1.11",
|
|
28
23
|
"@api.global/typedrequest-interfaces": "^3.0.19",
|
|
29
|
-
"@push.rocks/isohash": "^2.0.1",
|
|
30
24
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
31
25
|
"@push.rocks/smartjson": "^5.2.0",
|
|
32
26
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
@@ -60,5 +54,9 @@
|
|
|
60
54
|
"TypeScript",
|
|
61
55
|
"Networking"
|
|
62
56
|
],
|
|
63
|
-
"
|
|
64
|
-
|
|
57
|
+
"scripts": {
|
|
58
|
+
"test": "(tstest test/ --verbose)",
|
|
59
|
+
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
|
|
60
|
+
"buildDocs": "tsdoc"
|
|
61
|
+
}
|
|
62
|
+
}
|
package/ts/00_commitinfo_data.ts
CHANGED
|
@@ -5,7 +5,6 @@ import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
|
|
5
5
|
export { typedrequest, typedrequestInterfaces };
|
|
6
6
|
|
|
7
7
|
// @pushrocks scope
|
|
8
|
-
import * as isohash from '@push.rocks/isohash';
|
|
9
8
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
10
9
|
import * as smartjson from '@push.rocks/smartjson';
|
|
11
10
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
@@ -13,7 +12,7 @@ import * as smartrx from '@push.rocks/smartrx';
|
|
|
13
12
|
import * as smartstring from '@push.rocks/smartstring';
|
|
14
13
|
import * as smarturl from '@push.rocks/smarturl';
|
|
15
14
|
|
|
16
|
-
export {
|
|
15
|
+
export { smartdelay, smartjson, smartpromise, smartrx, smartstring, smarturl };
|
|
17
16
|
|
|
18
17
|
// SmartServe - required for server-side WebSocket support
|
|
19
18
|
export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';
|