@patch-adams/core 1.5.23 → 1.5.24

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/dist/index.cjs CHANGED
@@ -5315,7 +5315,6 @@ window.pa_patcher = window.pa_patcher || {
5315
5315
  try {
5316
5316
  var xhr = new XMLHttpRequest();
5317
5317
  xhr.open('GET', ASSET_VERSION_URL, false);
5318
- xhr.timeout = 2000;
5319
5318
  xhr.send();
5320
5319
  if (xhr.status === 200) {
5321
5320
  window.__pa_v = JSON.parse(xhr.responseText).v || '1';