@medusajs/file-s3 0.0.3-snapshot-20240823080810 → 0.0.3-snapshot-20240825092159
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/file-s3",
|
3
|
-
"version": "0.0.3-snapshot-
|
3
|
+
"version": "0.0.3-snapshot-20240825092159",
|
4
4
|
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"scripts": {
|
20
20
|
"test": "jest --passWithNoTests src",
|
21
21
|
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
|
22
|
-
"build": "rimraf dist && tsc
|
22
|
+
"build": "rimraf dist && tsc --build ./tsconfig.json",
|
23
23
|
"watch": "tsc --watch"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"dependencies": {
|
33
33
|
"@aws-sdk/client-s3": "^3.556.0",
|
34
34
|
"@aws-sdk/s3-request-presigner": "^3.556.0",
|
35
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
35
|
+
"@medusajs/utils": "1.12.0-snapshot-20240825092159",
|
36
36
|
"ulid": "^2.3.0"
|
37
37
|
},
|
38
38
|
"keywords": [
|