ronds-metadata 1.3.41 → 1.3.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  /*
6
6
  * @Author: wangxian
7
7
  * @Date: 2022-05-24 09:18:34
8
- * @LastEditTime: 2024-02-29 17:04:36
8
+ * @LastEditTime: 2024-04-29 10:05:20
9
9
  */
10
10
  import { Shape, Edge } from '@antv/x6';
11
11
  import './edge.less';
@@ -38,7 +38,7 @@ export var DPEdge = /*#__PURE__*/function (_BaseEdge) {
38
38
  DPEdge.config({
39
39
  shape: 'DPEdge',
40
40
  connector: {
41
- name: 'normal'
41
+ name: 'pai'
42
42
  },
43
43
  zIndex: 1,
44
44
  attrs: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.41",
4
+ "version": "1.3.42",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",