Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "s3-etag", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"private": false, | ||
@@ -30,4 +30,4 @@ "description": "Generate an accurate S3 ETAG for multipart uploads in Node.js", | ||
"engines": { | ||
"node": "^14", | ||
"npm": "^7" | ||
"node": ">=14.0.0", | ||
"npm": ">=7" | ||
}, | ||
@@ -48,14 +48,14 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^17.0.0", | ||
"@typescript-eslint/parser": "^5.5.0", | ||
"eslint": "^8.4.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-github": "^4.3.5", | ||
"eslint-plugin-jest": "^26.1.0", | ||
"jest": "^27.4.3", | ||
"prettier": "2.5.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.0", | ||
"typescript": "^4.5.2" | ||
"@types/node": "^14.18.63", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-github": "^4.10.1", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"jest": "^29.7.0", | ||
"prettier": "3.0.3", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
@@ -6,4 +6,6 @@ # S3 ETAG | ||
Generate an accurate S3 ETAG in Node.js for any file (including multipart). | ||
Generate an accurate S3 ETAG in Node.js for any file (including multipart). | ||
Please Note, this only works for unencrypted buckets. | ||
## Installation | ||
@@ -10,0 +12,0 @@ |
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
8067
44