@types/json-form-data
Advanced tools
Comparing version 1.7.3 to 1.7.4
@@ -1,8 +0,1 @@ | ||
// Type definitions for json-form-data 1.7 | ||
// Project: https://github.com/hyperatom/json-form-data | ||
// Definitions by: Aaron Ross <https://github.com/superhawk610> | ||
// Kamil Socha <https://github.com/ksocha> | ||
// Felix Borzik <https://github.com/Borzik> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
interface ValidJSON { | ||
@@ -9,0 +2,0 @@ [key: string]: ValidJSON | ValidJSON[] | ValidJSONValue | ValidJSONValue[] | FileList; |
{ | ||
"name": "@types/json-form-data", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "TypeScript definitions for json-form-data", | ||
@@ -10,14 +10,14 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-form-data", | ||
"name": "Aaron Ross", | ||
"url": "https://github.com/superhawk610", | ||
"githubUsername": "superhawk610" | ||
"githubUsername": "superhawk610", | ||
"url": "https://github.com/superhawk610" | ||
}, | ||
{ | ||
"name": "Kamil Socha", | ||
"url": "https://github.com/ksocha", | ||
"githubUsername": "ksocha" | ||
"githubUsername": "ksocha", | ||
"url": "https://github.com/ksocha" | ||
}, | ||
{ | ||
"name": "Felix Borzik", | ||
"url": "https://github.com/Borzik", | ||
"githubUsername": "Borzik" | ||
"githubUsername": "Borzik", | ||
"url": "https://github.com/Borzik" | ||
} | ||
@@ -34,4 +34,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cacd7b622f25dabecf19205d8849281036a0fde15524a9fd7d98c8f60a9b22f4", | ||
"typesPublisherContentHash": "a1fa12b7a7a3001a03d103724d506aecd9b958e3d6c85b9d36c7abd82eeebfe8", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Aaron Ross](https://github.com/superhawk610), [Kamil Socha](https://github.com/ksocha), and [Felix Borzik](https://github.com/Borzik). |
7211
168
16