@phensley/timezone
Advanced tools
Comparing version 1.2.7 to 1.3.0
@@ -0,1 +1,2 @@ | ||
export {}; | ||
//# sourceMappingURL=types.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TZ = exports.TzImpl = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var autogen_zonedata_1 = require("./autogen.zonedata"); |
{ | ||
"name": "@phensley/timezone", | ||
"version": "1.2.7", | ||
"version": "1.3.0", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -40,28 +40,28 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "^1.2.7", | ||
"tslib": "^1.13.0" | ||
"@phensley/cldr-utils": "^1.3.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.8.0", | ||
"@types/jest": "^25.2.1", | ||
"@types/node": "^14.0.1", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/yargs": "^15.0.4", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"@microsoft/api-extractor": "^7.18.5", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.1", | ||
"@types/rimraf": "^3.0.1", | ||
"@types/yargs": "^17.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.29.1", | ||
"@typescript-eslint/parser": "^4.29.1", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "^4.0.0", | ||
"dts-bundle-generator": "^4.3.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.5", | ||
"chalk": "^4.1.2", | ||
"dts-bundle-generator": "^5.9.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^25.5.1", | ||
"ts-node": "^8.10.1", | ||
"typescript": "~3.8.3", | ||
"ts-jest": "^27.0.4", | ||
"ts-node": "^10.2.0", | ||
"typescript": "~4.3.5", | ||
"uglify-es": "^3.3.9", | ||
"yargs": "^15.3.1" | ||
"yargs": "^17.1.1" | ||
}, | ||
@@ -85,3 +85,3 @@ "jest": { | ||
}, | ||
"gitHead": "b67e55a91ddf420dada2375c27215b515794dbf7" | ||
"gitHead": "a0578557c1a781fecf166395ee0b9d14d68ad2bb" | ||
} |
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
365673
2251
- Removedtslib@1.14.1(transitive)
Updated@phensley/cldr-utils@^1.3.0
Updatedtslib@^2.3.1