@types/k6 0.35.0 → 0.35.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 +1 -1
  3. k6/package.json +2 -2
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: Fri, 19 Nov 2021 11:31:03 GMT
11
+ * Last updated: Tue, 23 Nov 2021 17:01:03 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
k6/net/grpc.d.ts CHANGED
@@ -50,7 +50,7 @@ declare namespace grpc {
50
50
  connect(address: string, params?: ConnectParams): void;
51
51
 
52
52
  /** Loads and parses the protocol buffer descriptors. */
53
- load(importPaths: string[], protoFiles: string): void;
53
+ load(importPaths: string[], ...protoFiles: string[]): void;
54
54
 
55
55
  /** Invokes an unary RPC request. */
56
56
  invoke(url: string, request: object, params?: Params): Response;
k6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/k6",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "TypeScript definitions for k6",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6",
6
6
  "license": "MIT",
@@ -50,6 +50,6 @@
50
50
  },
51
51
  "scripts": {},
52
52
  "dependencies": {},
53
- "typesPublisherContentHash": "6e94c52e747382ab482c003ea305081f26e684ea00348c7a0ee4b3083774f3d3",
53
+ "typesPublisherContentHash": "2b0606fbf3023250fb4dab67d69800b200a5b65f6265eb7da480278f717ac652",
54
54
  "typeScriptVersion": "3.8"
55
55
  }