@types/identity-obj-proxy
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for identity-obj-proxy 3.0 | ||
// Project: https://github.com/keyanzhang/identity-obj-proxy#readme | ||
// Definitions by: Remco Haszing <https://github.com/remcohaszing> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
type IdObj = { | ||
@@ -7,0 +2,0 @@ readonly [Key: string]: string; |
{ | ||
"name": "@types/identity-obj-proxy", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for identity-obj-proxy", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/identity-obj-proxy", | ||
"name": "Remco Haszing", | ||
"url": "https://github.com/remcohaszing", | ||
"githubUsername": "remcohaszing" | ||
"githubUsername": "remcohaszing", | ||
"url": "https://github.com/remcohaszing" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1f19297cd44bd4e4f0f4cf468e03bb7d2408cedcd5762fd1ea2e90ca5087bcb0", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "9717bb0cd925d19135fe4c4b71dc3677f4f7056f92d8c11a9396d349dc3ec87a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for identity-obj-proxy 3.0 | ||
// Project: https://github.com/keyanzhang/identity-obj-proxy#readme | ||
// Definitions by: Remco Haszing <https://github.com/remcohaszing> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
type IdObj = { | ||
@@ -36,7 +31,6 @@ readonly [Key: string]: string; | ||
### Additional Details | ||
* Last updated: Wed, 09 Aug 2023 17:03:04 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Remco Haszing](https://github.com/remcohaszing). |
3527
13
35