@forklaunch/ws 0.2.4 → 0.2.6
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.
- package/lib/index.d.mts +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +5 -5
package/lib/index.d.mts
CHANGED
|
@@ -149,7 +149,7 @@ declare class ForklaunchWebSocket<SV extends AnySchemaValidator, const ES extend
|
|
|
149
149
|
*
|
|
150
150
|
* @internal
|
|
151
151
|
*/
|
|
152
|
-
protected validateAndEncode(data: unknown, schema: IdiomaticSchema<SV> | undefined, allowUndefined?: boolean, context?: string): Buffer | undefined;
|
|
152
|
+
protected validateAndEncode(data: unknown, schema: IdiomaticSchema<SV> | undefined, allowUndefined?: boolean, context?: string): Buffer<ArrayBufferLike> | undefined;
|
|
153
153
|
/**
|
|
154
154
|
* Transforms incoming event arguments by decoding and validating them.
|
|
155
155
|
*
|
package/lib/index.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ declare class ForklaunchWebSocket<SV extends AnySchemaValidator, const ES extend
|
|
|
149
149
|
*
|
|
150
150
|
* @internal
|
|
151
151
|
*/
|
|
152
|
-
protected validateAndEncode(data: unknown, schema: IdiomaticSchema<SV> | undefined, allowUndefined?: boolean, context?: string): Buffer | undefined;
|
|
152
|
+
protected validateAndEncode(data: unknown, schema: IdiomaticSchema<SV> | undefined, allowUndefined?: boolean, context?: string): Buffer<ArrayBufferLike> | undefined;
|
|
153
153
|
/**
|
|
154
154
|
* Transforms incoming event arguments by decoding and validating them.
|
|
155
155
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/ws",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Typed framework for ws, by ForkLaunch.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"@asyncapi/parser": "^3.6.0",
|
|
29
29
|
"@types/ws": "^8.18.1",
|
|
30
30
|
"ws": "^8.19.0",
|
|
31
|
-
"@forklaunch/validator": "0.10.
|
|
32
|
-
"@forklaunch/
|
|
33
|
-
"@forklaunch/
|
|
31
|
+
"@forklaunch/validator": "0.10.35",
|
|
32
|
+
"@forklaunch/common": "0.6.35",
|
|
33
|
+
"@forklaunch/core": "0.18.8"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@eslint/js": "^10.0.1",
|
|
37
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
37
|
+
"@typescript/native-preview": "7.0.0-dev.20260311.1",
|
|
38
38
|
"jest": "^30.3.0",
|
|
39
39
|
"prettier": "^3.8.1",
|
|
40
40
|
"ts-jest": "^29.4.6",
|