dev-classes 1.1.17 → 1.1.18

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.
@@ -1806,7 +1806,7 @@ C(g, "keyCookie", "Token"), C(g, "cookieOptions", {}), C(g, "registerRequest", n
1806
1806
  },
1807
1807
  timeout: 6e4
1808
1808
  }, f = ft.deepMerge(c, n);
1809
- if (console.dir(f), window != null && window.cordova && ((l = (u = window == null ? void 0 : window.cordova) == null ? void 0 : u.plugin) != null && l.http)) {
1809
+ if (window != null && window.cordova && ((l = (u = window == null ? void 0 : window.cordova) == null ? void 0 : u.plugin) != null && l.http)) {
1810
1810
  const { http: b } = (p = window == null ? void 0 : window.cordova) == null ? void 0 : p.plugin;
1811
1811
  b.setDataSerializer("json"), b.setRequestTimeout(Number(f.timeout) / 1e3), g.registerRequest.setList({ url: t, options: f }), b.sendRequest(
1812
1812
  t,
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/SinGlEBW/dev-classes.git"
8
8
  },
9
9
  "license": "MIT",
10
- "version": "1.1.17",
10
+ "version": "1.1.18",
11
11
  "type": "module",
12
12
  "module": "./dist/index.js",
13
13
  "main": "./dist/index.js",