chore: Version packages

This commit is contained in:
olivermrbl
2025-01-27 09:35:06 +01:00
parent b0a2699e01
commit 986ee8008e
154 changed files with 975 additions and 436 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.3.1",
"version": "2.4.0",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -44,7 +44,7 @@
"test:integration": "jest --forceExit -- src/**/integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "~2.3.1",
"@medusajs/framework": "~2.4.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/instrumentation-pg": "^0.44.0",
@@ -64,49 +64,49 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "~2.3.1",
"@medusajs/api-key": "~2.3.1",
"@medusajs/auth": "~2.3.1",
"@medusajs/auth-emailpass": "~2.3.1",
"@medusajs/auth-github": "~2.3.1",
"@medusajs/auth-google": "~2.3.1",
"@medusajs/cache-inmemory": "~2.3.1",
"@medusajs/cache-redis": "~2.3.1",
"@medusajs/cart": "~2.3.1",
"@medusajs/core-flows": "~2.3.1",
"@medusajs/currency": "~2.3.1",
"@medusajs/customer": "~2.3.1",
"@medusajs/event-bus-local": "~2.3.1",
"@medusajs/event-bus-redis": "~2.3.1",
"@medusajs/file": "~2.3.1",
"@medusajs/file-local": "~2.3.1",
"@medusajs/file-s3": "~2.3.1",
"@medusajs/fulfillment": "~2.3.1",
"@medusajs/fulfillment-manual": "~2.3.1",
"@medusajs/index": "~2.3.1",
"@medusajs/inventory": "~2.3.1",
"@medusajs/link-modules": "~2.3.1",
"@medusajs/locking": "~2.3.1",
"@medusajs/locking-postgres": "~2.3.1",
"@medusajs/locking-redis": "~2.3.1",
"@medusajs/notification": "~2.3.1",
"@medusajs/notification-local": "~2.3.1",
"@medusajs/notification-sendgrid": "~2.3.1",
"@medusajs/order": "~2.3.1",
"@medusajs/payment": "~2.3.1",
"@medusajs/payment-stripe": "~2.3.1",
"@medusajs/pricing": "~2.3.1",
"@medusajs/product": "~2.3.1",
"@medusajs/promotion": "~2.3.1",
"@medusajs/region": "~2.3.1",
"@medusajs/sales-channel": "~2.3.1",
"@medusajs/stock-location": "~2.3.1",
"@medusajs/store": "~2.3.1",
"@medusajs/tax": "~2.3.1",
"@medusajs/telemetry": "~2.3.1",
"@medusajs/user": "~2.3.1",
"@medusajs/workflow-engine-inmemory": "~2.3.1",
"@medusajs/workflow-engine-redis": "~2.3.1",
"@medusajs/admin-bundler": "~2.4.0",
"@medusajs/api-key": "~2.4.0",
"@medusajs/auth": "~2.4.0",
"@medusajs/auth-emailpass": "~2.4.0",
"@medusajs/auth-github": "~2.4.0",
"@medusajs/auth-google": "~2.4.0",
"@medusajs/cache-inmemory": "~2.4.0",
"@medusajs/cache-redis": "~2.4.0",
"@medusajs/cart": "~2.4.0",
"@medusajs/core-flows": "~2.4.0",
"@medusajs/currency": "~2.4.0",
"@medusajs/customer": "~2.4.0",
"@medusajs/event-bus-local": "~2.4.0",
"@medusajs/event-bus-redis": "~2.4.0",
"@medusajs/file": "~2.4.0",
"@medusajs/file-local": "~2.4.0",
"@medusajs/file-s3": "~2.4.0",
"@medusajs/fulfillment": "~2.4.0",
"@medusajs/fulfillment-manual": "~2.4.0",
"@medusajs/index": "~2.4.0",
"@medusajs/inventory": "~2.4.0",
"@medusajs/link-modules": "~2.4.0",
"@medusajs/locking": "~2.4.0",
"@medusajs/locking-postgres": "~2.4.0",
"@medusajs/locking-redis": "~2.4.0",
"@medusajs/notification": "~2.4.0",
"@medusajs/notification-local": "~2.4.0",
"@medusajs/notification-sendgrid": "~2.4.0",
"@medusajs/order": "~2.4.0",
"@medusajs/payment": "~2.4.0",
"@medusajs/payment-stripe": "~2.4.0",
"@medusajs/pricing": "~2.4.0",
"@medusajs/product": "~2.4.0",
"@medusajs/promotion": "~2.4.0",
"@medusajs/region": "~2.4.0",
"@medusajs/sales-channel": "~2.4.0",
"@medusajs/stock-location": "~2.4.0",
"@medusajs/store": "~2.4.0",
"@medusajs/tax": "~2.4.0",
"@medusajs/telemetry": "~2.4.0",
"@medusajs/user": "~2.4.0",
"@medusajs/workflow-engine-inmemory": "~2.4.0",
"@medusajs/workflow-engine-redis": "~2.4.0",
"@swc/core": "1.5.7",
"@swc/helpers": "^0.5.11",
"@types/express": "^4.17.17",
@@ -127,7 +127,7 @@
"zod": "3.22.4"
},
"peerDependencies": {
"@medusajs/framework": "~2.0.0",
"@medusajs/framework": "~2.4.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",