@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/cli.js CHANGED
@@ -5637,7 +5637,6 @@ window.pa_patcher = window.pa_patcher || {
5637
5637
  try {
5638
5638
  var xhr = new XMLHttpRequest();
5639
5639
  xhr.open('GET', ASSET_VERSION_URL, false);
5640
- xhr.timeout = 2000;
5641
5640
  xhr.send();
5642
5641
  if (xhr.status === 200) {
5643
5642
  window.__pa_v = JSON.parse(xhr.responseText).v || '1';