@phensley/timezone
Advanced tools
Comparing version 0.17.6 to 0.18.0-next.0
@@ -1,2 +0,2 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __assign } from "tslib"; | ||
import { rawdata } from './autogen.zonedata'; | ||
@@ -84,3 +84,3 @@ import { binarySearch } from '@phensley/cldr-utils'; | ||
// const res = isutc ? r.fromUTC(t) : r.fromWall(t); | ||
return tslib_1.__assign({}, res, { zoneid: zoneid }); | ||
return __assign(__assign({}, res), { zoneid: zoneid }); | ||
} | ||
@@ -87,0 +87,0 @@ return undefined; |
@@ -86,3 +86,3 @@ "use strict"; | ||
// const res = isutc ? r.fromUTC(t) : r.fromWall(t); | ||
return tslib_1.__assign({}, res, { zoneid: zoneid }); | ||
return tslib_1.__assign(tslib_1.__assign({}, res), { zoneid: zoneid }); | ||
} | ||
@@ -89,0 +89,0 @@ return undefined; |
{ | ||
"name": "@phensley/timezone", | ||
"version": "0.17.6", | ||
"version": "0.18.0-next.0", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -38,4 +38,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "0.17.6", | ||
"tslib": "^1.9.3" | ||
"@phensley/cldr-utils": "0.18.0-next.0", | ||
"tslib": "1.10.x" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"tslint-no-circular-imports": "^0.7.0", | ||
"typescript": "3.5.x", | ||
"typescript": "3.6.x", | ||
"uglify-es": "^3.3.9", | ||
@@ -75,3 +75,3 @@ "yargs": "11.0.0" | ||
}, | ||
"gitHead": "9fbc65f00cc724594a599178a5bea4caac502e65" | ||
"gitHead": "0c65c25c2ddc82e171d732109c11702f3bef09ce" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
328453
+ Added@phensley/cldr-utils@0.18.0-next.0(transitive)
+ Addedtslib@1.10.0(transitive)
- Removed@phensley/cldr-utils@0.17.6(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@1.10.x