@jalik/logger
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
## v2.1.1 | ||
- Updates devDependencies | ||
- Changes package's repository URL | ||
## v2.1.0 | ||
@@ -4,0 +8,0 @@ - Adds `:` after the logger name (ex: `ClassLogger: test`) |
{ | ||
"name": "@jalik/logger", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A logging utility to log messages to anywhere.", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/jalik/jk-logger.git" | ||
"url": "https://github.com/jalik/js-logger.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jalik/jk-logger/issues" | ||
"url": "https://github.com/jalik/js-logger/issues" | ||
}, | ||
@@ -36,4 +36,4 @@ "main": "dist/logger.js", | ||
"dependencies": { | ||
"@jalik/extend": "^1.0.2", | ||
"@jalik/observer": "^1.0.3" | ||
"@jalik/extend": "^1.0.3", | ||
"@jalik/observer": "^1.0.5" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
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
19676
Updated@jalik/extend@^1.0.3
Updated@jalik/observer@^1.0.5