chore: Version Packages (#5454)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-01 08:19:58 +01:00
committed by GitHub
parent 9f29f18ee9
commit 309c82e175
61 changed files with 267 additions and 173 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/orchestration
## 0.4.3
### Patch Changes
- [#5449](https://github.com/medusajs/medusa/pull/5449) [`5c77029cb`](https://github.com/medusajs/medusa/commit/5c77029cb021690a4f617b83b4999ed55bf9dea1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(orchestration): field alias should represent the isList in the result
- Updated dependencies [[`148f537b4`](https://github.com/medusajs/medusa/commit/148f537b47635e8b73ebaa27bbfbe58624bfe641)]:
- @medusajs/types@1.11.5
## 0.4.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.4.2",
"version": "0.4.3",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -24,7 +24,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.4",
"@medusajs/types": "^1.11.5",
"@medusajs/utils": "^1.10.4",
"awilix": "^8.0.0",
"graphql": "^16.6.0"