@zodic/shared 0.0.359 → 0.0.360

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.
@@ -528,8 +528,8 @@ export class ArtifactService {
528
528
  const timeoutPromise = new Promise((_, reject) => {
529
529
  setTimeout(
530
530
  () =>
531
- reject(new Error('FaceSwap API call timed out after 8 seconds')),
532
- 8000
531
+ reject(new Error('FaceSwap API call timed out after 12 seconds')),
532
+ 12000
533
533
  );
534
534
  });
535
535
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.359",
3
+ "version": "0.0.360",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {