prosemirror-trailing-node
Advanced tools
Comparing version 0.0.0-pr706.3 to 0.0.0-pr706.4
@@ -8,3 +8,3 @@ 'use strict'; | ||
var trailingNodePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('trailingNode'); | ||
var trailingNodePluginKey = new prosemirrorState.PluginKey('trailingNode'); | ||
/** | ||
@@ -11,0 +11,0 @@ * This creates the plugin for trailing node. |
import { PluginKey, Plugin } from 'prosemirror-state'; | ||
import { uniqueArray, includes } from '@remirror/core-helpers'; | ||
var trailingNodePluginKey = /*#__PURE__*/new PluginKey('trailingNode'); | ||
var trailingNodePluginKey = new PluginKey('trailingNode'); | ||
/** | ||
@@ -6,0 +6,0 @@ * This creates the plugin for trailing node. |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var trailingNodePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('trailingNode'); | ||
var trailingNodePluginKey = new prosemirrorState.PluginKey('trailingNode'); | ||
/** | ||
@@ -11,0 +11,0 @@ * This creates the plugin for trailing node. |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var trailingNodePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('trailingNode'); | ||
var trailingNodePluginKey = new prosemirrorState.PluginKey('trailingNode'); | ||
/** | ||
@@ -11,0 +11,0 @@ * This creates the plugin for trailing node. |
import { PluginKey, Plugin } from 'prosemirror-state'; | ||
import { uniqueArray, includes } from '@remirror/core-helpers'; | ||
var trailingNodePluginKey = /*#__PURE__*/new PluginKey('trailingNode'); | ||
var trailingNodePluginKey = new PluginKey('trailingNode'); | ||
/** | ||
@@ -6,0 +6,0 @@ * This creates the plugin for trailing node. |
{ | ||
"name": "prosemirror-trailing-node", | ||
"version": "0.0.0-pr706.3", | ||
"version": "0.0.0-pr706.4", | ||
"description": "A trailing node plugin for the prosemirror editor.", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-trailing-node", | ||
"@babel/runtime": "^7.12.13", | ||
"@remirror/core-constants": "0.0.0-pr706.3", | ||
"@remirror/core-helpers": "0.0.0-pr706.3", | ||
"@remirror/core-constants": "0.0.0-pr706.4", | ||
"@remirror/core-helpers": "0.0.0-pr706.4", | ||
"escape-string-regexp": "^4.0.0", | ||
@@ -39,0 +39,0 @@ "type-fest": "^0.20.2" |
20414
+ Added@remirror/core-constants@0.0.0-pr706.4(transitive)
+ Added@remirror/core-helpers@0.0.0-pr706.4(transitive)
- Removed@remirror/core-constants@0.0.0-pr706.3(transitive)
- Removed@remirror/core-helpers@0.0.0-pr706.3(transitive)