timezone-js-ts
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -8,6 +8,5 @@ export declare function getCurrentGlobalTime(timezone: string, localeIdentifier?: string): { | ||
}; | ||
difference?: undefined; | ||
} | { | ||
time: string; | ||
difference: { | ||
diff: { | ||
dfference: any; | ||
@@ -17,3 +16,2 @@ yourLocalTimezone: string; | ||
timezone?: undefined; | ||
diff?: undefined; | ||
}; | ||
@@ -20,0 +18,0 @@ export declare function allTimezones(): { |
@@ -147,3 +147,3 @@ "use strict"; | ||
else { | ||
return { time: res, difference: diff }; | ||
return { time: res, diff }; | ||
// return res; | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "timezone-js-ts", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
11587571
10909