@types/k6 0.57.0 → 0.57.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.
- k6/README.md +2 -2
- k6/package.json +2 -12
k6/README.md
CHANGED
|
@@ -8,8 +8,8 @@ This package contains type definitions for k6 (https://grafana.com/docs/k6/lates
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 20 Feb 2025 10:36:09 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
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), [
|
|
15
|
+
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), [Ankur Agarwal](https://github.com/ankur22), [İnanç Gümüş](https://github.com/inancgumus), and [Joan López de la Franca Beltran](https://github.com/joanlopez).
|
k6/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/k6",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.1",
|
|
4
4
|
"description": "TypeScript definitions for k6",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,11 +25,6 @@
|
|
|
25
25
|
"githubUsername": "olegbespalov",
|
|
26
26
|
"url": "https://github.com/olegbespalov"
|
|
27
27
|
},
|
|
28
|
-
{
|
|
29
|
-
"name": "Nicole van der Hoeven",
|
|
30
|
-
"githubUsername": "nicolevanderhoeven",
|
|
31
|
-
"url": "https://github.com/nicolevanderhoeven"
|
|
32
|
-
},
|
|
33
28
|
{
|
|
34
29
|
"name": "Ankur Agarwal",
|
|
35
30
|
"githubUsername": "ankur22",
|
|
@@ -40,11 +35,6 @@
|
|
|
40
35
|
"githubUsername": "inancgumus",
|
|
41
36
|
"url": "https://github.com/inancgumus"
|
|
42
37
|
},
|
|
43
|
-
{
|
|
44
|
-
"name": "Daniel Jiménez",
|
|
45
|
-
"githubUsername": "ka3de",
|
|
46
|
-
"url": "https://github.com/ka3de"
|
|
47
|
-
},
|
|
48
38
|
{
|
|
49
39
|
"name": "Joan López de la Franca Beltran",
|
|
50
40
|
"githubUsername": "joanlopez",
|
|
@@ -84,6 +74,6 @@
|
|
|
84
74
|
"scripts": {},
|
|
85
75
|
"dependencies": {},
|
|
86
76
|
"peerDependencies": {},
|
|
87
|
-
"typesPublisherContentHash": "
|
|
77
|
+
"typesPublisherContentHash": "0066ffc754835dfbebd1c0296d5f8ba656b4dbd27b3a17f8f1deb90c20138cfe",
|
|
88
78
|
"typeScriptVersion": "5.0"
|
|
89
79
|
}
|