rfc-log-levels
Advanced tools
Comparing version 3.14.0 to 3.15.0-next.1603941724.f4761e552b643292e6262d8c80f347eaac1c5289
# History | ||
## v3.15.0 2020 October 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.14.0 2020 September 5 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "rfc-log-levels", | ||
"version": "3.14.0", | ||
"version": "3.15.0-next.1603941724.f4761e552b643292e6262d8c80f347eaac1c5289", | ||
"description": "A map of log level aliases matched to their numeric values. Follows the RFC Standard.", | ||
@@ -115,3 +115,3 @@ "homepage": "https://github.com/bevry/rfc-log-levels", | ||
{ | ||
"description": "TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modules", | ||
"description": "TypeScript compiled against ESNext for Node.js 10 || 12 || 14 || 15 with Require for modules", | ||
"directory": "edition-esnext", | ||
@@ -126,3 +126,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 13 || 14", | ||
"node": "10 || 12 || 14 || 15", | ||
"browsers": false | ||
@@ -132,3 +132,3 @@ } | ||
{ | ||
"description": "TypeScript compiled against ESNext for Node.js 12 || 13 || 14 with Import for modules", | ||
"description": "TypeScript compiled against ESNext for Node.js 12 || 14 || 15 with Import for modules", | ||
"directory": "edition-esnext-esm", | ||
@@ -143,3 +143,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "12 || 13 || 14", | ||
"node": "12 || 14 || 15", | ||
"browsers": false | ||
@@ -164,20 +164,20 @@ } | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.16.0", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"assert-helpers": "^7.2.0", | ||
"eslint": "^7.8.1", | ||
"eslint-config-bevry": "^3.22.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"@bevry/update-contributors": "^1.17.0", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"assert-helpers": "^8.1.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"filedirname": "^2.3.0", | ||
"kava": "^5.12.0", | ||
"make-deno-edition": "^1.1.1", | ||
"prettier": "^2.1.1", | ||
"projectz": "^2.16.0", | ||
"filedirname": "^2.4.0", | ||
"kava": "^5.13.0", | ||
"make-deno-edition": "^1.2.0", | ||
"prettier": "^2.1.2", | ||
"projectz": "^2.17.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.19.1", | ||
"typescript": "^4.0.2", | ||
"valid-directory": "^3.3.0", | ||
"valid-module": "^1.13.0" | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.5", | ||
"valid-directory": "^3.4.0", | ||
"valid-module": "^1.14.0" | ||
}, | ||
@@ -184,0 +184,0 @@ "scripts": { |
@@ -67,3 +67,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/rfc-log-levels@^3.14.0' | ||
import pkg from '//cdn.skypack.dev/rfc-log-levels@^3.15.0' | ||
</script> | ||
@@ -76,3 +76,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/rfc-log-levels@^3.14.0' | ||
import pkg from '//unpkg.com/rfc-log-levels@^3.15.0' | ||
</script> | ||
@@ -85,3 +85,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/rfc-log-levels@3.14.0' | ||
import pkg from '//dev.jspm.io/rfc-log-levels@3.15.0' | ||
</script> | ||
@@ -97,4 +97,4 @@ ``` | ||
<li><code>rfc-log-levels</code> aliases <code>rfc-log-levels/edition-esnext/index.js</code></li> | ||
<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> 10 || 12 || 13 || 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>rfc-log-levels/edition-esnext-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#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> 12 || 13 || 14 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-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> 10 || 12 || 14 || 15 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-esnext-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#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> 12 || 14 || 15 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
@@ -101,0 +101,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
38425
1