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

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.12.0",
"version": "2.12.1",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -49,61 +49,61 @@
"test:integration": "../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"src/.*/integration-tests/__tests__/.*\\.ts\""
},
"devDependencies": {
"@medusajs/framework": "2.12.0"
"@medusajs/framework": "2.12.1"
},
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "2.12.0",
"@medusajs/analytics": "2.12.0",
"@medusajs/analytics-local": "2.12.0",
"@medusajs/analytics-posthog": "2.12.0",
"@medusajs/api-key": "2.12.0",
"@medusajs/auth": "2.12.0",
"@medusajs/auth-emailpass": "2.12.0",
"@medusajs/auth-github": "2.12.0",
"@medusajs/auth-google": "2.12.0",
"@medusajs/cache-inmemory": "2.12.0",
"@medusajs/cache-redis": "2.12.0",
"@medusajs/caching": "2.12.0",
"@medusajs/caching-redis": "2.12.0",
"@medusajs/cart": "2.12.0",
"@medusajs/core-flows": "2.12.0",
"@medusajs/currency": "2.12.0",
"@medusajs/customer": "2.12.0",
"@medusajs/draft-order": "2.12.0",
"@medusajs/event-bus-local": "2.12.0",
"@medusajs/event-bus-redis": "2.12.0",
"@medusajs/file": "2.12.0",
"@medusajs/file-local": "2.12.0",
"@medusajs/file-s3": "2.12.0",
"@medusajs/fulfillment": "2.12.0",
"@medusajs/fulfillment-manual": "2.12.0",
"@medusajs/index": "2.12.0",
"@medusajs/inventory": "2.12.0",
"@medusajs/link-modules": "2.12.0",
"@medusajs/locking": "2.12.0",
"@medusajs/locking-postgres": "2.12.0",
"@medusajs/locking-redis": "2.12.0",
"@medusajs/notification": "2.12.0",
"@medusajs/notification-local": "2.12.0",
"@medusajs/notification-sendgrid": "2.12.0",
"@medusajs/order": "2.12.0",
"@medusajs/payment": "2.12.0",
"@medusajs/payment-stripe": "2.12.0",
"@medusajs/pricing": "2.12.0",
"@medusajs/product": "2.12.0",
"@medusajs/promotion": "2.12.0",
"@medusajs/region": "2.12.0",
"@medusajs/sales-channel": "2.12.0",
"@medusajs/settings": "2.12.0",
"@medusajs/stock-location": "2.12.0",
"@medusajs/store": "2.12.0",
"@medusajs/tax": "2.12.0",
"@medusajs/telemetry": "2.12.0",
"@medusajs/user": "2.12.0",
"@medusajs/workflow-engine-inmemory": "2.12.0",
"@medusajs/workflow-engine-redis": "2.12.0",
"@medusajs/admin-bundler": "2.12.1",
"@medusajs/analytics": "2.12.1",
"@medusajs/analytics-local": "2.12.1",
"@medusajs/analytics-posthog": "2.12.1",
"@medusajs/api-key": "2.12.1",
"@medusajs/auth": "2.12.1",
"@medusajs/auth-emailpass": "2.12.1",
"@medusajs/auth-github": "2.12.1",
"@medusajs/auth-google": "2.12.1",
"@medusajs/cache-inmemory": "2.12.1",
"@medusajs/cache-redis": "2.12.1",
"@medusajs/caching": "2.12.1",
"@medusajs/caching-redis": "2.12.1",
"@medusajs/cart": "2.12.1",
"@medusajs/core-flows": "2.12.1",
"@medusajs/currency": "2.12.1",
"@medusajs/customer": "2.12.1",
"@medusajs/draft-order": "2.12.1",
"@medusajs/event-bus-local": "2.12.1",
"@medusajs/event-bus-redis": "2.12.1",
"@medusajs/file": "2.12.1",
"@medusajs/file-local": "2.12.1",
"@medusajs/file-s3": "2.12.1",
"@medusajs/fulfillment": "2.12.1",
"@medusajs/fulfillment-manual": "2.12.1",
"@medusajs/index": "2.12.1",
"@medusajs/inventory": "2.12.1",
"@medusajs/link-modules": "2.12.1",
"@medusajs/locking": "2.12.1",
"@medusajs/locking-postgres": "2.12.1",
"@medusajs/locking-redis": "2.12.1",
"@medusajs/notification": "2.12.1",
"@medusajs/notification-local": "2.12.1",
"@medusajs/notification-sendgrid": "2.12.1",
"@medusajs/order": "2.12.1",
"@medusajs/payment": "2.12.1",
"@medusajs/payment-stripe": "2.12.1",
"@medusajs/pricing": "2.12.1",
"@medusajs/product": "2.12.1",
"@medusajs/promotion": "2.12.1",
"@medusajs/region": "2.12.1",
"@medusajs/sales-channel": "2.12.1",
"@medusajs/settings": "2.12.1",
"@medusajs/stock-location": "2.12.1",
"@medusajs/store": "2.12.1",
"@medusajs/tax": "2.12.1",
"@medusajs/telemetry": "2.12.1",
"@medusajs/user": "2.12.1",
"@medusajs/workflow-engine-inmemory": "2.12.1",
"@medusajs/workflow-engine-redis": "2.12.1",
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
@@ -120,7 +120,7 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@medusajs/framework": "2.12.0",
"@medusajs/framework": "2.12.1",
"@swc/core": "^1.7.28",
"posthog-node": "^5.11.0",
"react-dom": "^18.3.1",