moment-timezone-data-webpack-plugin
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "moment-timezone-data-webpack-plugin", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Remove unneeded data from moment-timezone in a webpack build", | ||
@@ -38,5 +38,5 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@types/webpack": "^4.41.26", | ||
"@types/webpack": "^5.28.0", | ||
"del": "^5.0.0", | ||
"eslint": "^6.0.1", | ||
"eslint": "^8.20.0", | ||
"glob": "^7.1.3", | ||
@@ -46,3 +46,3 @@ "intelli-espower-loader": "^1.0.1", | ||
"memfs": "^3.2.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^9.2.2", | ||
"moment": "^2.23.0", | ||
@@ -52,5 +52,5 @@ "moment-locales-webpack-plugin": "^1.0.7", | ||
"power-assert": "^1.6.1", | ||
"webpack": "^4.28.3", | ||
"webpack-cli": "^3.2.0" | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
} | ||
} |
@@ -149,3 +149,3 @@ const crypto = require('crypto'); | ||
const key = cacheKey(tzdata, config); | ||
const filename = crypto.createHash('md4') | ||
const filename = crypto.createHash('md5') | ||
.update(key) | ||
@@ -152,0 +152,0 @@ .digest('hex') + '.json'; |
Sorry, the diff of this file is not supported yet
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
28155
6