zip-to-timezone
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -22,3 +22,2 @@ "use strict"; | ||
var dirPath = path.dirname(__filename); | ||
console.log(dirPath); | ||
var zipList = yaml.safeLoad(fs.readFileSync(dirPath + ("/." + fileName + ".yml"), 'utf8')); | ||
@@ -25,0 +24,0 @@ for (var _i = 0, _a = Object.entries(zipList); _i < _a.length; _i++) { |
{ | ||
"name": "zip-to-timezone", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -14,3 +14,4 @@ "main": "dist/index.js", | ||
"prepare": "npm run build", | ||
"test": "jest" | ||
"test": "jest", | ||
"upload": "npm version patch && npm publish" | ||
}, | ||
@@ -17,0 +18,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
1648028
110