timezone-js-ts
Advanced tools
Comparing version 1.1.15 to 1.1.16
export declare function getCurrentTime(timezone: string): string; | ||
export declare function getAllZones(): { | ||
id: number; | ||
name: string; | ||
}[]; | ||
export declare function getAllZones(): string; |
@@ -53,3 +53,3 @@ "use strict"; | ||
function getAllZones() { | ||
return zones; | ||
return JSON.stringify(zones, null, " "); | ||
} |
{ | ||
"name": "timezone-js-ts", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -19,3 +19,3 @@ import * as zones from './all_timezone_lists.json'; | ||
export function getAllZones() { | ||
return zones; | ||
return JSON.stringify(zones, null, " "); | ||
} |
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
71352
0
4889