ronds-metadata 1.2.92 → 1.2.93

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.
@@ -13,7 +13,7 @@ import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
13
13
  /*
14
14
  * @Author: wangxian
15
15
  * @Date: 2022-05-24 14:31:01
16
- * @LastEditTime: 2023-07-28 17:58:50
16
+ * @LastEditTime: 2023-07-28 18:15:11
17
17
  */
18
18
  import _regeneratorRuntime from "@babel/runtime/regenerator";
19
19
  import produce from 'immer';
@@ -27,7 +27,7 @@ import NodeElement from './comps/NodeElement';
27
27
  import { DPEdge } from './comps/shape/edge';
28
28
  import { DPNode } from './comps/shape/node';
29
29
  import { formatGraphData, formatNodeInfoToNodeMeta } from './utils';
30
- import { deepClone } from '@/utils';
30
+ import { deepClone } from '../../utils';
31
31
  var DPGraph = /*#__PURE__*/function (_GraphCore) {
32
32
  _inherits(DPGraph, _GraphCore);
33
33
  var _super = _createSuper(DPGraph);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.92",
4
+ "version": "1.2.93",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",