impaktapps-ui-builder 0.0.382-alpha.332 → 0.0.382-alpha.333

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.332",
3
+ "version": "0.0.382-alpha.333",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -230,6 +230,6 @@ function asyncOperation() {
230
230
  resolve("Operation completed successfully!");
231
231
  reject(new Error("Operation failed!"));
232
232
  }
233
- }, 400);
233
+ }, 50);
234
234
  });
235
235
  }