Comparing version 4.3.0 to 4.4.0-next.1574020175.9a68376fc92f6b3460b144572c25c77e9b482524
# History | ||
## v4.4.0 2019 November 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.3.0 2019 November 13 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Feedr", | ||
"name": "feedr", | ||
"version": "4.3.0", | ||
"version": "4.4.0-next.1574020175.9a68376fc92f6b3460b144572c25c77e9b482524", | ||
"description": "Use feedr to fetch the data from a remote url, respect its caching, and parse its data. Despite its name, it's not just for feed data but also for all data that you can feed into it (including binary data).", | ||
@@ -52,6 +52,3 @@ "homepage": "https://github.com/bevry/feedr", | ||
}, | ||
"funding": { | ||
"type": "cooperative", | ||
"url": "https://bevry.me/fund" | ||
}, | ||
"funding": "https://bevry.me/fund", | ||
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)", | ||
@@ -64,3 +61,4 @@ "maintainers": [ | ||
"Zearin (https://github.com/Zearin)", | ||
"dependabot[bot] (http://github.com/apps/dependabot)" | ||
"dependabot[bot] (http://github.com/apps/dependabot)", | ||
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)" | ||
], | ||
@@ -88,3 +86,3 @@ "bugs": { | ||
"engines": { | ||
"node": "8 || 10 || 12 || 13", | ||
"node": "8 || 10 || 12", | ||
"browsers": false | ||
@@ -96,26 +94,26 @@ } | ||
"dependencies": { | ||
"cson": "^6.2.0", | ||
"eachr": "^3.2.0", | ||
"cson": "^6.3.0", | ||
"eachr": "^3.3.0", | ||
"extendr": "^3.5.0", | ||
"get-port": "^5.0.0", | ||
"istextorbinary": "^2.5.1", | ||
"istextorbinary": "^2.6.0", | ||
"js-yaml": "^3.13.1", | ||
"request": "^2.88.0", | ||
"safefs": "^5.0.0", | ||
"safeps": "^8.0.0", | ||
"taskgroup": "^6.0.0", | ||
"typechecker": "^4.8.0", | ||
"safefs": "^5.1.0", | ||
"safeps": "^8.1.0", | ||
"taskgroup": "^6.1.0", | ||
"typechecker": "^4.9.0", | ||
"xml2js": "~0.4.22" | ||
}, | ||
"devDependencies": { | ||
"assert-helpers": "^5.2.1", | ||
"assert-helpers": "^5.3.0", | ||
"eslint": "^6.6.0", | ||
"eslint-config-bevry": "^1.2.1", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-config-prettier": "^6.6.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"githubauthquerystring": "^1.1.0", | ||
"kava": "^3.2.0", | ||
"githubauthquerystring": "^1.2.0", | ||
"kava": "^4.0.0", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.9.0", | ||
"valid-directory": "^1.0.0" | ||
"projectz": "^1.10.0", | ||
"valid-directory": "^1.1.1" | ||
}, | ||
@@ -122,0 +120,0 @@ "scripts": { |
@@ -154,3 +154,4 @@ <!-- TITLE/ --> | ||
<li><a href="https://github.com/Zearin">Zearin</a> — <a href="https://github.com/bevry/feedr/commits?author=Zearin" title="View the GitHub contributions of Zearin on repository bevry/feedr">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot">dependabot[bot]</a> — <a href="https://github.com/bevry/feedr/commits?author=dependabot[bot]" title="View the GitHub contributions of dependabot[bot] on repository bevry/feedr">view contributions</a></li></ul> | ||
<li><a href="http://github.com/apps/dependabot">dependabot[bot]</a> — <a href="https://github.com/bevry/feedr/commits?author=dependabot[bot]" title="View the GitHub contributions of dependabot[bot] on repository bevry/feedr">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/feedr/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/feedr">view contributions</a></li></ul> | ||
@@ -157,0 +158,0 @@ <a href="https://github.com/bevry/feedr/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44460
175
1
Updatedcson@^6.3.0
Updatedeachr@^3.3.0
Updatedistextorbinary@^2.6.0
Updatedsafefs@^5.1.0
Updatedsafeps@^8.1.0
Updatedtaskgroup@^6.1.0
Updatedtypechecker@^4.9.0