chore: Version packages

This commit is contained in:
olivermrbl
2025-12-03 09:20:02 +01:00
parent 5f102b8eed
commit ba275a33bb
150 changed files with 899 additions and 329 deletions
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-s3",
"version": "2.12.0",
"version": "2.12.1",
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.0"
"@medusajs/framework": "2.12.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.556.0",
@@ -34,7 +34,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.12.0"
"@medusajs/framework": "2.12.1"
},
"keywords": [
"medusa-plugin",