@nextui-org/shared-utils
Advanced tools
Comparing version 0.0.0-canary-20241206144245 to 0.0.0-canary-20241212051300
@@ -28,3 +28,2 @@ "use strict"; | ||
function warn(message, component, ...args) { | ||
var _a; | ||
const tag = component ? ` [${component}]` : " "; | ||
@@ -37,3 +36,3 @@ const log = `[Next UI]${tag}: ${message}`; | ||
warningStack[log] = true; | ||
if (((_a = process == null ? void 0 : process.env) == null ? void 0 : _a.NODE_ENV) !== "production") { | ||
if (process.env.NODE_ENV !== "production") { | ||
return console.warn(log, args); | ||
@@ -40,0 +39,0 @@ } |
{ | ||
"name": "@nextui-org/shared-utils", | ||
"version": "0.0.0-canary-20241206144245", | ||
"version": "0.0.0-canary-20241212051300", | ||
"description": "A set of NextUI utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
316231
8575