@jalik/logger
Advanced tools
Comparing version 2.2.4 to 2.2.5
# Changelog | ||
## v2.2.5 | ||
- Updates dependencies | ||
## v2.2.4 | ||
@@ -4,0 +7,0 @@ - Updates dependencies |
@@ -24,5 +24,3 @@ "use strict"; | ||
var Logger = | ||
/*#__PURE__*/ | ||
function () { | ||
var Logger = /*#__PURE__*/function () { | ||
function Logger(options) { | ||
@@ -29,0 +27,0 @@ _classCallCheck(this, Logger); |
{ | ||
"name": "@jalik/logger", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "A logging utility to log messages to anywhere.", | ||
@@ -35,25 +35,21 @@ "license": "MIT", | ||
"dependencies": { | ||
"@jalik/deep-extend": "^1.1.5", | ||
"@jalik/observer": "^1.1.5" | ||
"@jalik/deep-extend": "^1.1.7", | ||
"@jalik/observer": "^1.1.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"acorn": "^7.1.0", | ||
"ajv": "^6.11.0", | ||
"babel-eslint": "^10.0.3", | ||
"@babel/core": "^7.11.1", | ||
"@babel/preset-env": "^7.11.0", | ||
"acorn": "^7.4.0", | ||
"ajv": "^6.12.3", | ||
"del": "^5.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.7.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.18.3", | ||
"eslint-plugin-react-hooks": "^1.7.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-eslint": "^6.0.0", | ||
"jest": "^25.1.0", | ||
"typescript": "^3.7.5" | ||
"jest": "^26.2.2", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
14
27777
557
Updated@jalik/deep-extend@^1.1.7
Updated@jalik/observer@^1.1.6