@types/k6 0.47.1 → 0.47.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/index.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: Wed, 18 Oct 2023 05:47:07 GMT
11
+ * Last updated: Thu, 16 Nov 2023 00:23:37 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
k6/index.d.ts CHANGED
@@ -87,7 +87,7 @@ export function group<RT>(name: string, fn: () => RT): RT;
87
87
  * @example
88
88
  * randomSeed(123456789);
89
89
  */
90
- export function randomseed(int: number): void;
90
+ export function randomSeed(int: number): void;
91
91
 
92
92
  /**
93
93
  * Suspend VU execution for the specified duration.
k6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/k6",
3
- "version": "0.47.1",
3
+ "version": "0.47.3",
4
4
  "description": "TypeScript definitions for k6",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6",
6
6
  "license": "MIT",
@@ -60,6 +60,6 @@
60
60
  },
61
61
  "scripts": {},
62
62
  "dependencies": {},
63
- "typesPublisherContentHash": "27f9ef43a07c3f7280e203d0fcb560f617a9b7ca3224d7033bac4f69a70a5b17",
63
+ "typesPublisherContentHash": "29d8cb3515608ff666bebafd6f058aceff34cbc16d198ff17fe87b47a45346e0",
64
64
  "typeScriptVersion": "4.5"
65
65
  }