Comparing version 5.21.0 to 5.22.0-next.1627495636.1119e24bd33372c88c8500fe2e5a3c74a587c0b5
# History | ||
## v5.22.0 2021 July 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.21.0 2021 July 28 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "5.21.0", | ||
"version": "5.22.0-next.1627495636.1119e24bd33372c88c8500fe2e5a3c74a587c0b5", | ||
"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", | ||
@@ -100,3 +100,3 @@ "homepage": "https://github.com/bevry/cachely", | ||
{ | ||
"description": "TypeScript compiled against ES2019 for Node.js 10 || 12 || 14 with Require for modules", | ||
"description": "TypeScript compiled against ES2019 for Node.js 10 || 12 || 14 || 16 with Require for modules", | ||
"directory": "edition-es2019", | ||
@@ -111,3 +111,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14", | ||
"node": "10 || 12 || 14 || 16", | ||
"browsers": false | ||
@@ -117,3 +117,3 @@ } | ||
{ | ||
"description": "TypeScript compiled against ES2019 for Node.js 12 || 14 with Import for modules", | ||
"description": "TypeScript compiled against ES2019 for Node.js 12 || 14 || 16 with Import for modules", | ||
"directory": "edition-es2019-esm", | ||
@@ -128,3 +128,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "12 || 14", | ||
"node": "12 || 14 || 16", | ||
"browsers": false | ||
@@ -149,6 +149,6 @@ } | ||
"dependencies": { | ||
"oneday": "^4.14.0" | ||
"oneday": "^4.15.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.18.0", | ||
"@bevry/update-contributors": "^1.19.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
@@ -161,3 +161,3 @@ "@typescript-eslint/parser": "^4.28.5", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"kava": "^5.13.0", | ||
"kava": "^5.14.0", | ||
"make-deno-edition": "^1.3.0", | ||
@@ -171,3 +171,3 @@ "prettier": "^2.3.2", | ||
"valid-directory": "^3.7.0", | ||
"valid-module": "^1.15.0" | ||
"valid-module": "^1.16.0" | ||
}, | ||
@@ -174,0 +174,0 @@ "scripts": { |
@@ -155,3 +155,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/cachely@^5.21.0' | ||
import pkg from '//cdn.skypack.dev/cachely@^5.22.0' | ||
</script> | ||
@@ -164,3 +164,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^5.21.0' | ||
import pkg from '//unpkg.com/cachely@^5.22.0' | ||
</script> | ||
@@ -173,3 +173,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@5.21.0' | ||
import pkg from '//dev.jspm.io/cachely@5.22.0' | ||
</script> | ||
@@ -185,4 +185,4 @@ ``` | ||
<li><code>cachely</code> aliases <code>cachely/edition-es2019/index.js</code></li> | ||
<li><code>cachely/edition-es2019/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>cachely/edition-es2019-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
<li><code>cachely/edition-es2019/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>cachely/edition-es2019-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
@@ -189,0 +189,0 @@ <!-- /INSTALL --> |
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
46351
13
386
1
Updatedoneday@^4.15.0