loglevel-mixin
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "loglevel-mixin", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"publishConfig": { | ||
@@ -27,14 +27,14 @@ "access": "public" | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme ./src/loglevel-mixin.mjs --section=API", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
"lint": "npm run lint:docs", | ||
"lint:docs": "documentation lint ./src/loglevel-mixin.mjs" | ||
"lint:docs": "documentation lint ./src/**/*.mjs" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.14.0", | ||
"c8": "^7.3.5", | ||
"ava": "^3.15.0", | ||
"c8": "^7.4.0", | ||
"documentation": "github:arlac77/documentation", | ||
"semantic-release": "^17.3.0" | ||
"semantic-release": "^17.3.3" | ||
}, | ||
"engines": { | ||
"node": ">=12.19.0" | ||
"node": ">=12.20.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "repository": { |
@@ -6,3 +6,3 @@ [![npm](https://img.shields.io/npm/v/loglevel-mixin.svg)](https://www.npmjs.com/package/loglevel-mixin) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/loglevel-mixin.svg?style=flat-square)](https://github.com/arlac77/loglevel-mixin/issues) | ||
[![Build Action Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Floglevel-mixin%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/loglevel-mixin/goto) | ||
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Floglevel-mixin%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/loglevel-mixin/goto) | ||
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
@@ -9,0 +9,0 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) |
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
15433