workflow-bpmn-modeler-andtv-vue3 10.0.5 → 10.0.6
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 +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "workflow-bpmn-modeler-andtv-vue3",
|
3
|
-
"version": "10.0.
|
3
|
+
"version": "10.0.6",
|
4
4
|
"description": "基于 `Vue3` + `TypeScript` + `Ant Design Vue` 和 `bpmn.io@8.10` ,实现 flowable 的 modeler 模型设计器",
|
5
5
|
"main": "dist/workflow-bpmn-modeler-andtv-vue3.common.js",
|
6
6
|
"module": "dist/workflow-bpmn-modeler-andtv-vue3.common.js",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"lint": "vue-cli-service lint",
|
19
19
|
"build": "cross-env NODE_ENV=build vue-cli-service build --target lib --inline-vue --entry package/index.ts",
|
20
20
|
"prepublish": "pnpm build",
|
21
|
-
"postpublish": "
|
21
|
+
"postpublish": "echo 'Package published successfully!'"
|
22
22
|
},
|
23
23
|
"publishConfig": {
|
24
24
|
"registry": "https://registry.npmjs.org/"
|