@types/k6 0.43.2 → 0.43.3
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.
- k6/README.md +1 -1
- k6/html.d.ts +3 -3
- k6/package.json +3 -3
k6/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for k6 (https://k6.io/docs/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 13 Apr 2023 08:32:47 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
k6/html.d.ts
CHANGED
|
@@ -393,10 +393,10 @@ export interface Handler {
|
|
|
393
393
|
export interface Mapper {
|
|
394
394
|
/**
|
|
395
395
|
* @param index - Current index.
|
|
396
|
-
* @param
|
|
397
|
-
* @returns Value
|
|
396
|
+
* @param selection - Current selection.
|
|
397
|
+
* @returns Value selection maps to.
|
|
398
398
|
*/
|
|
399
|
-
(index: number,
|
|
399
|
+
(index: number, selection: Selection): unknown;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
// === Attribute ===
|
k6/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/k6",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.3",
|
|
4
4
|
"description": "TypeScript definitions for k6",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
},
|
|
56
56
|
"scripts": {},
|
|
57
57
|
"dependencies": {},
|
|
58
|
-
"typesPublisherContentHash": "
|
|
59
|
-
"typeScriptVersion": "4.
|
|
58
|
+
"typesPublisherContentHash": "2cbfa702b37e2f3d5238d3b1b9b10788b402594bf74c75209901da48c302472c",
|
|
59
|
+
"typeScriptVersion": "4.3"
|
|
60
60
|
}
|