Comparing version 3.0.2 to 3.0.3
@@ -15,3 +15,8 @@ { | ||
"milestones": [ "${CI_COMMIT_TAG}" ] | ||
}, | ||
"releases": { | ||
"3.0.3": { | ||
"milestones": [""] | ||
} | ||
} | ||
} |
# Changelog | ||
## v3.0.3 (2021-02-21) | ||
### Fixed | ||
- Updated to latest dependencies, including resolving vulnerabilities | ||
## v3.0.2 (2020-11-25) | ||
@@ -4,0 +10,0 @@ |
@@ -17,2 +17,3 @@ 'use strict'; | ||
* @readonly | ||
* @static | ||
* @enum {string} | ||
@@ -66,2 +67,3 @@ */ | ||
* | ||
* @static | ||
* @param {object} settings An object containing any valid log entry settings. | ||
@@ -82,2 +84,4 @@ * @param {levels} [settings.level] The log level. | ||
* Resets the log entry defaults to the original values. | ||
* | ||
* @static | ||
*/ | ||
@@ -92,2 +96,3 @@ const resetLogEntryDefaults = () => { | ||
* | ||
* @static | ||
* @param {object} entry An object with log entry. | ||
@@ -137,2 +142,3 @@ * @param {string} entry.message The message to be logged. | ||
* | ||
* @static | ||
* @param {object} entry An object with log entry. | ||
@@ -139,0 +145,0 @@ * @param {string} entry.message The message to be logged. |
{ | ||
"name": "ci-logger", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Very simple logger for CI environments.", | ||
@@ -33,12 +33,12 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^6.1.0", | ||
"eslint": "^7.14.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-jsdoc": "^30.7.8", | ||
"@aarongoldenthal/eslint-config-standard": "^6.1.4", | ||
"eslint": "^7.20.0", | ||
"eslint-plugin-jest": "^24.1.5", | ||
"eslint-plugin-jsdoc": "^32.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"husky": "^4.3.0", | ||
"eslint-plugin-sonarjs": "^0.6.0", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
"jest-junit": "^12.0.0", | ||
"markdownlint-cli": "^0.25.0" | ||
"markdownlint-cli": "^0.26.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "jest": { |
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
31416
515