glob-cache
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [0.3.0](https://github.com/tunnckoCore/opensource/compare/glob-cache@0.2.0...glob-cache@0.3.0) (2020-01-24) | ||
### Bug Fixes | ||
* format package.json files ([5f87d70](https://github.com/tunnckoCore/opensource/commit/5f87d70d369e2939c8ab85aff8863a4cfe7f44e5)) | ||
* upgrade deps ([a744c6d](https://github.com/tunnckoCore/opensource/commit/a744c6dbef340b51e246ecf874579a752b7aa35a)) | ||
### Features | ||
* format, npm funding field, prettier-plugin-pkgjson ([5cd0a38](https://github.com/tunnckoCore/opensource/commit/5cd0a389a731e5634636f1a124decbaf36807824)) | ||
# [0.2.0](https://github.com/tunnckoCore/opensource/compare/glob-cache@0.1.4...glob-cache@0.2.0) (2020-01-21) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "glob-cache", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"licenseStart": 2020, | ||
"license": "(Parity-7.0.0 AND Prosperity-3.0.0) OR Patron-1.0.0", | ||
"description": "Caching layer (using `cacache`) for any file globbing solution (`glob`, `fast-glob`, `tiny-glob` and `globby`). Makes you Instant Fast™ and allows you to hook into very specific & important part of the process", | ||
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)", | ||
"homepage": "https://tunnckocore.com/opensource", | ||
"funding": "https://ko-fi.com/tunnckoCore/commissions", | ||
"repository": { | ||
@@ -10,8 +15,14 @@ "type": "git", | ||
}, | ||
"homepage": "https://tunnckocore.com/opensource", | ||
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)", | ||
"license": "(Parity-7.0.0 AND Prosperity-3.0.0) OR Patron-1.0.0", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"engines": { | ||
"node": ">=10.18" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "latest" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
@@ -22,6 +33,21 @@ "arr-diff": "^4.0.0", | ||
}, | ||
"main": "src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"devDependencies": { | ||
"glob": "^7.1.6", | ||
"rimraf": "^3.0.0", | ||
"tiny-glob": "^0.2.6" | ||
}, | ||
"jest": { | ||
"coverageThreshold": { | ||
"src/**/*.js": { | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100 | ||
} | ||
} | ||
}, | ||
"cov": { | ||
"value": 100, | ||
"color": "green" | ||
}, | ||
"keywords": [ | ||
@@ -43,22 +69,2 @@ "cacache", | ||
], | ||
"scripts": {}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "latest" | ||
}, | ||
"jest": { | ||
"coverageThreshold": { | ||
"src/**/*.js": { | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100 | ||
} | ||
} | ||
}, | ||
"cov": { | ||
"value": 100, | ||
"color": "green" | ||
}, | ||
"licenseStart": 2020, | ||
"verb": { | ||
@@ -89,6 +95,3 @@ "readme": "../../readme-template.md", | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^3.0.0" | ||
}, | ||
"gitHead": "e34faa45ba57a5d678c507c1da6fe65a7fc54f7c" | ||
"gitHead": "bb12d93a0661850b7f74f5f5aca6f313504de661" | ||
} |
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
31933
3