rfc-log-levels
Advanced tools
Comparing version 3.9.0 to 3.10.0-next.1593059614.861600f197391d027fa6019a877f7f9464481a0b
# History | ||
## v3.10.0 2020 June 25 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.9.0 2020 June 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "rfc-log-levels", | ||
"version": "3.9.0", | ||
"version": "3.10.0-next.1593059614.861600f197391d027fa6019a877f7f9464481a0b", | ||
"description": "A map of log level aliases matched to their numeric values. Follows the RFC Standard.", | ||
@@ -13,2 +13,6 @@ "homepage": "https://github.com/bevry/rfc-log-levels", | ||
"debug", | ||
"deno", | ||
"deno-edition", | ||
"deno-entry", | ||
"denoland", | ||
"emerg", | ||
@@ -125,2 +129,16 @@ "emergency", | ||
} | ||
}, | ||
{ | ||
"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 | ||
} | ||
} | ||
@@ -131,17 +149,18 @@ ], | ||
"main": "edition-esnext/index.js", | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
"module": "edition-browsers/index.js", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.9.0", | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | ||
"@typescript-eslint/parser": "^3.3.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@bevry/update-contributors": "^1.12.0", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"assert-helpers": "^6.13.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-bevry": "^3.13.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.7.0", | ||
"make-deno-edition": "^0.9.1", | ||
"kava": "^5.8.0", | ||
"make-deno-edition": "^0.14.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.9.0", | ||
"projectz": "^2.11.0", | ||
"surge": "^0.21.3", | ||
@@ -151,3 +170,3 @@ "typedoc": "^0.17.7", | ||
"valid-directory": "^2.5.0", | ||
"valid-module": "^1.6.0" | ||
"valid-module": "^1.7.0" | ||
}, | ||
@@ -154,0 +173,0 @@ "scripts": { |
@@ -63,2 +63,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/rfc-log-levels@^3.10.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
@@ -68,3 +74,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/rfc-log-levels/^3.9.0' | ||
import pkg from '//cdn.pika.dev/rfc-log-levels/^3.10.0' | ||
</script> | ||
@@ -77,3 +83,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/rfc-log-levels@^3.9.0' | ||
import pkg from '//unpkg.com/rfc-log-levels@^3.10.0' | ||
</script> | ||
@@ -86,3 +92,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/rfc-log-levels@3.9.0' | ||
import pkg from '//dev.jspm.io/rfc-log-levels@3.10.0' | ||
</script> | ||
@@ -98,3 +104,4 @@ ``` | ||
<li><code>rfc-log-levels/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>rfc-log-levels/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>rfc-log-levels/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>rfc-log-levels/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> | ||
@@ -101,0 +108,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
36875
172
1