@dxtmisha/functional-basic 1.3.11 → 1.3.12
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/library.js +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -225,7 +225,7 @@ 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
|
+
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;
|
|
229
229
|
}
|
|
230
230
|
}, ue = class {
|
|
231
231
|
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.
|
|
4
|
+
"version": "1.3.12",
|
|
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": [
|