@types/k6 1.6.0 → 1.7.0

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 (2) hide show
  1. k6/README.md +2 -2
  2. k6/package.json +7 -2
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: Tue, 10 Feb 2026 09:47:03 GMT
11
+ * Last updated: Wed, 25 Mar 2026 15:25:10 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), [Ankur Agarwal](https://github.com/ankur22), [İnanç Gümüş](https://github.com/inancgumus), [Joan López de la Franca Beltran](https://github.com/joanlopez), and [Agnès Toulet](https://github.com/AgnesToulet).
15
+ These definitions were written by [Mihail Stoykov](https://github.com/MStoykov), [Ivan](https://github.com/codebien), [Théo Crevon](https://github.com/oleiade), [Ankur Agarwal](https://github.com/ankur22), [İnanç Gümüş](https://github.com/inancgumus), [Joan López de la Franca Beltran](https://github.com/joanlopez), [Agnès Toulet](https://github.com/AgnesToulet), and [Iván Szkiba](https://github.com/szkiba).
k6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/k6",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
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,11 @@
39
39
  "name": "Agnès Toulet",
40
40
  "githubUsername": "AgnesToulet",
41
41
  "url": "https://github.com/AgnesToulet"
42
+ },
43
+ {
44
+ "name": "Iván Szkiba",
45
+ "githubUsername": "szkiba",
46
+ "url": "https://github.com/szkiba"
42
47
  }
43
48
  ],
44
49
  "type": "module",
@@ -74,6 +79,6 @@
74
79
  "scripts": {},
75
80
  "dependencies": {},
76
81
  "peerDependencies": {},
77
- "typesPublisherContentHash": "80b31eb39ecab6afca265e96b2a78fd11aa9904f1e43aca2188ce7631b0d7e2c",
82
+ "typesPublisherContentHash": "299a4dc337966b3ce9323a89406e1d82cfa5b8a4ef5c6e01aeafe6d1d6836d7d",
78
83
  "typeScriptVersion": "5.2"
79
84
  }