@types/k6 0.37.0 → 0.37.1

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/net/grpc.d.ts +5 -0
  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: Tue, 29 Mar 2022 08:01:44 GMT
11
+ * Last updated: Fri, 22 Jul 2022 09:02:19 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
k6/net/grpc.d.ts CHANGED
@@ -25,8 +25,13 @@ export interface ConnectParams {
25
25
  }
26
26
 
27
27
  export interface Params {
28
+ /**
29
+ * @deprecated Use metadata instead.
30
+ */
28
31
  headers?: object;
29
32
 
33
+ metadata?: object;
34
+
30
35
  tags?: object;
31
36
 
32
37
  timeout?: string | number;
k6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/k6",
3
- "version": "0.37.0",
3
+ "version": "0.37.1",
4
4
  "description": "TypeScript definitions for k6",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "a640af732bafeea694ba7efc10969d7bfad3fe35b8573e07d6b255fe07045e22",
49
- "typeScriptVersion": "3.9"
48
+ "typesPublisherContentHash": "7b9fbae379b6ad283cac5f73c4d4efb4fa8e17ae9fef780558147c2eb006f880",
49
+ "typeScriptVersion": "4.0"
50
50
  }