dev-classes 1.3.24 → 1.3.25

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.
@@ -1828,7 +1828,7 @@ x(w, "keyCookie", "AuthCookie"), x(w, "cookieOptions", {}), x(w, "registerReques
1828
1828
  const p = w.errorsHandler.handleError(h), { url: g, status: E, headers: O, error: b, ...A } = h;
1829
1829
  console.dir(b);
1830
1830
  try {
1831
- const F = JSON.parse(b);
1831
+ const F = JSON.parse(b.trim());
1832
1832
  console.log("parseError", F);
1833
1833
  } catch (F) {
1834
1834
  console.dir(F);
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "homepage": "https://github.com/SinGlEBW/dev-classes#readme",
13
13
  "license": "MIT",
14
- "version": "1.3.24",
14
+ "version": "1.3.25",
15
15
  "type": "module",
16
16
  "module": "./dist/index.js",
17
17
  "main": "./dist/index.js",