@emblemvault/hustle-react 1.2.0 → 1.4.0

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.
@@ -1230,7 +1230,7 @@ var screenshotExecutor = async (args2) => {
1230
1230
  if (!window.html2canvas) {
1231
1231
  await new Promise((resolve, reject) => {
1232
1232
  const script = document.createElement("script");
1233
- script.src = "https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js";
1233
+ script.src = "https://cdn.jsdelivr.net/npm/html2canvas-pro@1.5.0/dist/html2canvas-pro.min.js";
1234
1234
  script.onload = () => resolve();
1235
1235
  script.onerror = () => reject(new Error("Failed to load html2canvas"));
1236
1236
  document.head.appendChild(script);