@interopio/desktop 6.10.1 → 6.10.2

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/changelog.md CHANGED
@@ -1,4 +1,8 @@
1
+ 6.10.2
2
+ - beta release
3
+ - chore: latest core package with a fix for re-announcing contexts
1
4
  6.10.1
5
+ - beta release
2
6
  - chore: latest core package with a fix for re-announcing contexts
3
7
  6.10.0
4
8
  - feat: channels - add support for multi channels
@@ -16972,83 +16972,84 @@
16972
16972
 
16973
16973
  var application = {};
16974
16974
 
16975
- /**
16976
- * This file was automatically generated by json-schema-to-typescript.
16977
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
16978
- * and run json-schema-to-typescript to regenerate this file.
16979
- */
16975
+ /**
16976
+ * This file was automatically generated by json-schema-to-typescript.
16977
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
16978
+ * and run json-schema-to-typescript to regenerate this file.
16979
+ */
16980
16980
  Object.defineProperty(application, "__esModule", { value: true });
16981
16981
 
16982
16982
  var system = {};
16983
16983
 
16984
- /**
16985
- * This file was automatically generated by json-schema-to-typescript.
16986
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
16987
- * and run json-schema-to-typescript to regenerate this file.
16988
- */
16984
+ /**
16985
+ * This file was automatically generated by json-schema-to-typescript.
16986
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
16987
+ * and run json-schema-to-typescript to regenerate this file.
16988
+ */
16989
16989
  Object.defineProperty(system, "__esModule", { value: true });
16990
16990
 
16991
16991
  var layout = {};
16992
16992
 
16993
- Object.defineProperty(layout, "__esModule", { value: true });
16994
- layout.SwimlaneItemType = layout.LayoutType = void 0;
16995
- var LayoutType;
16996
- (function (LayoutType) {
16997
- LayoutType["Global"] = "Global";
16998
- LayoutType["Activity"] = "Activity";
16999
- LayoutType["ApplicationDefault"] = "ApplicationDefault";
17000
- LayoutType["Swimlane"] = "Swimlane";
17001
- LayoutType["Workspaces"] = "Workspace";
17002
- })(LayoutType || (layout.LayoutType = LayoutType = {}));
17003
- var SwimlaneItemType;
17004
- (function (SwimlaneItemType) {
17005
- SwimlaneItemType["Tab"] = "tab";
17006
- SwimlaneItemType["Window"] = "window";
17007
- SwimlaneItemType["Canvas"] = "canvas";
17008
- })(SwimlaneItemType || (layout.SwimlaneItemType = SwimlaneItemType = {}));
16993
+ (function (exports) {
16994
+ Object.defineProperty(exports, "__esModule", { value: true });
16995
+ exports.SwimlaneItemType = exports.LayoutType = void 0;
16996
+ (function (LayoutType) {
16997
+ LayoutType["Global"] = "Global";
16998
+ LayoutType["Activity"] = "Activity";
16999
+ LayoutType["ApplicationDefault"] = "ApplicationDefault";
17000
+ LayoutType["Swimlane"] = "Swimlane";
17001
+ LayoutType["Workspaces"] = "Workspace";
17002
+ })(exports.LayoutType || (exports.LayoutType = {}));
17003
+ (function (SwimlaneItemType) {
17004
+ SwimlaneItemType["Tab"] = "tab";
17005
+ SwimlaneItemType["Window"] = "window";
17006
+ SwimlaneItemType["Canvas"] = "canvas";
17007
+ })(exports.SwimlaneItemType || (exports.SwimlaneItemType = {}));
17008
+
17009
+ } (layout));
17009
17010
 
17010
17011
  var swTheme = {};
17011
17012
 
17012
- /**
17013
- * This file was automatically generated by json-schema-to-typescript.
17014
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
17015
- * and run json-schema-to-typescript to regenerate this file.
17016
- */
17013
+ /**
17014
+ * This file was automatically generated by json-schema-to-typescript.
17015
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
17016
+ * and run json-schema-to-typescript to regenerate this file.
17017
+ */
17017
17018
  Object.defineProperty(swTheme, "__esModule", { value: true });
17018
17019
 
17019
17020
  var swConfiguration = {};
17020
17021
 
17021
- /**
17022
- * This file was automatically generated by json-schema-to-typescript.
17023
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
17024
- * and run json-schema-to-typescript to regenerate this file.
17025
- */
17022
+ /**
17023
+ * This file was automatically generated by json-schema-to-typescript.
17024
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
17025
+ * and run json-schema-to-typescript to regenerate this file.
17026
+ */
17026
17027
  Object.defineProperty(swConfiguration, "__esModule", { value: true });
17027
17028
 
17028
17029
  (function (exports) {
17029
- var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17030
- if (k2 === undefined) k2 = k;
17031
- var desc = Object.getOwnPropertyDescriptor(m, k);
17032
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17033
- desc = { enumerable: true, get: function() { return m[k]; } };
17034
- }
17035
- Object.defineProperty(o, k2, desc);
17036
- }) : (function(o, m, k, k2) {
17037
- if (k2 === undefined) k2 = k;
17038
- o[k2] = m[k];
17039
- }));
17040
- var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
17041
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17042
- };
17043
- Object.defineProperty(exports, "__esModule", { value: true });
17044
- // export { SchemaValidator } from "./validator";
17045
- // export { FileProvider } from "./fileProvider";
17046
- // export { SchemaProvider } from "./provider";
17047
- __exportStar(application, exports);
17048
- __exportStar(system, exports);
17049
- __exportStar(layout, exports);
17050
- __exportStar(swTheme, exports);
17051
- __exportStar(swConfiguration, exports);
17030
+ var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17031
+ if (k2 === undefined) k2 = k;
17032
+ var desc = Object.getOwnPropertyDescriptor(m, k);
17033
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17034
+ desc = { enumerable: true, get: function() { return m[k]; } };
17035
+ }
17036
+ Object.defineProperty(o, k2, desc);
17037
+ }) : (function(o, m, k, k2) {
17038
+ if (k2 === undefined) k2 = k;
17039
+ o[k2] = m[k];
17040
+ }));
17041
+ var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
17042
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17043
+ };
17044
+ Object.defineProperty(exports, "__esModule", { value: true });
17045
+ // export { SchemaValidator } from "./validator";
17046
+ // export { FileProvider } from "./fileProvider";
17047
+ // export { SchemaProvider } from "./provider";
17048
+ __exportStar(application, exports);
17049
+ __exportStar(system, exports);
17050
+ __exportStar(layout, exports);
17051
+ __exportStar(swTheme, exports);
17052
+ __exportStar(swConfiguration, exports);
17052
17053
 
17053
17054
  } (main));
17054
17055
 
@@ -19036,7 +19037,7 @@
19036
19037
  };
19037
19038
  }
19038
19039
 
19039
- var version = "6.10.1";
19040
+ var version = "6.10.2";
19040
19041
 
19041
19042
  var prepareConfig = (options) => {
19042
19043
  function getLibConfig(value, defaultMode, trueMode) {