@arcjet/logger
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "@arcjet/logger", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Arcjet logging interface which mirrors the console interface but allows log levels", | ||
@@ -30,2 +30,3 @@ "license": "Apache-2.0", | ||
"lint": "eslint .", | ||
"pretest": "npm run build", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" | ||
@@ -35,9 +36,9 @@ }, | ||
"devDependencies": { | ||
"@arcjet/eslint-config": "1.0.0-alpha.2", | ||
"@arcjet/rollup-config": "1.0.0-alpha.2", | ||
"@arcjet/tsconfig": "1.0.0-alpha.2", | ||
"@arcjet/eslint-config": "1.0.0-alpha.3", | ||
"@arcjet/rollup-config": "1.0.0-alpha.3", | ||
"@arcjet/tsconfig": "1.0.0-alpha.3", | ||
"@jest/globals": "29.7.0", | ||
"@rollup/wasm-node": "4.6.1", | ||
"@types/node": "18.18.0", | ||
"jest": "29.7.0", | ||
"rollup": "4.6.1", | ||
"typescript": "5.3.2" | ||
@@ -44,0 +45,0 @@ }, |
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
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
18346
1178