@medusajs/file-s3 0.0.3-preview-20240521210458 → 0.0.3-preview-20240522001448
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/file-s3",
|
3
|
-
"version": "0.0.3-preview-
|
3
|
+
"version": "0.0.3-preview-20240522001448",
|
4
4
|
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"dependencies": {
|
34
34
|
"@aws-sdk/client-s3": "^3.556.0",
|
35
35
|
"@aws-sdk/s3-request-presigner": "^3.556.0",
|
36
|
-
"@medusajs/utils": "1.12.0-preview-
|
36
|
+
"@medusajs/utils": "1.12.0-preview-20240522001448",
|
37
37
|
"ulid": "^2.3.0"
|
38
38
|
},
|
39
39
|
"keywords": [
|