@incodetech/core 2.0.0-alpha.3 → 2.0.0-alpha.5

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.
@@ -1,4 +1,4 @@
1
- import { n as api, t as endpoints } from "./endpoints-D_pUMaqA.esm.js";
1
+ import { n as api, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
2
2
 
3
3
  //#region src/events/addEvent.ts
4
4
  function addEvent(event) {
package/dist/email.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Manager } from "./Manager-6BwbaI_H.js";
1
+ import { t as Manager } from "./Manager-BGfxEmyv.js";
2
2
 
3
3
  //#region src/email/types.d.ts
4
4
 
package/dist/email.esm.js CHANGED
@@ -1,6 +1,6 @@
1
- import { g as createManager, n as api, t as endpoints } from "./endpoints-D_pUMaqA.esm.js";
1
+ import { g as createManager, n as api, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
2
2
  import { a as createActor, i as fromPromise, n as assign, r as fromCallback, t as setup } from "./xstate.esm-B_rda9yU.esm.js";
3
- import { t as addEvent } from "./addEvent-1Mi5CEiq.esm.js";
3
+ import { t as addEvent } from "./addEvent-9v4w5iO-.esm.js";
4
4
 
5
5
  //#region src/email/emailServices.ts
6
6
  async function fetchEmail(signal) {
@@ -606,9 +606,14 @@ var StreamCanvasProcessingSession = class {
606
606
  //#endregion
607
607
  //#region ../infra/src/providers/browser/openviduLazy.ts
608
608
  let openViduImport;
609
+ async function enableProdModeBeforeLoad() {
610
+ const { OpenViduLogger } = await import("./OpenViduLogger-BdPfiZO6.esm.js").then(__toDynamicImportESM(1));
611
+ OpenViduLogger.getInstance().enableProdMode();
612
+ }
609
613
  async function loadOpenVidu() {
610
614
  if (openViduImport) return openViduImport;
611
- openViduImport = import("./lib-CyIAFRfr.esm.js").then(__toDynamicImportESM(1));
615
+ await enableProdModeBeforeLoad();
616
+ openViduImport = import("./lib-Bu9XGMBW.esm.js").then(__toDynamicImportESM(1));
612
617
  return openViduImport;
613
618
  }
614
619
 
@@ -641,8 +646,8 @@ var OpenViduRecordingProvider = class {
641
646
  const hasAudio = audioTrack !== void 0;
642
647
  const publisher = ov.initPublisher(container.id, {
643
648
  publishAudio: hasAudio,
644
- audioSource: hasAudio ? audioTrack : void 0,
645
- videoSource: videoTrack ?? void 0,
649
+ audioSource: hasAudio ? audioTrack : false,
650
+ videoSource: videoTrack ?? false,
646
651
  frameRate: 30
647
652
  });
648
653
  session.on("exception", (event) => {
package/dist/flow.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { t as WasmPipeline } from "./warmup-Dr7OcFND.js";
2
- import { t as Manager } from "./Manager-6BwbaI_H.js";
3
- import { t as AnyStateMachine } from "./StateMachine-7c1gcu94.js";
1
+ import { t as WasmPipeline } from "./warmup-CEJTfxQr.js";
2
+ import { t as Manager } from "./Manager-BGfxEmyv.js";
3
+ import { t as AnyStateMachine } from "./StateMachine-DRE1oH2B.js";
4
4
 
5
5
  //#region src/flow/types.d.ts
6
6
  type EmptyConfig = Record<string, never>;
package/dist/flow.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import { g as createManager, n as api, t as endpoints } from "./endpoints-D_pUMaqA.esm.js";
1
+ import { g as createManager, n as api, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
2
2
  import { a as createActor, i as fromPromise, n as assign, r as fromCallback, t as setup } from "./xstate.esm-B_rda9yU.esm.js";
3
3
 
4
4
  //#region src/flow/flowAnalyzer.ts
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { n as warmupWasm, t as WasmPipeline } from "./warmup-Dr7OcFND.js";
2
- import { n as PermissionStatus, t as PermissionResult } from "./types-tq1ypYSL.js";
1
+ import { n as warmupWasm, t as WasmPipeline } from "./warmup-CEJTfxQr.js";
2
+ import { n as PermissionStatus, t as PermissionResult } from "./types-kWlqshfM.js";
3
3
 
4
4
  //#region ../infra/src/http/types.d.ts
5
5
  type CreateApiConfig = {
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
- import { i as getBrowser, n as requestPermission, r as getDeviceClass, t as checkPermission } from "./permissionServices-CVR0Pq38.esm.js";
2
- import { _ as createApi_default, a as setClient, i as resetApi, l as warmupWasm, n as api, o as setToken, r as getApi, s as WasmUtilProvider, t as endpoints } from "./endpoints-D_pUMaqA.esm.js";
1
+ import { i as getBrowser, n as requestPermission, r as getDeviceClass, t as checkPermission } from "./permissionServices-CCpxd8le.esm.js";
2
+ import { _ as createApi_default, a as setClient, i as resetApi, l as warmupWasm, n as api, o as setToken, r as getApi, s as WasmUtilProvider, t as endpoints } from "./endpoints-Dn1t57hJ.esm.js";
3
3
 
4
4
  //#region src/session/sessionService.ts
5
5
  /**