@gatling.io/jvm-types 3.13.501 → 3.14.0
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/gatling.d.ts +1 -0
- package/package.json +2 -2
package/gatling.d.ts
CHANGED
|
@@ -3938,6 +3938,7 @@ declare namespace java.util.stream {
|
|
|
3938
3938
|
flatMapToLong(arg0: Func<T, any /*java.util.stream.LongStream*/>): any /*java.util.stream.LongStream*/;
|
|
3939
3939
|
forEach(arg0: Consumer<T>): void;
|
|
3940
3940
|
forEachOrdered(arg0: Consumer<T>): void;
|
|
3941
|
+
gather<R>(arg0: any /*java.util.stream.Gatherer*/): Stream<R>;
|
|
3941
3942
|
isParallel(): boolean;
|
|
3942
3943
|
iterator(): java.util.Iterator<T>;
|
|
3943
3944
|
limit(arg0: long): Stream<T>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gatling.io/jvm-types",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://gatling.io",
|
|
6
6
|
"repository": "github:gatling/gatling-js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"performance testing"
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"typescript": "5.8.
|
|
21
|
+
"typescript": "5.8.3"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"clean": "rm -f ./index.js ./index.d.ts",
|