@joint/core 4.0.0 → 4.0.1

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.
@@ -1,4 +1,4 @@
1
- /*! JointJS v4.0.0 (2024-02-02) - JavaScript diagramming library
1
+ /*! JointJS v4.0.1 (2024-02-02) - JavaScript diagramming library
2
2
 
3
3
 
4
4
  This Source Code Form is subject to the terms of the Mozilla Public
@@ -39576,7 +39576,7 @@ var joint = (function (exports) {
39576
39576
  Control: Control
39577
39577
  });
39578
39578
 
39579
- var version = "4.0.0";
39579
+ var version = "4.0.1";
39580
39580
 
39581
39581
  var Vectorizer = V;
39582
39582
  var layout = { PortLabel: PortLabel, Port: Port };