Comparing version 3.0.4 to 3.0.5
# Changelog | ||
## v3.0.5 (2021-05-09) | ||
### Fixed | ||
- Updated to latest dependencies, including resolving vulnerabilities | ||
### Miscellaneous | ||
- Optimize published package to only include the minimum required files (#21) | ||
## v3.0.4 (2021-03-14) | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "ci-logger", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Very simple logger for CI environments.", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
], | ||
"author": "Aaron Goldenthal", | ||
"author": "Aaron Goldenthal <npm@aarongoldenthal.com>", | ||
"license": "MIT", | ||
@@ -29,2 +29,5 @@ "engines": { | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"bugs": { | ||
@@ -35,5 +38,4 @@ "url": "https://gitlab.com/gitlab-ci-utils/ci-logger/issues" | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^6.2.0", | ||
"eslint": "^7.22.0", | ||
"husky": "^4.3.8", | ||
"@aarongoldenthal/eslint-config-standard": "^7.0.2", | ||
"eslint": "^7.26.0", | ||
"jest": "^26.6.3", | ||
@@ -43,31 +45,5 @@ "jest-junit": "^12.0.0", | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"**/*.js", | ||
"!**/coverage/**" | ||
], | ||
"reporters": [ | ||
"default", | ||
[ | ||
"jest-junit", | ||
{ | ||
"suiteNameTemplate": "{filename}", | ||
"classNameTemplate": "{classname}", | ||
"titleTemplate": "{title}" | ||
} | ||
] | ||
], | ||
"verbose": true, | ||
"testEnvironment": "node" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint", | ||
"pre-push": "npm run push" | ||
} | ||
}, | ||
"dependencies": { | ||
"@sindresorhus/is": "^4.0.0" | ||
"@sindresorhus/is": "^4.0.1" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5
14093
5
152
1
Updated@sindresorhus/is@^4.0.1