@dxtmisha/functional-basic 1.3.12 → 1.3.13

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.
Files changed (2) hide show
  1. package/dist/library.js +5 -1
  2. package/package.json +1 -1
package/dist/library.js CHANGED
@@ -225,7 +225,11 @@ var le = class {
225
225
  return n && n.handlers.forEach((t) => t(e)), this.toConsole(e), this;
226
226
  }
227
227
  toConsole(e) {
228
- return console.error(`Error Center: ${e.code}`), console.error("Error Center/message: ", e.message), console.error("Error Center/details", e.details), s() || console.trace("Error Center: trace"), this;
228
+ if (console.error(`Error Center: ${e.code}`), console.error("Error Center/message: ", e.message), console.error("Error Center/details: ", e.details), !s()) {
229
+ let e = (/* @__PURE__ */ Error()).stack;
230
+ console.error("Error Center/trace: ", e);
231
+ }
232
+ return this;
229
233
  }
230
234
  }, ue = class {
231
235
  constructor(e, t = new le()) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/functional-basic",
3
3
  "private": false,
4
- "version": "1.3.12",
4
+ "version": "1.3.13",
5
5
  "type": "module",
6
6
  "description": "Foundational utility library for modern web development — HTTP client, geolocation, i18n, SEO meta tags, caching, storage, DOM utilities, and more. Framework-agnostic, zero dependencies, TypeScript-first.",
7
7
  "keywords": [