Comparing version 5.4.0 to 5.5.0-next.1590070016.62ae16332f3eba6c55825cdd506d979018bd72dd
# History | ||
## v5.5.0 2020 May 22 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.4.0 2020 May 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "5.4.0", | ||
"version": "5.5.0-next.1590070016.62ae16332f3eba6c55825cdd506d979018bd72dd", | ||
"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", | ||
@@ -117,22 +117,22 @@ "homepage": "https://github.com/bevry/cachely", | ||
"dependencies": { | ||
"oneday": "^4.1.0" | ||
"oneday": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.6.0", | ||
"@bevry/update-contributors": "^1.7.0", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"assert-helpers": "^6.5.0", | ||
"assert-helpers": "^6.6.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.5.0", | ||
"eslint-config-bevry": "^3.6.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^5.1.0", | ||
"kava": "^5.2.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.2.0", | ||
"projectz": "^2.3.0", | ||
"surge": "^0.21.3", | ||
"typechecker": "^7.2.0", | ||
"typechecker": "^7.3.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.3", | ||
"valid-directory": "^2.0.0", | ||
"valid-module": "^1.0.0" | ||
"valid-directory": "^2.1.0", | ||
"valid-module": "^1.2.0" | ||
}, | ||
@@ -139,0 +139,0 @@ "scripts": { |
@@ -155,3 +155,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/cachely/^5.4.0' | ||
import pkg from '//cdn.pika.dev/cachely/^5.5.0' | ||
</script> | ||
@@ -164,3 +164,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^5.4.0' | ||
import pkg from '//unpkg.com/cachely@^5.5.0' | ||
</script> | ||
@@ -173,3 +173,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@5.4.0' | ||
import pkg from '//dev.jspm.io/cachely@5.5.0' | ||
</script> | ||
@@ -176,0 +176,0 @@ ``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36787
1
Updatedoneday@^4.2.0