@incodetech/core 0.0.0-dev-20260227-f69b8a8 → 0.0.0-dev-20260227-bd6b490

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.
@@ -1864,7 +1864,7 @@ const _idCaptureMachine = setup({
1864
1864
  target: "#idCapture.backFinished",
1865
1865
  guard: "shouldContinueToFront"
1866
1866
  },
1867
- { target: "#idCapture.finished" }
1867
+ { target: "#idCapture.processing" }
1868
1868
  ] } },
1869
1869
  success: { on: { NEXT_STEP: [
1870
1870
  {
package/dist/id.esm.js CHANGED
@@ -5,7 +5,7 @@ import "./endpoints-BK1EjE1H.esm.js";
5
5
  import "./streamingEvents-BrVlVGe7.esm.js";
6
6
  import "./deepsightService-CpmpXOnj.esm.js";
7
7
  import "./api-J0YE3G-C.esm.js";
8
- import { a as processId, c as stopStream, d as ID_ERROR_CODES, i as initializeIdCapture, l as uploadIdImage, n as createIdCaptureActor, o as startRecordingSession, r as idCaptureMachine, s as stopRecording, t as createIdCaptureManager, u as validateUploadResponse } from "./id-s4ij8qmi.esm.js";
8
+ import { a as processId, c as stopStream, d as ID_ERROR_CODES, i as initializeIdCapture, l as uploadIdImage, n as createIdCaptureActor, o as startRecordingSession, r as idCaptureMachine, s as stopRecording, t as createIdCaptureManager, u as validateUploadResponse } from "./id-D-cS-Z6o.esm.js";
9
9
  import "./stats-Baxc8J0w.esm.js";
10
10
 
11
11
  export { ID_ERROR_CODES, createIdCaptureActor, createIdCaptureManager, idCaptureMachine, initializeIdCapture, processId, startRecordingSession, stopRecording, stopStream, uploadIdImage, validateUploadResponse };
package/dist/index.esm.js CHANGED
@@ -5,7 +5,7 @@ import "./endpoints-BK1EjE1H.esm.js";
5
5
  import { c as getDeviceClass, l as getBrowser, o as checkPermission, s as requestPermission } from "./streamingEvents-BrVlVGe7.esm.js";
6
6
  import "./deepsightService-CpmpXOnj.esm.js";
7
7
  import { a as resetApi, n as getApi, o as setClient, s as setToken, t as api } from "./api-J0YE3G-C.esm.js";
8
- import { _ as createSession, a as processId, c as stopStream, d as ID_ERROR_CODES, f as getDisableIpify, g as resetSessionInit, h as isSessionInitialized, i as initializeIdCapture, l as uploadIdImage, m as initializeSession, n as createIdCaptureActor, o as startRecordingSession, p as getSessionFeatures, r as idCaptureMachine, s as stopRecording, t as createIdCaptureManager, u as validateUploadResponse } from "./id-s4ij8qmi.esm.js";
8
+ import { _ as createSession, a as processId, c as stopStream, d as ID_ERROR_CODES, f as getDisableIpify, g as resetSessionInit, h as isSessionInitialized, i as initializeIdCapture, l as uploadIdImage, m as initializeSession, n as createIdCaptureActor, o as startRecordingSession, p as getSessionFeatures, r as idCaptureMachine, s as stopRecording, t as createIdCaptureManager, u as validateUploadResponse } from "./id-D-cS-Z6o.esm.js";
9
9
  import "./stats-Baxc8J0w.esm.js";
10
10
 
11
11
  //#region src/setup.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/core",
3
- "version": "0.0.0-dev-20260227-f69b8a8",
3
+ "version": "0.0.0-dev-20260227-bd6b490",
4
4
  "type": "module",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -66,8 +66,8 @@
66
66
  "tsdown": "^0.16.6",
67
67
  "typescript": "^5.9.3",
68
68
  "vitest": "^4.0.13",
69
- "@incodetech/config": "1.0.0",
70
- "@incodetech/infra": "1.0.0"
69
+ "@incodetech/infra": "1.0.0",
70
+ "@incodetech/config": "1.0.0"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "tsdown -c tsdown.config.ts",