@medusajs/file-s3 0.0.3-snapshot-20240821182836 → 0.0.3-snapshot-20240823064829

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/file-s3",
3
- "version": "0.0.3-snapshot-20240821182836",
3
+ "version": "0.0.3-snapshot-20240823064829",
4
4
  "description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -17,6 +17,7 @@
17
17
  "author": "Medusa",
18
18
  "license": "MIT",
19
19
  "scripts": {
20
+ "prepublishOnly": "cross-env NODE_ENV=production tsc --build",
20
21
  "test": "jest --passWithNoTests src",
21
22
  "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
22
23
  "build": "rimraf dist && tsc -p ./tsconfig.json",
@@ -32,7 +33,7 @@
32
33
  "dependencies": {
33
34
  "@aws-sdk/client-s3": "^3.556.0",
34
35
  "@aws-sdk/s3-request-presigner": "^3.556.0",
35
- "@medusajs/utils": "1.12.0-snapshot-20240821182836",
36
+ "@medusajs/utils": "1.12.0-snapshot-20240823064829",
36
37
  "ulid": "^2.3.0"
37
38
  },
38
39
  "keywords": [