@dynamic-labs/logger
Advanced tools
Comparing version
{ | ||
"name": "@dynamic-labs/logger", | ||
"version": "4.10.2", | ||
"version": "4.10.3", | ||
"description": "A simple client side logging library used in Dynamic SDK", | ||
@@ -5,0 +5,0 @@ "author": "Dynamic Labs, Inc.", |
@@ -13,3 +13,3 @@ 'use client' | ||
.filter((arg) => typeof arg !== 'object' || arg instanceof Error) | ||
.map((arg) => arg.toString()); | ||
.map((arg) => { var _a; return (_a = arg === null || arg === void 0 ? void 0 : arg.toString) === null || _a === void 0 ? void 0 : _a.call(arg); }); | ||
return { objectArgs, remainingArgs }; | ||
@@ -16,0 +16,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
462031
0.16%