fix(medusa): Clean response data usage for admin and store fields/expand (#3323)

* fix(medusa): Clean response data usage for admin and store fields/expand

* cleanup

* Create mighty-ads-fold.md

* fix integration

* fix integration

* refactor transform query and cleanup

* fix missing re naming

* Update packages/medusa/src/api/middlewares/transform-query.ts

---------

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2023-02-28 09:48:08 +01:00
committed by GitHub
parent 0a02b70e59
commit cbbf3ca054
22 changed files with 287 additions and 96 deletions

View File

@@ -32,6 +32,5 @@
"build": "tsc --build",
"test": "jest",
"test:unit": "jest"
},
"peerDependencies": {}
}
}