@ekyc_qoobiss/qbs-ect-cmp 2.1.11 → 2.1.12

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.
@@ -5274,7 +5274,7 @@ class Cameras {
5274
5274
  let cameras = await cam.GetCameras(device);
5275
5275
  var recommCamera = cam.GetRecommendedCamera(cameras);
5276
5276
  state.cameraIds = cameras.map(camera => camera.deviceId);
5277
- state.cameraId = recommCamera;
5277
+ state.cameraId = recommCamera.deviceId;
5278
5278
  return true;
5279
5279
  }
5280
5280
  catch (e) {
@@ -6168,7 +6168,7 @@ function v4(options, buf, offset) {
6168
6168
  }
6169
6169
 
6170
6170
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6171
- const version$1 = "2.1.11";
6171
+ const version$1 = "2.1.12";
6172
6172
  const description = "Person Identification Component";
6173
6173
  const main = "./dist/index.cjs.js";
6174
6174
  const module$1 = "./dist/index.js";
@@ -102,7 +102,7 @@ export class Cameras {
102
102
  let cameras = await cam.GetCameras(device);
103
103
  var recommCamera = cam.GetRecommendedCamera(cameras);
104
104
  store.cameraIds = cameras.map(camera => camera.deviceId);
105
- store.cameraId = recommCamera;
105
+ store.cameraId = recommCamera.deviceId;
106
106
  return true;
107
107
  }
108
108
  catch (e) {
@@ -5270,7 +5270,7 @@ class Cameras {
5270
5270
  let cameras = await cam.GetCameras(device);
5271
5271
  var recommCamera = cam.GetRecommendedCamera(cameras);
5272
5272
  state.cameraIds = cameras.map(camera => camera.deviceId);
5273
- state.cameraId = recommCamera;
5273
+ state.cameraId = recommCamera.deviceId;
5274
5274
  return true;
5275
5275
  }
5276
5276
  catch (e) {
@@ -6164,7 +6164,7 @@ function v4(options, buf, offset) {
6164
6164
  }
6165
6165
 
6166
6166
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6167
- const version$1 = "2.1.11";
6167
+ const version$1 = "2.1.12";
6168
6168
  const description = "Person Identification Component";
6169
6169
  const main = "./dist/index.cjs.js";
6170
6170
  const module = "./dist/index.js";