@types/prosemirror-collab
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -29,3 +29,3 @@ // Type definitions for prosemirror-collab 1.1 | ||
*/ | ||
export function collab(config?: { version?: number | null; clientID?: number | string | null }): Plugin; | ||
export function collab(config?: { version?: number | null | undefined; clientID?: number | string | null | undefined }): Plugin; | ||
@@ -51,3 +51,3 @@ /** | ||
clientIDs: Array<number | string>, | ||
options?: { mapSelectionBackward?: boolean }, | ||
options?: { mapSelectionBackward?: boolean | undefined }, | ||
): Transaction<S>; | ||
@@ -54,0 +54,0 @@ |
{ | ||
"name": "@types/prosemirror-collab", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript definitions for prosemirror-collab", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-collab", | ||
"license": "MIT", | ||
@@ -46,4 +47,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "670e6b4a1f9a2629f8842aca4119f3c97502d78b408d0c21b9ffd622513b6393", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "6c567cccd191629de96593c55c6a9d60d3c507fbedd5e74847917f8c8e2f7668", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 18 Jan 2021 15:07:05 GMT | ||
* Last updated: Thu, 08 Jul 2021 20:19:55 GMT | ||
* Dependencies: [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model), [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state), [@types/prosemirror-transform](https://npmjs.com/package/@types/prosemirror-transform) | ||
@@ -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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6679