rfc-log-levels
Advanced tools
Comparing version 4.0.0 to 4.1.0-next.1701825791.3f53a2d98c6c087ba2f28bf1d071c4cbb2c6472d
{ | ||
"name": "rfc-log-levels", | ||
"version": "4.0.0", | ||
"version": "4.1.0-next.1701825791.3f53a2d98c6c087ba2f28bf1d071c4cbb2c6472d", | ||
"description": "A map of log level aliases matched to their numeric values. Follows the RFC Standard.", | ||
@@ -213,24 +213,23 @@ "homepage": "https://github.com/bevry/rfc-log-levels", | ||
"dependencies": { | ||
"editions": "^6.16.0" | ||
"editions": "^6.19.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"assert-helpers": "^11.9.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-bevry": "^5.3.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"filedirname": "^3.1.0", | ||
"kava": "^7.4.0", | ||
"make-deno-edition": "^2.0.0", | ||
"filedirname": "^3.2.0", | ||
"kava": "^7.5.0", | ||
"make-deno-edition": "^2.1.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.4.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.5.0", | ||
"valid-module": "^2.5.0" | ||
"typedoc": "^0.25.4", | ||
"typescript": "5.3.2", | ||
"valid-directory": "^4.6.0", | ||
"valid-module": "^2.6.0" | ||
}, | ||
@@ -276,4 +275,5 @@ "scripts": { | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "es5", | ||
"endOfLine": "lf" | ||
} | ||
} | ||
} |
@@ -66,3 +66,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/rfc-log-levels@^4.0.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/rfc-log-levels@^4.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -74,3 +74,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/rfc-log-levels@^4.0.0' | ||
import pkg from '//cdn.skypack.dev/rfc-log-levels@^4.1.0' | ||
</script> | ||
@@ -83,3 +83,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/rfc-log-levels@^4.0.0' | ||
import pkg from '//unpkg.com/rfc-log-levels@^4.1.0' | ||
</script> | ||
@@ -92,3 +92,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/rfc-log-levels@4.0.0' | ||
import pkg from '//dev.jspm.io/rfc-log-levels@4.1.0' | ||
</script> | ||
@@ -95,0 +95,0 @@ ``` |
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"downlevelIteration": true, | ||
"esModuleInterop": true, | ||
"isolatedModules": true, | ||
"maxNodeModuleJsDepth": 5, | ||
"module": "ESNext", | ||
"moduleResolution": "Node", | ||
"strict": true, | ||
"target": "ES2022", | ||
"module": "ESNext", | ||
"downlevelIteration": true | ||
"target": "ES2022" | ||
}, | ||
"include": ["source"] | ||
} |
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
53191
18
1
Updatededitions@^6.19.0