breaking: rename package names to be consistent and under @medusajs scope (#9580)
This commit is contained in:
@@ -53,11 +53,11 @@ module.exports = {
|
||||
options: { ttl: 0 }, // Cache disabled
|
||||
},
|
||||
[Modules.STOCK_LOCATION]: {
|
||||
resolve: "@medusajs/stock-location-next",
|
||||
resolve: "@medusajs/stock-location",
|
||||
options: {},
|
||||
},
|
||||
[Modules.INVENTORY]: {
|
||||
resolve: "@medusajs/inventory-next",
|
||||
resolve: "@medusajs/inventory",
|
||||
options: {},
|
||||
},
|
||||
[Modules.FILE]: {
|
||||
@@ -65,7 +65,7 @@ module.exports = {
|
||||
options: {
|
||||
providers: [
|
||||
{
|
||||
resolve: "@medusajs/file-local-next",
|
||||
resolve: "@medusajs/file-local",
|
||||
id: "local",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user