@gatling.io/http 3.14.304 → 3.14.306
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/package.json +3 -3
- package/target/protocol.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gatling.io/http",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.306",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://gatling.io",
|
|
6
6
|
"repository": "github:gatling/gatling-js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"main": "target/index.js",
|
|
21
21
|
"types": "target/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@gatling.io/jvm-types": "3.14.
|
|
24
|
-
"@gatling.io/core": "3.14.
|
|
23
|
+
"@gatling.io/jvm-types": "3.14.306",
|
|
24
|
+
"@gatling.io/core": "3.14.306"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/jest": "30.0.0",
|
package/target/protocol.d.ts
CHANGED
|
@@ -570,7 +570,7 @@ export interface HttpProtocolBuilder extends ProtocolBuilder {
|
|
|
570
570
|
* @param f - the function
|
|
571
571
|
* @returns a new HttpProtocolBuilder instance
|
|
572
572
|
*/
|
|
573
|
-
wsAutoReplyTextFrame(f: (frame: string) => string): HttpProtocolBuilder;
|
|
573
|
+
wsAutoReplyTextFrame(f: (frame: string) => string | null): HttpProtocolBuilder;
|
|
574
574
|
/**
|
|
575
575
|
* Automatically reply to a SocketIo4 ping TEXT frame with the corresponding pong TEXT frame.
|
|
576
576
|
*
|