Comparing version 5.1.0 to 5.2.0-next.1589200680.4c51c423ca678cee09806aeb0dc2c1616cfaf0d2
# History | ||
## v5.2.0 2020 May 11 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.1.0 2020 May 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "5.1.0", | ||
"version": "5.2.0-next.1589200680.4c51c423ca678cee09806aeb0dc2c1616cfaf0d2", | ||
"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", | ||
@@ -11,3 +11,2 @@ "homepage": "https://github.com/bevry/cachely", | ||
"caching", | ||
"dom", | ||
"export-default", | ||
@@ -49,3 +48,7 @@ "fetching", | ||
"wishlistURL": "https://bevry.me/wishlist", | ||
"travisTLD": "com" | ||
"travisTLD": "com", | ||
"githubUsername": "bevry", | ||
"githubRepository": "cachely", | ||
"githubSlug": "bevry/cachely", | ||
"npmPackageName": "cachely" | ||
} | ||
@@ -56,6 +59,6 @@ }, | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
@@ -117,18 +120,18 @@ "bugs": { | ||
"dependencies": { | ||
"oneday": "^3.0.0" | ||
"oneday": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"assert-helpers": "^6.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-bevry": "^3.3.0", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"assert-helpers": "^6.3.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^4.4.0", | ||
"kava": "^5.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^1.19.1", | ||
"projectz": "^2.1.0", | ||
"surge": "^0.21.3", | ||
"typechecker": "^6.4.0", | ||
"typechecker": "^7.0.0", | ||
"typedoc": "^0.17.6", | ||
@@ -163,4 +166,4 @@ "typescript": "^3.8.3", | ||
"our:verify:module": "npx valid-module", | ||
"our:verify:prettier": "prettier --write .", | ||
"our:verify:typescript": "tsc --noEmit --project tsconfig.json", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:typescript": "npx tsc --noEmit --project tsconfig.json", | ||
"test": "node ./edition-esnext/test.js" | ||
@@ -167,0 +170,0 @@ }, |
@@ -155,3 +155,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/cachely/^5.1.0' | ||
import pkg from '//cdn.pika.dev/cachely/^5.2.0' | ||
</script> | ||
@@ -164,3 +164,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^5.1.0' | ||
import pkg from '//unpkg.com/cachely@^5.2.0' | ||
</script> | ||
@@ -173,3 +173,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@5.1.0' | ||
import pkg from '//dev.jspm.io/cachely@5.2.0' | ||
</script> | ||
@@ -216,3 +216,3 @@ ``` | ||
<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> | ||
<ul><li><a href="https://github.com/balupton">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> | ||
@@ -237,4 +237,3 @@ <h3>Sponsors</h3> | ||
<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> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/cachely/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/cachely">view contributions</a></li></ul> | ||
<ul><li><a href="https://github.com/balupton">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> | ||
@@ -241,0 +240,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> |
@@ -10,5 +10,5 @@ { | ||
"target": "ESNext", | ||
"lib": ["DOM", "DOM.Iterable"] | ||
"lib": [] | ||
}, | ||
"include": ["source"] | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33545
1
253
+ Addedoneday@4.18.0(transitive)
- Removedoneday@3.0.0(transitive)
Updatedoneday@^4.0.0