@types/mdast
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -10,3 +10,3 @@ // Type definitions for Mdast 4.0 | ||
import type { Data as UnistData, Literal as UnistLiteral, Node as UnistNode, Parent as UnistParent } from 'unist'; | ||
import type { Data as UnistData, Literal as UnistLiteral, Node as UnistNode, Parent as UnistParent } from "unist"; | ||
@@ -32,3 +32,3 @@ // ## Enumeration | ||
*/ | ||
export type AlignType = 'center' | 'left' | 'right' | null; | ||
export type AlignType = "center" | "left" | "right" | null; | ||
@@ -44,3 +44,3 @@ /** | ||
*/ | ||
export type ReferenceType = 'shortcut' | 'collapsed' | 'full'; | ||
export type ReferenceType = "shortcut" | "collapsed" | "full"; | ||
@@ -530,3 +530,3 @@ // ## Mixin | ||
*/ | ||
type: 'blockquote'; | ||
type: "blockquote"; | ||
/** | ||
@@ -554,3 +554,3 @@ * Children of block quote. | ||
*/ | ||
type: 'break'; | ||
type: "break"; | ||
/** | ||
@@ -574,3 +574,3 @@ * Data associated with the mdast break. | ||
*/ | ||
type: 'code'; | ||
type: "code"; | ||
/** | ||
@@ -604,3 +604,3 @@ * Language of computer code being marked up. | ||
*/ | ||
type: 'definition'; | ||
type: "definition"; | ||
/** | ||
@@ -624,3 +624,3 @@ * Data associated with the mdast definition. | ||
*/ | ||
type: 'delete'; | ||
type: "delete"; | ||
/** | ||
@@ -648,3 +648,3 @@ * Children of GFM delete. | ||
*/ | ||
type: 'emphasis'; | ||
type: "emphasis"; | ||
/** | ||
@@ -672,3 +672,3 @@ * Children of emphasis. | ||
*/ | ||
type: 'footnoteDefinition'; | ||
type: "footnoteDefinition"; | ||
/** | ||
@@ -696,3 +696,3 @@ * Children of GFM footnote definition. | ||
*/ | ||
type: 'footnoteReference'; | ||
type: "footnoteReference"; | ||
/** | ||
@@ -716,3 +716,3 @@ * Data associated with the mdast GFM footnote reference. | ||
*/ | ||
type: 'heading'; | ||
type: "heading"; | ||
/** | ||
@@ -746,3 +746,3 @@ * Heading rank. | ||
*/ | ||
type: 'html'; | ||
type: "html"; | ||
/** | ||
@@ -774,3 +774,3 @@ * Data associated with the mdast HTML. | ||
*/ | ||
type: 'image'; | ||
type: "image"; | ||
/** | ||
@@ -794,3 +794,3 @@ * Data associated with the mdast image. | ||
*/ | ||
type: 'imageReference'; | ||
type: "imageReference"; | ||
/** | ||
@@ -814,3 +814,3 @@ * Data associated with the mdast image reference. | ||
*/ | ||
type: 'inlineCode'; | ||
type: "inlineCode"; | ||
/** | ||
@@ -834,3 +834,3 @@ * Data associated with the mdast code (text). | ||
*/ | ||
type: 'link'; | ||
type: "link"; | ||
/** | ||
@@ -858,3 +858,3 @@ * Children of link. | ||
*/ | ||
type: 'linkReference'; | ||
type: "linkReference"; | ||
/** | ||
@@ -882,3 +882,3 @@ * Children of link reference. | ||
*/ | ||
type: 'list'; | ||
type: "list"; | ||
/** | ||
@@ -920,3 +920,3 @@ * Whether the items have been intentionally ordered (when `true`), or that | ||
*/ | ||
type: 'listItem'; | ||
type: "listItem"; | ||
/** | ||
@@ -956,3 +956,3 @@ * Whether the item is a tasklist item (when `boolean`). | ||
*/ | ||
type: 'paragraph'; | ||
type: "paragraph"; | ||
/** | ||
@@ -982,3 +982,3 @@ * Children of paragraph. | ||
*/ | ||
type: 'root'; | ||
type: "root"; | ||
/** | ||
@@ -1002,3 +1002,3 @@ * Data associated with the mdast root. | ||
*/ | ||
type: 'strong'; | ||
type: "strong"; | ||
/** | ||
@@ -1026,3 +1026,3 @@ * Children of strong. | ||
*/ | ||
type: 'table'; | ||
type: "table"; | ||
/** | ||
@@ -1054,3 +1054,3 @@ * How cells in columns are aligned. | ||
*/ | ||
type: 'tableRow'; | ||
type: "tableRow"; | ||
/** | ||
@@ -1078,3 +1078,3 @@ * Children of GFM table row. | ||
*/ | ||
type: 'tableCell'; | ||
type: "tableCell"; | ||
/** | ||
@@ -1102,3 +1102,3 @@ * Children of GFM table cell. | ||
*/ | ||
type: 'text'; | ||
type: "text"; | ||
/** | ||
@@ -1122,3 +1122,3 @@ * Data associated with the mdast text. | ||
*/ | ||
type: 'thematicBreak'; | ||
type: "thematicBreak"; | ||
/** | ||
@@ -1142,3 +1142,3 @@ * Data associated with the mdast thematic break. | ||
*/ | ||
type: 'yaml'; | ||
type: "yaml"; | ||
/** | ||
@@ -1145,0 +1145,0 @@ * Data associated with the mdast YAML. |
{ | ||
"name": "@types/mdast", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for Mdast", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdast", | ||
}, | ||
"typesPublisherContentHash": "d03fb5b99f6a1129979d7e8f8c9f85c7b8833a288165dee3df99520692aa0802", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "418aee2753a71e63c822484a43fda75e4fffda2baa4bc1674da9e2ad3b313e04", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 Jul 2023 20:32:45 GMT | ||
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT | ||
* Dependencies: [@types/unist](https://npmjs.com/package/@types/unist) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0