Comparing version 5.22.0-next.1627495636.1119e24bd33372c88c8500fe2e5a3c74a587c0b5 to 5.23.0-next.1627590640.62829772a9465ee1cd74322b271cc94cb55ffcaa
# History | ||
## v5.23.0 2021 July 30 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.22.0 2021 July 29 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "5.22.0-next.1627495636.1119e24bd33372c88c8500fe2e5a3c74a587c0b5", | ||
"version": "5.23.0-next.1627590640.62829772a9465ee1cd74322b271cc94cb55ffcaa", | ||
"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", | ||
@@ -145,3 +145,3 @@ "homepage": "https://github.com/bevry/cachely", | ||
"dependencies": { | ||
"oneday": "^4.15.0" | ||
"oneday": "^4.16.0" | ||
}, | ||
@@ -154,3 +154,3 @@ "devDependencies": { | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-bevry": "^3.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -161,3 +161,3 @@ "eslint-plugin-prettier": "^3.4.0", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.18.0", | ||
"projectz": "^2.21.0", | ||
"surge": "^0.23.0", | ||
@@ -164,0 +164,0 @@ "typechecker": "^7.17.0", |
@@ -38,3 +38,3 @@ <!-- TITLE/ --> | ||
[Complete API Documentation.](http://master.cachely.bevry.surge.sh/docs/globals.html) | ||
[Complete API Documentation.](http://master.cachely.bevry.surge.sh/docs/) | ||
@@ -156,3 +156,3 @@ ```javascript | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/cachely@^5.22.0' | ||
import pkg from '//cdn.skypack.dev/cachely@^5.23.0' | ||
</script> | ||
@@ -165,3 +165,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^5.22.0' | ||
import pkg from '//unpkg.com/cachely@^5.23.0' | ||
</script> | ||
@@ -174,3 +174,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@5.22.0' | ||
import pkg from '//dev.jspm.io/cachely@5.23.0' | ||
</script> | ||
@@ -177,0 +177,0 @@ ``` |
46534
Updatedoneday@^4.16.0