@apify/log
Advanced tools
Comparing version 2.2.14 to 2.2.15
@@ -55,3 +55,3 @@ "use strict"; | ||
// src/logger.ts | ||
var import_events = __toESM(require("events")); | ||
var import_node_events = require("events"); | ||
@@ -79,3 +79,3 @@ // src/log_consts.ts | ||
// src/logger.ts | ||
var Logger = class extends import_events.default { | ||
var Logger = class extends import_node_events.EventEmitter { | ||
constructor(options) { | ||
@@ -82,0 +82,0 @@ super(); |
/// <reference types="node" /> | ||
import EventEmitter from 'events'; | ||
import { EventEmitter } from 'node:events'; | ||
import { LogLevel } from './log_consts'; | ||
@@ -4,0 +4,0 @@ import { Exception } from './logger_text'; |
{ | ||
"name": "@apify/log", | ||
"version": "2.2.14", | ||
"version": "2.2.15", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -49,3 +49,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "48ef6b6693d168dcd735d38035a36a25e4ee7119" | ||
"gitHead": "37b02efb4b37fe04875f59d506153e37a92d73fa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
114607