@phensley/timezone
Advanced tools
Comparing version 0.10.2 to 0.11.0-alpha.0
@@ -27,3 +27,3 @@ import { RawData } from './types'; | ||
private utcinfo; | ||
constructor(raw?: RawData); | ||
constructor(raw: RawData); | ||
/** | ||
@@ -30,0 +30,0 @@ * Get the info for a time zone using a UTC timestamp. |
@@ -16,3 +16,2 @@ var __assign = (this && this.__assign) || function () { | ||
function TzImpl(raw) { | ||
if (raw === void 0) { raw = rawdata; } | ||
var _this = this; | ||
@@ -198,3 +197,3 @@ /** Mapping of canonical time zone ids to index */ | ||
}, {}); | ||
export var TZ = new TzImpl(); | ||
export var TZ = new TzImpl(rawdata); | ||
//# sourceMappingURL=index.js.map |
@@ -27,3 +27,3 @@ import { RawData } from './types'; | ||
private utcinfo; | ||
constructor(raw?: RawData); | ||
constructor(raw: RawData); | ||
/** | ||
@@ -30,0 +30,0 @@ * Get the info for a time zone using a UTC timestamp. |
@@ -18,3 +18,2 @@ "use strict"; | ||
function TzImpl(raw) { | ||
if (raw === void 0) { raw = autogen_zonedata_1.rawdata; } | ||
var _this = this; | ||
@@ -200,3 +199,3 @@ /** Mapping of canonical time zone ids to index */ | ||
}, {}); | ||
exports.TZ = new TzImpl(); | ||
exports.TZ = new TzImpl(autogen_zonedata_1.rawdata); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@phensley/timezone", | ||
"version": "0.10.2", | ||
"version": "0.11.0-alpha.0", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "^0.10.2" | ||
"@phensley/cldr-utils": "^0.11.0-alpha.0" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4875f16f3fa321ed087b744fcc9e01d45e879686" | ||
"gitHead": "6028ef476aa9d9570d9ec52bdf53138341fcd8df" | ||
} |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
297877
1926
+ Added@phensley/cldr-utils@0.11.4(transitive)
+ Addedtslib@1.14.1(transitive)
- Removed@phensley/cldr-utils@0.10.2(transitive)