@types/prosemirror-model
Advanced tools
Comparing version 1.11.3 to 1.12.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for prosemirror-model 1.11 | ||
// Type definitions for prosemirror-model 1.12 | ||
// Project: https://github.com/ProseMirror/prosemirror-model | ||
@@ -9,2 +9,3 @@ // Definitions by: Bradley Ayers <https://github.com/bradleyayers> | ||
// Anthony Weston <https://github.com/AnthonyWeston> | ||
// Martin Staffa <https://github.com/Narretz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -1385,3 +1386,3 @@ // TypeScript Version: 2.3 | ||
} | ||
export type DOMOutputSpec = string | Node | DOMOutputSpecArray; | ||
export type DOMOutputSpec = string | Node | DOMOutputSpecArray | {dom: Node, contentDOM?: Node}; | ||
/** | ||
@@ -1388,0 +1389,0 @@ * A DOM serializer knows how to convert ProseMirror nodes and |
{ | ||
"name": "@types/prosemirror-model", | ||
"version": "1.11.3", | ||
"version": "1.12.0", | ||
"description": "TypeScript definitions for prosemirror-model", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "AnthonyWeston" | ||
}, | ||
{ | ||
"name": "Martin Staffa", | ||
"url": "https://github.com/Narretz", | ||
"githubUsername": "Narretz" | ||
} | ||
@@ -50,4 +55,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "b4c7fb546e58c1bce88217f6038595bd38bd7bfecc60697c87705c62e819ac6e", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "e7d4210f741e7fcf3401626025b43f1b498c9fea2952d902013975fdf2ae51a6", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 13 Feb 2021 18:29:34 GMT | ||
* Last updated: Thu, 11 Mar 2021 17:40:33 GMT | ||
* Dependencies: [@types/orderedmap](https://npmjs.com/package/@types/orderedmap) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Malte Blanken](https://github.com/neknalb), [Patrick Simmelbauer](https://github.com/patsimm), and [Anthony Weston](https://github.com/AnthonyWeston). | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Malte Blanken](https://github.com/neknalb), [Patrick Simmelbauer](https://github.com/patsimm), [Anthony Weston](https://github.com/AnthonyWeston), and [Martin Staffa](https://github.com/Narretz). |
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
57728
1436