@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.
- package/dist/geometry.js +1 -1
- package/dist/geometry.min.js +1 -1
- package/dist/joint.d.ts +1 -1
- package/dist/joint.js +2 -2
- package/dist/joint.min.js +2 -2
- package/dist/joint.nowrap.js +2 -2
- package/dist/joint.nowrap.min.js +2 -2
- package/dist/vectorizer.js +1 -1
- package/dist/vectorizer.min.js +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +2 -3
- package/src/core.mjs +48 -0
package/dist/joint.nowrap.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! JointJS v4.0.
|
|
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.
|
|
39579
|
+
var version = "4.0.1";
|
|
39580
39580
|
|
|
39581
39581
|
var Vectorizer = V;
|
|
39582
39582
|
var layout = { PortLabel: PortLabel, Port: Port };
|