@types/artillery 1.7.4 → 1.7.5

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.
artillery/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for artillery (https://github.com/artille
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/artillery.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
11
+ * Last updated: Fri, 24 Oct 2025 04:02:41 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie), [got](https://npmjs.com/package/got)
13
13
 
14
14
  # Credits
artillery/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
 
3
3
  import { OptionsOfJSONResponseBody, OptionsOfTextResponseBody, OptionsOfUnknownResponseBody, Response } from "got";
4
- import * as events from "node:events";
4
+ import events = require("node:events");
5
5
  import { CookieJar } from "tough-cookie";
6
6
 
7
7
  export type ActionFn<
artillery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/artillery",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "TypeScript definitions for artillery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/artillery",
6
6
  "license": "MIT",
@@ -24,6 +24,7 @@
24
24
  "@types/tough-cookie": "*",
25
25
  "got": "^11.8.5"
26
26
  },
27
- "typesPublisherContentHash": "a1959ca29f5652fb1f7748552b08547a87d166a990be69454e150dc32921d711",
28
- "typeScriptVersion": "4.5"
27
+ "peerDependencies": {},
28
+ "typesPublisherContentHash": "5096d0ec8912beacba8a2400e492617a461b993d6c6d6966efe62340a86ef279",
29
+ "typeScriptVersion": "5.2"
29
30
  }