@blueking/bkflow-canvas-editor 1.0.1 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/bkflow-canvas-editor",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "bkflow流程编辑组件",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
@@ -27,6 +27,7 @@
27
27
  "build": "vue-tsc && vite build",
28
28
  "build:lib": "vite build --mode lib",
29
29
  "build:types": "vue-tsc -p tsconfig.build.json --outDir dist/.tmp-types && cd src && find . -name '*.d.ts' -exec sh -c 'mkdir -p ../dist/.tmp-types/bkflow-canvas-editor/src/$(dirname \"$1\") && cp \"$1\" ../dist/.tmp-types/bkflow-canvas-editor/src/$(dirname \"$1\")/' _ {} \\; && cd .. && rollup -c rollup.dts.config.mjs && rm -rf dist/.tmp-types",
30
+ "prepack": "npm run build:lib && npm run build:types",
30
31
  "prepublishOnly": "npm run build:lib && npm run build:types",
31
32
  "type-check": "vue-tsc --noEmit",
32
33
  "test:unit": "vitest run --config vitest.config.ts"
@@ -63,7 +64,7 @@
63
64
  "access": "public"
64
65
  },
65
66
  "dependencies": {
66
- "@blueking/flow-canvas": "0.0.9",
67
+ "@blueking/flow-canvas": "0.0.13",
67
68
  "element-plus": "^2.13.0"
68
69
  }
69
70
  }