@joint/core 4.2.0-beta.1 → 4.2.0-beta.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/dist/geometry.js +1 -1
- package/dist/geometry.min.js +1 -1
- package/dist/joint.d.ts +1 -1
- package/dist/joint.js +16 -9
- package/dist/joint.min.js +2 -2
- package/dist/joint.nowrap.js +16 -9
- 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 +6 -3
package/dist/vectorizer.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! JointJS v4.2.0-beta.
|
|
1
|
+
/*! JointJS v4.2.0-beta.2 (2025-11-04) - JavaScript diagramming library
|
|
2
2
|
|
|
3
3
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
4
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
package/dist/vectorizer.min.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! JointJS v4.2.0-beta.
|
|
1
|
+
/*! JointJS v4.2.0-beta.2 (2025-11-04) - JavaScript diagramming library
|
|
2
2
|
|
|
3
3
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
4
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
package/dist/version.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joint/core",
|
|
3
3
|
"title": "JointJS",
|
|
4
|
-
"version": "4.2.0-beta.
|
|
4
|
+
"version": "4.2.0-beta.2",
|
|
5
5
|
"description": "JavaScript diagramming library",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/joint.min.js",
|
|
8
|
-
"module": "joint.
|
|
8
|
+
"module": "./dist/joint.js",
|
|
9
9
|
"types": "./types/index.d.ts",
|
|
10
10
|
"homepage": "https://jointjs.com",
|
|
11
11
|
"author": {
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"hoistingLimits": "workspaces"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
|
-
"access": "public"
|
|
37
|
+
"access": "public",
|
|
38
|
+
"module": "./dist/joint.js"
|
|
38
39
|
},
|
|
39
40
|
"scripts": {
|
|
40
41
|
"prepublishOnly": "echo \"Publishing via NPM is not allowed!\" && exit 1",
|
|
@@ -65,6 +66,8 @@
|
|
|
65
66
|
],
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@babel/core": "7.26.10",
|
|
69
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "7.26.6",
|
|
70
|
+
"@babel/plugin-transform-optional-chaining": "7.25.9",
|
|
68
71
|
"@babel/preset-env": "7.26.9",
|
|
69
72
|
"@eslint/js": "9.38.0",
|
|
70
73
|
"@microsoft/api-extractor": "7.52.10",
|