@phensley/timezone
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "@phensley/timezone", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"generate": "./bin/tztool generate -o ./src/autogen.zonedata.ts", | ||
"lint": "tslint -p ./tsconfig.lint.json", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src __benchmarks__ __tests__", | ||
"prepublish": "yarn build", | ||
@@ -41,3 +41,3 @@ "test:watch": "jest --watch --coverage --coverageReporters=html" | ||
"dependencies": { | ||
"@phensley/cldr-utils": "1.1.2", | ||
"@phensley/cldr-utils": "^1.2.0", | ||
"tslib": "^1.11.1" | ||
@@ -51,2 +51,4 @@ }, | ||
"@types/yargs": "^15.0.4", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"beautify-benchmark": "^0.2.4", | ||
@@ -56,8 +58,10 @@ "benchmark": "^2.1.4", | ||
"dts-bundle-generator": "^4.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^25.4.0", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^25.4.0", | ||
"ts-node": "^8.9.1", | ||
"tslint": "^6.1.2", | ||
"tslint-no-circular-imports": "^0.7.0", | ||
"typescript": "^3.8.3", | ||
@@ -84,3 +88,3 @@ "uglify-es": "^3.3.9", | ||
}, | ||
"gitHead": "e310d377df531d1756c419b8687280c77af277ee" | ||
"gitHead": "42b88fa1fa672c12a88dfe4fea152d1eb614e919" | ||
} |
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 too big to display
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
342183
22
+ Added@phensley/cldr-utils@1.9.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@phensley/cldr-utils@1.1.2(transitive)
Updated@phensley/cldr-utils@^1.2.0