@incodetech/web 0.0.0-dev-20260702-a1566880 → 0.0.0-dev-20260702-75032d4d

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.
@@ -739,9 +739,6 @@ var VideoSelfieContent = ({ config, onFinish, onError }) => {
739
739
  y(() => {
740
740
  if (phase !== "capture") return;
741
741
  manager.start();
742
- return () => {
743
- manager.abort();
744
- };
745
742
  }, [manager, phase]);
746
743
  useModuleTerminalCallbacks({
747
744
  status: state.status,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260702-a1566880",
3
+ "version": "0.0.0-dev-20260702-75032d4d",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -291,7 +291,7 @@
291
291
  "qrcode": "^1.5.4",
292
292
  "signature_pad": "^5.1.3",
293
293
  "tailwindcss": "^4.1.17",
294
- "@incodetech/core": "0.0.0-dev-20260702-a1566880"
294
+ "@incodetech/core": "0.0.0-dev-20260702-75032d4d"
295
295
  },
296
296
  "devDependencies": {
297
297
  "@microsoft/api-extractor": "^7.53.3",