@types/prosemirror-collab
Advanced tools
Comparing version 0.21.1 to 0.21.2
@@ -8,6 +8,4 @@ // Type definitions for prosemirror-collab 0.21 | ||
import { Plugin } from 'prosemirror-state'; | ||
import { EditorState } from 'prosemirror-state'; | ||
import { Plugin, EditorState, Transaction } from 'prosemirror-state'; | ||
import { Step } from 'prosemirror-transform'; | ||
import { Transaction } from 'prosemirror-state'; | ||
@@ -14,0 +12,0 @@ export function collab<T>(config?: { version?: number, clientID?: number | string }): Plugin<T>; |
{ | ||
"name": "@types/prosemirror-collab", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"description": "TypeScript definitions for prosemirror-collab", | ||
@@ -26,5 +26,4 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a4b10067dc85a4d55bff2ef0acc3a0f1533ed91ba173bda493700c3ec9f6cac8", | ||
"typesPublisherContentHash": "e9e2bfb3459e38c69d5b057e728c5b99acbe5f508a757db6552a63e957389acf", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT | ||
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT | ||
* Dependencies: prosemirror-state, prosemirror-transform | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3452
12