fix(product, types): correct path for migration files + fix types on products service module (#4348)

* chore: correct path for migration files

* chore: resolve the path for migrations to be picked up

* chore: fix types on product service interface

* chore: update changeset to reflect type changes

* chore: changed changeset to the correct format
This commit is contained in:
Riqwan Thamir
2023-06-19 16:12:47 +02:00
committed by GitHub
parent bf4f5e7147
commit dc120121c1
3 changed files with 18 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/product": patch
"@medusajs/types": patch
---
fix(product, types): correct path for migration files + fix types on product module service interface