workflow-editor 0.0.81-up-tmp1 → 0.0.81-up-tmp2

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/es/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import o from "./workflow-editor/index.mjs";
2
2
  import f from "./plugins/index.mjs";
3
- import { default as c } from "./src/i18n/langs/cn.mjs";
3
+ import { default as E } from "./src/i18n/langs/cn.mjs";
4
4
  import { default as p } from "./src/i18n/langs/en.mjs";
5
- const i = o.WorkflowEditor, n = o.WorkflowHistory, d = o.wfEditorStore, s = [
5
+ const i = o.WorkflowEditor, n = o.WorkflowHistory, w = o.wfEditorStore, s = [
6
6
  i,
7
7
  n
8
8
  ], l = function(r) {
@@ -13,8 +13,8 @@ const i = o.WorkflowEditor, n = o.WorkflowHistory, d = o.wfEditorStore, s = [
13
13
  export {
14
14
  i as WorkflowEditor,
15
15
  n as WorkflowHistory,
16
- l as install,
17
- c as wfEditorCn,
16
+ E as wfEditorCn,
18
17
  p as wfEditorEn,
19
- d as wfEditorStore
18
+ l as wfEditorInstall,
19
+ w as wfEditorStore
20
20
  };