@types/artillery 1.7.2 → 1.7.4

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,9 +8,8 @@ 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: Tue, 10 Oct 2023 18:07:32 GMT
12
- * Dependencies: [@types/got](https://npmjs.com/package/@types/got), [@types/node](https://npmjs.com/package/@types/node), [@types/node:events](https://npmjs.com/package/@types/node:events), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie)
13
- * Global values: none
11
+ * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
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)
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [BendingBender](https://github.com/BendingBender).
artillery/index.d.ts CHANGED
@@ -1,8 +1,3 @@
1
- // Type definitions for artillery 1.7
2
- // Project: https://github.com/artilleryio/artillery
3
- // Definitions by: BendingBender <https://github.com/BendingBender>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  /// <reference types="node" />
7
2
 
8
3
  import { OptionsOfJSONResponseBody, OptionsOfTextResponseBody, OptionsOfUnknownResponseBody, Response } from "got";
artillery/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/artillery",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "description": "TypeScript definitions for artillery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/artillery",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "BendingBender",
10
- "url": "https://github.com/BendingBender",
11
- "githubUsername": "BendingBender"
10
+ "githubUsername": "BendingBender",
11
+ "url": "https://github.com/BendingBender"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -24,6 +24,6 @@
24
24
  "@types/tough-cookie": "*",
25
25
  "got": "^11.8.5"
26
26
  },
27
- "typesPublisherContentHash": "74325152c426f8c853b6df2b62d89bf2b24b67eb43ccaac9e3135719bb54358d",
27
+ "typesPublisherContentHash": "a1959ca29f5652fb1f7748552b08547a87d166a990be69454e150dc32921d711",
28
28
  "typeScriptVersion": "4.5"
29
29
  }