@types/prosemirror-commands
Advanced tools
Comparing version 0.21.1 to 0.22.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for prosemirror-commands 0.21 | ||
// Type definitions for prosemirror-commands 0.22 | ||
// Project: https://github.com/ProseMirror/prosemirror-commands | ||
@@ -14,2 +14,4 @@ // Definitions by: Bradley Ayers <https://github.com/bradleyayers> | ||
export function joinBackward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean; | ||
export function selectNodeBackward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean; | ||
export function selectNodeForward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean; | ||
export function joinForward(state: EditorState, dispatch?: (tr: Transaction) => void, view?: EditorView): boolean; | ||
@@ -16,0 +18,0 @@ export function joinUp(state: EditorState, dispatch?: (tr: Transaction) => void): boolean; |
{ | ||
"name": "@types/prosemirror-commands", | ||
"version": "0.21.1", | ||
"version": "0.22.0", | ||
"description": "TypeScript definitions for prosemirror-commands", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Bradley Ayers", | ||
"url": "https://github.com/bradleyayers" | ||
"url": "https://github.com/bradleyayers", | ||
"githubUsername": "bradleyayers" | ||
}, | ||
{ | ||
"name": "David Hahn", | ||
"url": "https://github.com/davidka" | ||
"url": "https://github.com/davidka", | ||
"githubUsername": "davidka" | ||
} | ||
@@ -28,5 +30,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e12fbe52744604aae9a74b182b4a3a4bec9cbad2601c3f126ff3f401ca3227bf", | ||
"typesPublisherContentHash": "6deb6cba1d2a5bdb73befb666c55c54ac2c5b88013752d68983975a3d7fd5cbd", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT | ||
* Last updated: Sat, 09 Sep 2017 18:41:06 GMT | ||
* Dependencies: prosemirror-model, prosemirror-state, prosemirror-view | ||
@@ -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
5744
33