Skip to content

Commit

Permalink
chore(@joint/layout-directed-graph): create UMD version for main + mi…
Browse files Browse the repository at this point in the history
…nified + tests, add joint-core fixes (#2451)
  • Loading branch information
zbynekstara authored Dec 21, 2023
1 parent d36e498 commit 88c2221
Show file tree
Hide file tree
Showing 48 changed files with 51,336 additions and 55,958 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"lint": "yarn workspaces foreach --verbose run lint",
"lint-fix": "yarn workspaces foreach --verbose run lint-fix",
"dist": "yarn workspaces foreach --verbose run dist",
"build-docs": "yarn workspaces foreach --verbose run build-docs"
"build-docs": "yarn workspaces foreach --verbose run build-docs",
"pack-all": "yarn workspaces foreach --verbose --include \"@joint/layout-directed-graph\" --include \"jointjs\" pack --out %s-%v.tgz"
},
"workspaces": [
"./packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/joint-core/dist/geometry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.7.7 (2023-11-24) - JavaScript diagramming library
/*! JointJS v3.7.7 (2023-12-20) - JavaScript diagramming library
This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
2 changes: 1 addition & 1 deletion packages/joint-core/dist/geometry.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 1 addition & 97 deletions packages/joint-core/dist/joint.core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88c2221

Please sign in to comment.