@types/artillery 1.7.2 → 1.7.3
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 +2 -3
- artillery/index.d.ts +0 -5
- artillery/package.json +4 -4
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,
|
|
12
|
-
* Dependencies: [@types/
|
|
13
|
-
* Global values: none
|
|
11
|
+
* Last updated: Tue, 17 Oct 2023 22:10:13 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.
|
|
3
|
+
"version": "1.7.3",
|
|
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
|
-
"
|
|
11
|
-
"
|
|
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": "
|
|
27
|
+
"typesPublisherContentHash": "e4801a2c20840af286d0ef285404be547d3e7aced4e282012db920481aaac553",
|
|
28
28
|
"typeScriptVersion": "4.5"
|
|
29
29
|
}
|