@types/hast
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -5,2 +5,3 @@ // Type definitions for non-npm package Hast 2.3 | ||
// Junyoung Choi <https://github.com/rokt33r> | ||
// Christian Murphy <https://github.com/ChristianMurphy> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -76,3 +77,3 @@ // TypeScript Version: 3.0 | ||
export interface Properties { | ||
[PropertyName: string]: any; | ||
[PropertyName: string]: boolean | number | string | null | undefined | Array<string | number>; | ||
} | ||
@@ -79,0 +80,0 @@ |
{ | ||
"name": "@types/hast", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TypeScript definitions for Hast", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "rokt33r" | ||
}, | ||
{ | ||
"name": "Christian Murphy", | ||
"url": "https://github.com/ChristianMurphy", | ||
"githubUsername": "ChristianMurphy" | ||
} | ||
@@ -30,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "ec38b8b1beddaa10ba08ef7a287d536a4a01f7ba2da9d8daeb6ecaecd36d4298", | ||
"typesPublisherContentHash": "e63bcb590e3a2fb23f525007f132ed04d7ff28760cd2509d714bc8c173ccfc26", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 15 Jan 2020 08:43:51 GMT | ||
* Last updated: Wed, 29 Apr 2020 16:13:58 GMT | ||
* Dependencies: [@types/unist](https://npmjs.com/package/@types/unist) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by lukeggchapman (https://github.com/lukeggchapman), and Junyoung Choi (https://github.com/rokt33r). | ||
These definitions were written by [lukeggchapman](https://github.com/lukeggchapman), [Junyoung Choi](https://github.com/rokt33r), and [Christian Murphy](https://github.com/ChristianMurphy). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5426
102