@phensley/timezone
Advanced tools
Comparing version 0.20.3 to 0.20.4
@@ -119,3 +119,3 @@ import { __assign } from "tslib"; | ||
function ZoneRecord(raw, index) { | ||
var _a = raw.split('\t'), _info = _a[0], _types = _a[1], _untils = _a[2]; | ||
var _a = raw.split('_'), _info = _a[0], _types = _a[1], _untils = _a[2]; | ||
var untils = numarray(_untils); | ||
@@ -122,0 +122,0 @@ var types = _types ? _types.split('').map(function (t) { return TYPES[t]; }) : []; |
@@ -121,3 +121,3 @@ "use strict"; | ||
function ZoneRecord(raw, index) { | ||
var _a = raw.split('\t'), _info = _a[0], _types = _a[1], _untils = _a[2]; | ||
var _a = raw.split('_'), _info = _a[0], _types = _a[1], _untils = _a[2]; | ||
var untils = numarray(_untils); | ||
@@ -124,0 +124,0 @@ var types = _types ? _types.split('').map(function (t) { return TYPES[t]; }) : []; |
{ | ||
"name": "@phensley/timezone", | ||
"version": "0.20.3", | ||
"version": "0.20.4", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "0.20.3", | ||
"@phensley/cldr-utils": "0.20.4", | ||
"tslib": "1.10.x" | ||
@@ -74,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "ae0f80f9cb874ca00ad03b482164991f45b3ddf9" | ||
"gitHead": "561d23c9b3fcb73b0fe4f89beb2d5661cbac53de" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
327101
1760
+ Added@phensley/cldr-utils@0.20.4(transitive)
- Removed@phensley/cldr-utils@0.20.3(transitive)
Updated@phensley/cldr-utils@0.20.4