@phensley/timezone
Advanced tools
Comparing version 0.15.1 to 0.15.2
@@ -151,3 +151,3 @@ import * as tslib_1 from "tslib"; | ||
dst: Number(_dst), | ||
offset: Number(_offset) * 1000 | ||
offset: parseInt(_offset, 36) * 1000 | ||
}; | ||
@@ -154,0 +154,0 @@ }; |
@@ -153,3 +153,3 @@ "use strict"; | ||
dst: Number(_dst), | ||
offset: Number(_offset) * 1000 | ||
offset: parseInt(_offset, 36) * 1000 | ||
}; | ||
@@ -156,0 +156,0 @@ }; |
{ | ||
"name": "@phensley/timezone", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "0.15.1", | ||
"@phensley/cldr-utils": "0.15.2", | ||
"tslib": "^1.9.3" | ||
@@ -57,3 +57,3 @@ }, | ||
"tslint-no-circular-imports": "^0.6.1", | ||
"typescript": "3.x", | ||
"typescript": "3.5.x", | ||
"uglify-es": "^3.3.9", | ||
@@ -75,3 +75,3 @@ "yargs": "^11.0.0" | ||
}, | ||
"gitHead": "98ead42b8ca4b3eaae23350ea5d59f9b546e5a11" | ||
"gitHead": "d40ee239b2e5445c484fa146534ac0a6e9413570" | ||
} |
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
328892
1770
+ Added@phensley/cldr-utils@0.15.2(transitive)
- Removed@phensley/cldr-utils@0.15.1(transitive)
Updated@phensley/cldr-utils@0.15.2