chore: Version Packages (#5754)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
2826605b01
commit
7f5e638f61
@@ -1,5 +1,16 @@
|
||||
# @medusajs/modules-sdk
|
||||
|
||||
## 1.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5750](https://github.com/medusajs/medusa/pull/5750) [`c4deeee48`](https://github.com/medusajs/medusa/commit/c4deeee481399f5371d773173e20dc149d502e20) Thanks [@riqwan](https://github.com/riqwan)! - fix(modules-sdk): add graphql dependency to modules-sdk
|
||||
|
||||
- Updated dependencies [[`079f0da83`](https://github.com/medusajs/medusa/commit/079f0da83f482562bbb525807ee1a7e32993b4da), [`07107f356`](https://github.com/medusajs/medusa/commit/07107f3565bc2c97e9b89818b390210454f0566d), [`8f25ed8a1`](https://github.com/medusajs/medusa/commit/8f25ed8a10fe23e9342dc3d03545546b4ad4d6da)]:
|
||||
- @medusajs/types@1.11.9
|
||||
- @medusajs/utils@1.11.2
|
||||
- @medusajs/orchestration@0.5.1
|
||||
|
||||
## 1.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/modules-sdk",
|
||||
"version": "1.12.4",
|
||||
"version": "1.12.5",
|
||||
"description": "SDK for medusa modules",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -29,9 +29,9 @@
|
||||
"dependencies": {
|
||||
"@graphql-tools/merge": "^9.0.0",
|
||||
"@graphql-tools/schema": "^10.0.0",
|
||||
"@medusajs/orchestration": "^0.5.0",
|
||||
"@medusajs/types": "^1.11.8",
|
||||
"@medusajs/utils": "^1.11.1",
|
||||
"@medusajs/orchestration": "^0.5.1",
|
||||
"@medusajs/types": "^1.11.9",
|
||||
"@medusajs/utils": "^1.11.2",
|
||||
"awilix": "^8.0.0",
|
||||
"graphql": "^16.6.0",
|
||||
"knex": "2.4.2",
|
||||
|
||||
Reference in New Issue
Block a user