Comparing version 5.15.0 to 5.16.0-next.1595350652.18f3fd7651c77816d2c08498f59ffbcb266ba46e
# History | ||
## v5.16.0 2020 July 22 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.15.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "5.15.0", | ||
"version": "5.16.0-next.1595350652.18f3fd7651c77816d2c08498f59ffbcb266ba46e", | ||
"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", | ||
@@ -164,5 +164,5 @@ "homepage": "https://github.com/bevry/cachely", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"assert-helpers": "^6.17.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-bevry": "^3.15.0", | ||
"eslint-config-bevry": "^3.16.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -169,0 +169,0 @@ "eslint-plugin-prettier": "^3.1.4", |
@@ -154,3 +154,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/cachely@^5.15.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/cachely@^5.16.0/edition-deno/index.ts' | ||
``` | ||
@@ -162,3 +162,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/cachely/^5.15.0' | ||
import pkg from '//cdn.pika.dev/cachely/^5.16.0' | ||
</script> | ||
@@ -171,3 +171,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^5.15.0' | ||
import pkg from '//unpkg.com/cachely@^5.16.0' | ||
</script> | ||
@@ -180,3 +180,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@5.15.0' | ||
import pkg from '//dev.jspm.io/cachely@5.16.0' | ||
</script> | ||
@@ -183,0 +183,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
47464
1