@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.cjs +0 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +0 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -5647,7 +5647,6 @@ window.pa_patcher = window.pa_patcher || {
|
|
|
5647
5647
|
try {
|
|
5648
5648
|
var xhr = new XMLHttpRequest();
|
|
5649
5649
|
xhr.open('GET', ASSET_VERSION_URL, false);
|
|
5650
|
-
xhr.timeout = 2000;
|
|
5651
5650
|
xhr.send();
|
|
5652
5651
|
if (xhr.status === 200) {
|
|
5653
5652
|
window.__pa_v = JSON.parse(xhr.responseText).v || '1';
|