@types/k6 0.46.1 → 0.46.2
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 +2 -2
- k6/index.d.ts +2 -0
- k6/package.json +12 -2
k6/README.md
CHANGED
|
@@ -8,9 +8,9 @@ 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, 18 Aug 2023
|
|
11
|
+
* Last updated: Fri, 18 Aug 2023 18:02:54 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Mihail Stoykov](https://github.com/MStoykov), [Ivan](https://github.com/codebien), [Théo Crevon](https://github.com/oleiade), [Oleg Bespalov](https://github.com/olegbespalov), [Pepe Cano](https://github.com/ppcano), [Nicole van der Hoeven](https://github.com/nicolevanderhoeven),
|
|
16
|
+
These definitions were written by [Mihail Stoykov](https://github.com/MStoykov), [Ivan](https://github.com/codebien), [Théo Crevon](https://github.com/oleiade), [Oleg Bespalov](https://github.com/olegbespalov), [Pepe Cano](https://github.com/ppcano), [Nicole van der Hoeven](https://github.com/nicolevanderhoeven), [Ankur Agarwal](https://github.com/ankur22), [İnanç Gümüş](https://github.com/inancgumus), and [Daniel Jiménez](https://github.com/ka3de).
|
k6/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
// Pepe Cano <https://github.com/ppcano>
|
|
8
8
|
// Nicole van der Hoeven <https://github.com/nicolevanderhoeven>
|
|
9
9
|
// Ankur Agarwal <https://github.com/ankur22>
|
|
10
|
+
// İnanç Gümüş <https://github.com/inancgumus>
|
|
11
|
+
// Daniel Jiménez <https://github.com/ka3de>
|
|
10
12
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
11
13
|
// TypeScript Version: 3.9
|
|
12
14
|
|
k6/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/k6",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.2",
|
|
4
4
|
"description": "TypeScript definitions for k6",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,6 +39,16 @@
|
|
|
39
39
|
"name": "Ankur Agarwal",
|
|
40
40
|
"url": "https://github.com/ankur22",
|
|
41
41
|
"githubUsername": "ankur22"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "İnanç Gümüş",
|
|
45
|
+
"url": "https://github.com/inancgumus",
|
|
46
|
+
"githubUsername": "inancgumus"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "Daniel Jiménez",
|
|
50
|
+
"url": "https://github.com/ka3de",
|
|
51
|
+
"githubUsername": "ka3de"
|
|
42
52
|
}
|
|
43
53
|
],
|
|
44
54
|
"main": "",
|
|
@@ -50,6 +60,6 @@
|
|
|
50
60
|
},
|
|
51
61
|
"scripts": {},
|
|
52
62
|
"dependencies": {},
|
|
53
|
-
"typesPublisherContentHash": "
|
|
63
|
+
"typesPublisherContentHash": "b7636c8ff8ec7685076562d9226af5caab0553c1115277e81d3bbc597bdc4b13",
|
|
54
64
|
"typeScriptVersion": "4.3"
|
|
55
65
|
}
|