@apify/log
Advanced tools
Comparing version 2.2.15 to 2.2.16
@@ -55,3 +55,3 @@ "use strict"; | ||
// src/logger.ts | ||
var import_node_events = require("events"); | ||
var import_events = require("events"); | ||
@@ -79,3 +79,3 @@ // src/log_consts.ts | ||
// src/logger.ts | ||
var Logger = class extends import_node_events.EventEmitter { | ||
var Logger = class extends import_events.EventEmitter { | ||
constructor(options) { | ||
@@ -82,0 +82,0 @@ super(); |
/// <reference types="node" /> | ||
import { EventEmitter } from 'node:events'; | ||
import { EventEmitter } from 'events'; | ||
import { LogLevel } from './log_consts'; | ||
@@ -4,0 +4,0 @@ import { Exception } from './logger_text'; |
{ | ||
"name": "@apify/log", | ||
"version": "2.2.15", | ||
"version": "2.2.16", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -49,3 +49,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "37b02efb4b37fe04875f59d506153e37a92d73fa" | ||
"gitHead": "09cadbad511acb2624f69d1c8d776c284ea794f1" | ||
} |
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
114577