chore: Version Packages (#6757)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-26 18:04:04 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 448a30d030
commit 74e17ee6f9
82 changed files with 420 additions and 273 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.5.5",
"version": "0.5.6",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -27,8 +27,8 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.14",
"@medusajs/utils": "^1.11.7",
"@medusajs/types": "^1.11.15",
"@medusajs/utils": "^1.11.8",
"awilix": "^8.0.0",
"graphql": "^16.6.0"
},