@jalik/logger
Advanced tools
Comparing version 2.1.4 to 2.2.0
# Changelog | ||
## v2.2.0 | ||
- Lib available in ES6+ syntax (see `src` folder) to enable auto-completion in IDEs | ||
- Fixes code in README | ||
## v2.1.4 | ||
@@ -4,0 +8,0 @@ - Fixes compatibility error `'log' called on an object that does not implement interface Console` |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2018 Karl STEIN | ||
* Copyright (c) 2019 Karl STEIN | ||
* | ||
@@ -14,0 +14,0 @@ * Permission is hereby granted, free of charge, to any person obtaining a copy |
The MIT License (MIT) | ||
Copyright (c) 2018 Karl STEIN | ||
Copyright (c) 2019 Karl STEIN | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@jalik/logger", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"description": "A logging utility to log messages to anywhere.", | ||
@@ -35,17 +35,17 @@ "license": "MIT", | ||
"dependencies": { | ||
"@jalik/deep-extend": "^1.0.2", | ||
"@jalik/observer": "^1.0.5" | ||
"@jalik/deep-extend": "^1.1.0", | ||
"@jalik/observer": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"acorn": "^6.0.5", | ||
"ajv": "^6.7.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"acorn": "^6.0.7", | ||
"ajv": "^6.8.1", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.12.0", | ||
"eslint": "^5.13.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.1.3", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.2.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
@@ -55,4 +55,4 @@ "gulp": "^4.0.0", | ||
"gulp-eslint": "^5.0.0", | ||
"jest": "^23.6.0" | ||
"jest": "^24.1.0" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # @jalik/logger | ||
**This library has 23 unit tests.** | ||
**This library is unit tested.** | ||
@@ -33,3 +33,3 @@ ## Creating a logger | ||
// Display logger name in the console | ||
displayMessage: false, | ||
displayName: true, | ||
// Give a name to this logger | ||
@@ -36,0 +36,0 @@ name: 'main' |
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
27075
8
559
Updated@jalik/deep-extend@^1.1.0
Updated@jalik/observer@^1.1.0