@milkdown/prose
Advanced tools
Comparing version 6.1.2 to 6.1.3
@@ -22,3 +22,3 @@ import { PluginKey, Plugin, NodeSelection } from 'prosemirror-state'; | ||
} | ||
const customInputRulesKey = new PluginKey("MILKDOWN_PLUGIN_CUSTOM_INPUTRULES"); | ||
const customInputRulesKey = new PluginKey("MILKDOWN_CUSTOM_INPUTRULES"); | ||
const customInputRules = ({ rules }) => { | ||
@@ -25,0 +25,0 @@ const plugin = new Plugin({ |
{ | ||
"name": "@milkdown/prose", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"type": "module", | ||
@@ -108,3 +108,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@milkdown/exception": "6.1.2", | ||
"@milkdown/exception": "6.1.3", | ||
"@types/prosemirror-commands": "^1.0.4", | ||
@@ -111,0 +111,0 @@ "@types/prosemirror-dropcursor": "^1.0.2", |
@@ -29,3 +29,3 @@ /* Copyright 2021, Milkdown by Mirone. */ | ||
export const customInputRulesKey = new PluginKey('MILKDOWN_PLUGIN_CUSTOM_INPUTRULES'); | ||
export const customInputRulesKey = new PluginKey('MILKDOWN_CUSTOM_INPUTRULES'); | ||
export const customInputRules = ({ rules }: { rules: InputRule[] }): Plugin => { | ||
@@ -32,0 +32,0 @@ const plugin: Plugin = new Plugin({ |
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
51057
+ Added@milkdown/exception@6.1.3(transitive)
- Removed@milkdown/exception@6.1.2(transitive)
Updated@milkdown/exception@6.1.3