slate-history
Advanced tools
Comparing version 0.66.0 to 0.81.2-2022615132332
@@ -20,3 +20,4 @@ import { isPlainObject } from 'is-plain-object'; | ||
var SAVING = new WeakMap(); | ||
var MERGING = new WeakMap(); | ||
var MERGING = new WeakMap(); // eslint-disable-next-line no-redeclare | ||
var HistoryEditor = { | ||
@@ -23,0 +24,0 @@ /** |
@@ -23,3 +23,4 @@ 'use strict'; | ||
var SAVING = new WeakMap(); | ||
var MERGING = new WeakMap(); | ||
var MERGING = new WeakMap(); // eslint-disable-next-line no-redeclare | ||
var HistoryEditor = { | ||
@@ -26,0 +27,0 @@ /** |
@@ -55,3 +55,4 @@ (function (global, factory) { | ||
var SAVING = new WeakMap(); | ||
var MERGING = new WeakMap(); | ||
var MERGING = new WeakMap(); // eslint-disable-next-line no-redeclare | ||
var HistoryEditor = { | ||
@@ -58,0 +59,0 @@ /** |
{ | ||
"name": "slate-history", | ||
"description": "An operation-based history implementation for Slate editors.", | ||
"version": "0.66.0", | ||
"version": "0.81.2-2022615132332", | ||
"license": "MIT", | ||
@@ -22,8 +22,8 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"lodash": "^4.17.21", | ||
"slate": "^0.66.0", | ||
"slate-hyperscript": "^0.66.0", | ||
"source-map-loader": "^0.2.4" | ||
"slate": "^0.81.2-2022615132332", | ||
"slate-hyperscript": "^0.81.2-2022615132332", | ||
"source-map-loader": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"slate": ">=0.65.3" | ||
"slate": ">=0.81.2-2022615132332" | ||
}, | ||
@@ -30,0 +30,0 @@ "umdGlobals": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59395
16