chore: Version packages

This commit is contained in:
olivermrbl
2025-05-16 11:04:39 +02:00
parent 9f4d32b220
commit 8c0b49fed4
135 changed files with 788 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.8.1",
"version": "2.8.2",
"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.8.1",
"@medusajs/framework": "2.8.2",
"@opentelemetry/instrumentation-pg": "^0.52.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-node": "^0.200.0",
@@ -65,49 +65,49 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "2.8.1",
"@medusajs/api-key": "2.8.1",
"@medusajs/auth": "2.8.1",
"@medusajs/auth-emailpass": "2.8.1",
"@medusajs/auth-github": "2.8.1",
"@medusajs/auth-google": "2.8.1",
"@medusajs/cache-inmemory": "2.8.1",
"@medusajs/cache-redis": "2.8.1",
"@medusajs/cart": "2.8.1",
"@medusajs/core-flows": "2.8.1",
"@medusajs/currency": "2.8.1",
"@medusajs/customer": "2.8.1",
"@medusajs/event-bus-local": "2.8.1",
"@medusajs/event-bus-redis": "2.8.1",
"@medusajs/file": "2.8.1",
"@medusajs/file-local": "2.8.1",
"@medusajs/file-s3": "2.8.1",
"@medusajs/fulfillment": "2.8.1",
"@medusajs/fulfillment-manual": "2.8.1",
"@medusajs/index": "2.8.1",
"@medusajs/inventory": "2.8.1",
"@medusajs/link-modules": "2.8.1",
"@medusajs/locking": "2.8.1",
"@medusajs/locking-postgres": "2.8.1",
"@medusajs/locking-redis": "2.8.1",
"@medusajs/notification": "2.8.1",
"@medusajs/notification-local": "2.8.1",
"@medusajs/notification-sendgrid": "2.8.1",
"@medusajs/order": "2.8.1",
"@medusajs/payment": "2.8.1",
"@medusajs/payment-stripe": "2.8.1",
"@medusajs/pricing": "2.8.1",
"@medusajs/product": "2.8.1",
"@medusajs/promotion": "2.8.1",
"@medusajs/region": "2.8.1",
"@medusajs/sales-channel": "2.8.1",
"@medusajs/stock-location": "2.8.1",
"@medusajs/store": "2.8.1",
"@medusajs/tax": "2.8.1",
"@medusajs/telemetry": "2.8.1",
"@medusajs/user": "2.8.1",
"@medusajs/workflow-engine-inmemory": "2.8.1",
"@medusajs/workflow-engine-redis": "2.8.1",
"@medusajs/admin-bundler": "2.8.2",
"@medusajs/api-key": "2.8.2",
"@medusajs/auth": "2.8.2",
"@medusajs/auth-emailpass": "2.8.2",
"@medusajs/auth-github": "2.8.2",
"@medusajs/auth-google": "2.8.2",
"@medusajs/cache-inmemory": "2.8.2",
"@medusajs/cache-redis": "2.8.2",
"@medusajs/cart": "2.8.2",
"@medusajs/core-flows": "2.8.2",
"@medusajs/currency": "2.8.2",
"@medusajs/customer": "2.8.2",
"@medusajs/event-bus-local": "2.8.2",
"@medusajs/event-bus-redis": "2.8.2",
"@medusajs/file": "2.8.2",
"@medusajs/file-local": "2.8.2",
"@medusajs/file-s3": "2.8.2",
"@medusajs/fulfillment": "2.8.2",
"@medusajs/fulfillment-manual": "2.8.2",
"@medusajs/index": "2.8.2",
"@medusajs/inventory": "2.8.2",
"@medusajs/link-modules": "2.8.2",
"@medusajs/locking": "2.8.2",
"@medusajs/locking-postgres": "2.8.2",
"@medusajs/locking-redis": "2.8.2",
"@medusajs/notification": "2.8.2",
"@medusajs/notification-local": "2.8.2",
"@medusajs/notification-sendgrid": "2.8.2",
"@medusajs/order": "2.8.2",
"@medusajs/payment": "2.8.2",
"@medusajs/payment-stripe": "2.8.2",
"@medusajs/pricing": "2.8.2",
"@medusajs/product": "2.8.2",
"@medusajs/promotion": "2.8.2",
"@medusajs/region": "2.8.2",
"@medusajs/sales-channel": "2.8.2",
"@medusajs/stock-location": "2.8.2",
"@medusajs/store": "2.8.2",
"@medusajs/tax": "2.8.2",
"@medusajs/telemetry": "2.8.2",
"@medusajs/user": "2.8.2",
"@medusajs/workflow-engine-inmemory": "2.8.2",
"@medusajs/workflow-engine-redis": "2.8.2",
"@opentelemetry/api": "^1.9.0",
"boxen": "^5.0.1",
"chalk": "^4.0.0",
@@ -126,7 +126,7 @@
"zod": "3.22.4"
},
"peerDependencies": {
"@medusajs/framework": "2.8.1",
"@medusajs/framework": "2.8.2",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",