@coya/logs
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -19,3 +19,3 @@ const fs = require('fs'); | ||
module.exports = class Logs { | ||
constructor(name, params) { | ||
constructor(name, params = {}) { | ||
this.name = name; | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "@coya/logs", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Logs service", | ||
@@ -5,0 +5,0 @@ "main": "logs.js", |
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
4305