@vhsys-ui/shared-utils
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -30,3 +30,3 @@ "use strict"; | ||
const tag = component ? ` [${component}]` : " "; | ||
const log = `[Vhsys UI]${tag}: ${message}`; | ||
const log = `[Next UI]${tag}: ${message}`; | ||
if (typeof console === "undefined") | ||
@@ -33,0 +33,0 @@ return; |
@@ -283,3 +283,3 @@ "use strict"; | ||
const tag = component ? ` [${component}]` : " "; | ||
const log = `[Vhsys UI]${tag}: ${message}`; | ||
const log = `[Next UI]${tag}: ${message}`; | ||
if (typeof console === "undefined") | ||
@@ -286,0 +286,0 @@ return; |
{ | ||
"name": "@vhsys-ui/shared-utils", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "A set of VhsysUI utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38306