@widget-js/core 0.10.8 → 0.10.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/dist/index.cjs CHANGED
@@ -1241,6 +1241,7 @@ var Channel = /* @__PURE__ */ ((Channel2) => {
1241
1241
  Channel2["MOUSE"] = "channel::cn.widgetjs.core.mouse";
1242
1242
  Channel2["KEYBOARD"] = "channel::cn.widgetjs.core.keyboard";
1243
1243
  Channel2["STORE"] = "channel::cn.widgetjs.core.store";
1244
+ Channel2["PROCESS"] = "channel::cn.widgetjs.core.process";
1244
1245
  return Channel2;
1245
1246
  })(Channel || {});
1246
1247