@web-lite/storage
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@web-lite/storage", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "TypeScript client for Weblite S3 Storage", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -52,3 +52,3 @@ # Weblite Storage Client | ||
const uploadImage = async (image: File): Promise<void> => { | ||
const { fileId } = await storage.upload(file, { | ||
const { fileId } = await storage.upload(image, { | ||
type: 'image', | ||
@@ -55,0 +55,0 @@ compression: { quality: 0.5 }, |
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
40932