@types/prosemirror-model
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for prosemirror-model 1.12 | ||
// Type definitions for prosemirror-model 1.13 | ||
// Project: https://github.com/ProseMirror/prosemirror-model | ||
@@ -274,2 +274,9 @@ // Definitions by: Bradley Ayers <https://github.com/bradleyayers> | ||
/** | ||
* By default, when a rule matches an element or style, no further | ||
* rules get a chance to match it. By setting this to false, | ||
* you indicate that even when this rule matches, other rules | ||
* that come after it should also run. | ||
*/ | ||
consuming?: boolean | null; | ||
/** | ||
* When given, restricts this rule to only match when the current | ||
@@ -276,0 +283,0 @@ * context—the parent nodes into which the content is being |
{ | ||
"name": "@types/prosemirror-model", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "TypeScript definitions for prosemirror-model", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e7d4210f741e7fcf3401626025b43f1b498c9fea2952d902013975fdf2ae51a6", | ||
"typesPublisherContentHash": "67cb5677d13cf03d1769158871af78250d1ada80e9593ff7bccf07ccbabdbb88", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 11 Mar 2021 17:40:33 GMT | ||
* Last updated: Thu, 25 Mar 2021 02:21:13 GMT | ||
* Dependencies: [@types/orderedmap](https://npmjs.com/package/@types/orderedmap) | ||
@@ -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
58021
1443