@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.
Files changed (3) hide show
  1. k6/README.md +1 -1
  2. k6/html.d.ts +3 -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: Mon, 06 Mar 2023 19:32:56 GMT
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 element - Current element.
397
- * @returns Value element maps to.
396
+ * @param selection - Current selection.
397
+ * @returns Value selection maps to.
398
398
  */
399
- (index: number, element: Element): unknown;
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.2",
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": "f8ea7a5dd31c31531c378895ed96cc7b4a8298aa1c6dabb468080e154fb3cc71",
59
- "typeScriptVersion": "4.2"
58
+ "typesPublisherContentHash": "2cbfa702b37e2f3d5238d3b1b9b10788b402594bf74c75209901da48c302472c",
59
+ "typeScriptVersion": "4.3"
60
60
  }