Comparing version 4.0.0 to 4.0.1
@@ -6,3 +6,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const approximate_now_1 = require("approximate-now"); | ||
const detect_node_1 = __importDefault(require("detect-node")); | ||
@@ -66,3 +65,3 @@ const fast_printf_1 = require("fast-printf"); | ||
const log = (a, b, c, d, e, f, g, h, i, j) => { | ||
const time = approximate_now_1.approximateTime.now; | ||
const time = Date.now(); | ||
const sequence = globalThis.ROARR.sequence++; | ||
@@ -69,0 +68,0 @@ let context; |
@@ -19,3 +19,2 @@ { | ||
"dependencies": { | ||
"approximate-now": "^1.0.0", | ||
"boolean": "^3.0.2", | ||
@@ -82,3 +81,3 @@ "detect-node": "^2.0.4", | ||
"typings": "./dist/log.d.ts", | ||
"version": "4.0.0" | ||
"version": "4.0.1" | ||
} |
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
8
40432
440
- Removedapproximate-now@^1.0.0
- Removedapproximate-now@1.0.2(transitive)