@rockerjs/midlog
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@rockerjs/midlog", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "高性能日志中间件", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -139,3 +139,3 @@ /** | ||
if(appName != 'application'){ | ||
fullAppName = '@vdian/' + appName; | ||
fullAppName = '@rockerjs/' + appName; | ||
} | ||
@@ -142,0 +142,0 @@ if(layer[type.toLowerCase()] && !layer[type.toLowerCase()][appName]){ |
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
65505