@magnetarjs/utils
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
@@ -46,3 +47,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
const action = payload === void 0 ? [`${actionName}()`] : [`${actionName}(`, payload, `)`]; | ||
console.info(`%c\u{1F4AB} ${message}`, "background: #0e0f15; color: #af98e6; border-radius: 4px; padding: 6px 10px;", ...action); | ||
console.info( | ||
`%c\u{1F4AB} ${message}`, | ||
"background: #0e0f15; color: #af98e6; border-radius: 4px; padding: 6px 10px;", | ||
...action | ||
); | ||
}; | ||
@@ -49,0 +54,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@magnetarjs/utils", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "description": "Magnetar utils like a logger for easier development", |
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
15895
328