object-diagram-js-differ 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
- Diffing for object diagrams adapted from bpmn-js-differ.
1
+ Diffing for object diagrams adapted from [bpmn-js-differ](https://github.com/bpmn-io/bpmn-js-differ).
2
+
3
+ The diffing tool is used to highlight changes while debugging in the [visual debugger plugin](https://plugins.jetbrains.com/plugin/16851-visual-debugger).
4
+ For example:
5
+ ![PNG showing a diff](documentation/diff.png)
2
6
 
3
7
  ## License
4
8
 
package/dist/index.cjs CHANGED
@@ -87,7 +87,7 @@ ChangeHandler.prototype.added = function(model, property, element, idx) {
87
87
  };
88
88
 
89
89
  ChangeHandler.prototype.moved = function(model, property, oldIndex, newIndex) {
90
-
90
+
91
91
  // noop
92
92
  };
93
93
 
package/dist/index.esm.js CHANGED
@@ -85,7 +85,7 @@ ChangeHandler.prototype.added = function(model, property, element, idx) {
85
85
  };
86
86
 
87
87
  ChangeHandler.prototype.moved = function(model, property, oldIndex, newIndex) {
88
-
88
+
89
89
  // noop
90
90
  };
91
91