@phensley/timezone
Advanced tools
Comparing version 1.6.5 to 1.6.6
{ | ||
"name": "@phensley/timezone", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "Compact timezone lib based on tz database", | ||
@@ -23,13 +23,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "~1.6.5", | ||
"tslib": "^2.4.0" | ||
"@phensley/cldr-utils": "~1.6.6", | ||
"tslib": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "~7.18.5", | ||
"@types/jest": "^28.1.1", | ||
"@types/node": "^18.7.14", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.11.18", | ||
"@types/rimraf": "^3.0.2", | ||
"@types/yargs": "17.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"@types/yargs": "17.0.20", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"add": "^2.0.6", | ||
@@ -39,15 +39,15 @@ "beautify-benchmark": "^0.2.4", | ||
"chalk": "4.1.2", | ||
"dts-bundle-generator": "^6.12.0", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"dts-bundle-generator": "^7.1.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^28.1.3", | ||
"pnpm": "^7.9.5", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.8", | ||
"jest": "^29.4.0", | ||
"pnpm": "^7.26.0", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^4.1.2", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "~4.8.2", | ||
"typescript": "~4.9.4", | ||
"uglify-es": "^3.3.9", | ||
"yargs": "17.1.1" | ||
"yargs": "17.6.2" | ||
}, | ||
@@ -81,3 +81,3 @@ "jest": { | ||
"clean": "rimraf ./lib ./lib-es ./.scratch", | ||
"clean:full": "pnpm run clean && rimraf ./node_modules", | ||
"clean:full": "pnpm run clean && rimraf ./node_modules ./.tztemp", | ||
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html", | ||
@@ -84,0 +84,0 @@ "generate": "./bin/tztool generate -o ./src/autogen.zonedata.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
630731
Updated@phensley/cldr-utils@~1.6.6
Updatedtslib@^2.4.1