@opensea/i18n-upload
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -151,3 +151,5 @@ #!/usr/bin/env node | ||
body: form, | ||
headers: { contentType: "multipart/form-data" } | ||
headers: { contentType: "multipart/form-data" }, | ||
// Upload can exceed default timeout | ||
timeout: 3e4 | ||
} | ||
@@ -154,0 +156,0 @@ ); |
{ | ||
"name": "@opensea/i18n-upload", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Package for i18n key upload", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"@opensea/smartling-client": "*", | ||
"@types/uuid": "9.0.4", | ||
"@types/uuid": "9.0.5", | ||
"msw": "1.3.2", | ||
@@ -31,0 +31,0 @@ "uuid": "9.0.1" |
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
8558
245