@joint/core 4.1.0-beta.1 → 4.1.0
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 +3 -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 +1 -1
- package/types/joint.d.ts +2 -0
package/dist/joint.nowrap.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! JointJS v4.1.0
|
|
1
|
+
/*! JointJS v4.1.0 (2024-11-27) - JavaScript diagramming library
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -36483,7 +36483,7 @@ var joint = (function (exports) {
|
|
|
36483
36483
|
Control: Control
|
|
36484
36484
|
});
|
|
36485
36485
|
|
|
36486
|
-
var version = "4.1.0
|
|
36486
|
+
var version = "4.1.0";
|
|
36487
36487
|
|
|
36488
36488
|
const Vectorizer = V;
|
|
36489
36489
|
const layout = {
|