@medusajs/file-s3 0.0.3-snapshot-20240826184008 → 0.0.3-snapshot-20240827104434

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/file-s3",
3
- "version": "0.0.3-snapshot-20240826184008",
3
+ "version": "0.0.3-snapshot-20240827104434",
4
4
  "description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -32,10 +32,10 @@
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-20240826184008"
35
+ "@medusajs/utils": "1.12.0-snapshot-20240827104434"
36
36
  },
37
37
  "peerDependencies": {
38
- "ulid": "*"
38
+ "ulid": "^2.3.0"
39
39
  },
40
40
  "keywords": [
41
41
  "medusa-plugin",