Adrien de Peretti
|
12a96a7c70
|
chore(): Move peer deps into a single package and re export from framework (#13439)
* chore(): Move peer deps into a single package and re export from framework
* WIP
* update core packages
* update cli and deps
* update medusa
* update exports path
* remove analyze
* update modules deps
* finalise changes
* fix yarn
* fix import
* Refactor peer dependencies into a single package
Consolidate peer dependencies into one package and re-export from the framework.
* update changeset
* Update .changeset/brown-cows-sleep.md
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
* rm deps
* fix deps
* increase timeout
* upgrade version
* update versions
* update versions
* fixes
* update lock
* fix missing import
* fix missing import
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
|
2025-09-22 18:36:22 +02:00 |
|
Harminder Virk
|
913cf15e2b
|
refactor: migrate pricing entities to DML models (#10335)
Fixes: FRMW-2810
## Breaking changes
There is only one breaking change
- The `min_quantity` and `max_quantity` properties are now consistently typed as numbers. Earlier, it was [typed as numbers](https://github.com/medusajs/medusa/blob/develop/integration-tests/http/__tests__/price-list/admin/price-list.spec.ts#L68-L69) in some API responses and as [string in others](https://github.com/medusajs/medusa/blob/develop/integration-tests/http/__tests__/price-list/admin/price-list.spec.ts#L186-L187). I did not go to the bottom of this inconsistency, but the tests reveals them.
Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com>
|
2024-12-02 09:44:41 +00:00 |
|
Adrien de Peretti
|
e096feb7d5
|
chore: Update modules deps (#9286)
|
2024-09-26 11:14:35 +05:30 |
|
Adrien de Peretti
|
4eae25e1ef
|
chore(): Reorganize modules (#7210)
**What**
Move all modules to the modules directory
|
2024-05-02 15:33:34 +00:00 |
|