breaking: rename package names to be consistent and under @medusajs scope (#9580)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import LocalFileProvider from "@medusajs/file-local-next"
|
||||
|
||||
export * from "@medusajs/file-local-next"
|
||||
|
||||
export default LocalFileProvider
|
||||
export const discoveryPath = require.resolve("@medusajs/file-local-next")
|
||||
@@ -0,0 +1,6 @@
|
||||
import LocalFileProvider from "@medusajs/file-local"
|
||||
|
||||
export * from "@medusajs/file-local"
|
||||
|
||||
export default LocalFileProvider
|
||||
export const discoveryPath = require.resolve("@medusajs/file-local")
|
||||
@@ -1,6 +0,0 @@
|
||||
import InventoryModule from "@medusajs/inventory-next"
|
||||
|
||||
export * from "@medusajs/inventory-next"
|
||||
|
||||
export default InventoryModule
|
||||
export const discoveryPath = require.resolve("@medusajs/inventory-next")
|
||||
@@ -0,0 +1,6 @@
|
||||
import InventoryModule from "@medusajs/inventory"
|
||||
|
||||
export * from "@medusajs/inventory"
|
||||
|
||||
export default InventoryModule
|
||||
export const discoveryPath = require.resolve("@medusajs/inventory")
|
||||
@@ -1,6 +0,0 @@
|
||||
import StockLocationModule from "@medusajs/stock-location-next"
|
||||
|
||||
export * from "@medusajs/stock-location-next"
|
||||
|
||||
export default StockLocationModule
|
||||
export const discoveryPath = require.resolve("@medusajs/stock-location-next")
|
||||
@@ -0,0 +1,6 @@
|
||||
import StockLocationModule from "@medusajs/stock-location"
|
||||
|
||||
export * from "@medusajs/stock-location"
|
||||
|
||||
export default StockLocationModule
|
||||
export const discoveryPath = require.resolve("@medusajs/stock-location")
|
||||
Reference in New Issue
Block a user