caterpillar-filter
Advanced tools
Comparing version 4.4.0 to 4.5.0
# History | ||
## v4.5.0 2019 December 9 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.4.0 2019 December 6 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Filter Transform for [Caterpillar](https://github.com/bevry/caterpillar)", | ||
"name": "caterpillar-filter", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "Filter out undesired log levels from your Caterpillar logger stream", | ||
@@ -29,2 +29,3 @@ "homepage": "https://github.com/bevry/caterpillar-filter", | ||
"---", | ||
"githubsponsors", | ||
"patreon", | ||
@@ -40,2 +41,3 @@ "flattr", | ||
"config": { | ||
"githubSponsorsUsername": "balupton", | ||
"buymeacoffeeUsername": "balupton", | ||
@@ -100,10 +102,11 @@ "cryptoURL": "https://bevry.me/crypto", | ||
], | ||
"type": "commonjs", | ||
"main": "source/index.js", | ||
"browser": "edition-browsers/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"assert-helpers": "^5.7.0", | ||
"@babel/preset-env": "^7.7.6", | ||
"assert-helpers": "^5.8.0", | ||
"caterpillar": "^4.0.0", | ||
@@ -119,3 +122,3 @@ "eslint": "^6.7.2", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.14.0", | ||
"projectz": "^1.15.0", | ||
"surge": "^0.21.3", | ||
@@ -169,3 +172,3 @@ "valid-directory": "^1.5.0" | ||
"targets": "defaults", | ||
"modules": "commonjs" | ||
"modules": false | ||
} | ||
@@ -172,0 +175,0 @@ ] |
@@ -16,2 +16,3 @@ <!-- TITLE/ --> | ||
<br class="badge-separator" /> | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> | ||
@@ -106,2 +107,3 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> | ||
@@ -108,0 +110,0 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> |
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
24593
142