hadron-document
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -20,3 +20,4 @@ 'use strict'; | ||
'Removed': 'Element::Removed', | ||
'Reverted': 'Element::Reverted' | ||
'Reverted': 'Element::Reverted', | ||
'Converted': 'Element::Converted' | ||
}; | ||
@@ -69,2 +70,3 @@ | ||
this.edit(JSON.parse(value)); | ||
this._bubbleUp(Events.Converted); | ||
} else { | ||
@@ -71,0 +73,0 @@ this.edit(value); |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-document", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
32299
793