Comparing version 2.2.0 to 2.3.0-next.1573620592.bda5f82d275e35f16978095d0dc8383b86f502c2
# History | ||
## v2.3.0 2019 November 13 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.2.0 2019 November 8 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "2.2.0", | ||
"version": "2.3.0-next.1573620592.bda5f82d275e35f16978095d0dc8383b86f502c2", | ||
"description": "A tiny wrapper that sits around your request function that caches its data for a specified duration, provides updates as requested rather than polling each interval", | ||
@@ -37,9 +37,7 @@ "homepage": "https://github.com/bevry/cachely", | ||
"paypalURL": "https://bevry.me/paypal", | ||
"wishlistURL": "https://bevry.me/wishlist" | ||
"wishlistURL": "https://bevry.me/wishlist", | ||
"travisTLD": "com" | ||
} | ||
}, | ||
"funding": { | ||
"type": "cooperative", | ||
"url": "https://bevry.me/fund" | ||
}, | ||
"funding": "https://bevry.me/fund", | ||
"author": "2015+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)", | ||
@@ -73,3 +71,3 @@ "maintainers": [ | ||
"engines": { | ||
"node": "8 || 10 || 12", | ||
"node": "8 || 10 || 12 || 13", | ||
"browsers": false | ||
@@ -95,3 +93,3 @@ } | ||
"dependencies": { | ||
"oneday": "^1.0.0" | ||
"oneday": "^1.1.0" | ||
}, | ||
@@ -103,3 +101,3 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.7.1", | ||
"assert-helpers": "^4.9.7", | ||
"assert-helpers": "^5.2.1", | ||
"eslint": "^6.6.0", | ||
@@ -110,8 +108,8 @@ "eslint-config-bevry": "^1.2.1", | ||
"jsdoc": "^3.6.3", | ||
"kava": "^3.1.0", | ||
"kava": "^3.2.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^1.18.2", | ||
"projectz": "^1.7.5", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.10.0", | ||
"surge": "^0.21.3", | ||
"typechecker": "^4.7.0", | ||
"typechecker": "^4.9.0", | ||
"valid-directory": "^1.0.0" | ||
@@ -118,0 +116,0 @@ }, |
@@ -10,3 +10,3 @@ <!-- TITLE/ --> | ||
<span class="badge-travisci"><a href="http://travis-ci.org/bevry/cachely" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/bevry/cachely/master.svg" alt="Travis CI Build Status" /></a></span> | ||
<span class="badge-travisci"><a href="http://travis-ci.com/bevry/cachely" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/com/bevry/cachely/master.svg" alt="Travis CI Build Status" /></a></span> | ||
<span class="badge-npmversion"><a href="https://npmjs.org/package/cachely" title="View this project on NPM"><img src="https://img.shields.io/npm/v/cachely.svg" alt="NPM version" /></a></span> | ||
@@ -154,3 +154,3 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/cachely" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/cachely.svg" alt="NPM downloads" /></a></span> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/cachely/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/cachely">view contributions</a></li></ul> | ||
@@ -174,3 +174,3 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/cachely/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/cachely">view contributions</a></li></ul> | ||
@@ -177,0 +177,0 @@ <a href="https://github.com/bevry/cachely/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
29348
8
1
Updatedoneday@^1.1.0