@blueking/flow-canvas 0.0.11 → 0.0.13

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/flow-canvas",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "通用流程画布编辑引擎",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
@@ -23,6 +23,7 @@
23
23
  "build:lib": "vite build --mode lib",
24
24
  "build:types": "vue-tsc -p tsconfig.build.json --outDir dist/.tmp-types && rollup -c rollup.dts.config.mjs && rm -rf dist/.tmp-types",
25
25
  "preview:playground": "vite preview",
26
+ "prepack": "npm run build:lib && npm run build:types",
26
27
  "prepublishOnly": "npm run build:lib && npm run build:types",
27
28
  "type-check": "vue-tsc --noEmit"
28
29
  },