Comparing version 5.6.0 to 5.7.0-next.1591791479.1d0a8dbd7e92bb1e72919688d89ab3853269019e
# History | ||
## v5.7.0 2020 June 10 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.6.0 2020 June 10 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "cachely", | ||
"version": "5.6.0", | ||
"version": "5.7.0-next.1591791479.1d0a8dbd7e92bb1e72919688d89ab3853269019e", | ||
"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", | ||
@@ -109,2 +109,16 @@ "homepage": "https://github.com/bevry/cachely", | ||
} | ||
}, | ||
{ | ||
"description": "TypeScript source code made to be compatible with Deno", | ||
"directory": "edition-deno", | ||
"entry": "index.ts", | ||
"tags": [ | ||
"typescript", | ||
"import", | ||
"deno" | ||
], | ||
"engines": { | ||
"deno": true, | ||
"browsers": true | ||
} | ||
} | ||
@@ -117,24 +131,25 @@ ], | ||
"module": "edition-browsers/index.js", | ||
"deno": "edition-deno/index.ts", | ||
"dependencies": { | ||
"oneday": "^4.3.0" | ||
"oneday": "^4.4.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.8.0", | ||
"@bevry/update-contributors": "^1.9.0", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"assert-helpers": "^6.7.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-bevry": "^3.7.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^5.3.0", | ||
"make-deno-edition": "^0.1.2", | ||
"kava": "^5.4.0", | ||
"make-deno-edition": "^0.2.2", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.5.0", | ||
"projectz": "^2.6.0", | ||
"surge": "^0.21.3", | ||
"typechecker": "^7.4.0", | ||
"typechecker": "^7.5.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.5", | ||
"valid-directory": "^2.2.0", | ||
"valid-module": "^1.3.0" | ||
"valid-directory": "^2.3.0", | ||
"valid-module": "^1.4.0" | ||
}, | ||
@@ -141,0 +156,0 @@ "scripts": { |
@@ -151,2 +151,8 @@ <!-- TITLE/ --> | ||
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/cachely@^5.7.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
@@ -156,3 +162,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/cachely/^5.6.0' | ||
import pkg from '//cdn.pika.dev/cachely/^5.7.0' | ||
</script> | ||
@@ -165,3 +171,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^5.6.0' | ||
import pkg from '//unpkg.com/cachely@^5.7.0' | ||
</script> | ||
@@ -174,3 +180,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@5.6.0' | ||
import pkg from '//dev.jspm.io/cachely@5.7.0' | ||
</script> | ||
@@ -186,3 +192,4 @@ ``` | ||
<li><code>cachely/edition-esnext/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#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 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-browsers/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 web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
<li><code>cachely/edition-browsers/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 web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li> | ||
<li><code>cachely/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul> | ||
@@ -189,0 +196,0 @@ <!-- /INSTALL --> |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41677
12
408
260
1
Updatedoneday@^4.4.0