@aiot-toolkit/shared-utils
Advanced tools
Comparing version 2.0.2-beta.5 to 2.0.2-beta.6
@@ -119,6 +119,3 @@ "use strict"; | ||
static updatePath(path, fullName) { | ||
if (fs_extra_1.default.statSync(path).isFile()) { | ||
return path_1.default.join(path_1.default.dirname(path), fullName); | ||
} | ||
return path; | ||
return path_1.default.join(path_1.default.dirname(path), fullName); | ||
} | ||
@@ -125,0 +122,0 @@ /** |
{ | ||
"name": "@aiot-toolkit/shared-utils", | ||
"version": "2.0.2-beta.5", | ||
"version": "2.0.2-beta.6", | ||
"description": "The common method functions of the aiot-toolkit.", | ||
@@ -29,3 +29,3 @@ "homepage": "", | ||
}, | ||
"gitHead": "8c18753992c453c6569a3125378e75fbf4760a1f" | ||
"gitHead": "b9b99afff176075380c2ec95b43797d696c393c1" | ||
} |
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
30814
967