chore: Version Packages (#12832)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-30 16:16:24 +02:00
committed by GitHub
parent 4b224d5eff
commit 22396134b3
142 changed files with 831 additions and 303 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "2.8.5",
"version": "2.8.6",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"export": {
@@ -45,9 +45,9 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/orchestration": "2.8.5",
"@medusajs/types": "2.8.5",
"@medusajs/utils": "2.8.5"
"@medusajs/orchestration": "2.8.6",
"@medusajs/types": "2.8.6",
"@medusajs/utils": "2.8.6"
},
"peerDependencies": {
"@mikro-orm/core": "6.4.3",