Skip to content

Commit

Permalink
chore: publish web-pdm-core 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lusess123 committed Mar 5, 2021
1 parent 1ccb641 commit f2f9564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/web-pdm-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-pdm-core",
"version": "1.0.12",
"version": "1.0.13",
"description": "web-pdm的核心库",
"main": "es/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -48,8 +48,7 @@
"mobx": "^6.1.7"
},
"dependencies": {
"@antv/g": "^3.4.10",
"@antv/g6": "^4.1.0",
"@antv/g6": "^4.1.16",
"@iarna/rtf-to-html": "^1.1.0",
"ahooks": "^2.8.0",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-pdm-core/src/graph/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const render = (container: any, nodes: any, edges: any, mst: RootInstance) => {
condense: true,
cols: 3,
gpuEnabled: true,
// workerEnabled: true,
workerEnabled: true,
linkDistance: 0,
alphaDecay: isLargar ? 0.3 : undefined,

Expand Down

0 comments on commit f2f9564

Please sign in to comment.