@opentinyvue/vue-flowchart 3.22.0 → 3.22.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -709,7 +709,7 @@ var resizeMixin = function resizeMixin2(_ref) {
709
709
  }
710
710
  };
711
711
  };
712
- var version = "3.22.0";
712
+ var version = "3.undefined";
713
713
  Flowchart.install = function(Vue) {
714
714
  Vue.component(Flowchart.name, Flowchart);
715
715
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-flowchart",
3
3
  "type": "module",
4
- "version": "3.22.0",
4
+ "version": "3.22.1",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,