chore: Update modules deps (#9286)

This commit is contained in:
Adrien de Peretti
2024-09-26 11:14:35 +05:30
committed by GitHub
parent 11d8264062
commit e096feb7d5
518 changed files with 1115 additions and 957 deletions
@@ -1,4 +1,4 @@
import { EventBusTypes } from "@medusajs/types"
import { EventBusTypes } from "@medusajs/framework/types"
export function buildExpectedEventMessageShape(options: {
eventName: string
@@ -1,4 +1,4 @@
import { CreateFulfillmentDTO } from "@medusajs/types"
import { CreateFulfillmentDTO } from "@medusajs/framework/types"
export function generateCreateFulfillmentData(
data: Partial<CreateFulfillmentDTO> & {
@@ -1,6 +1,6 @@
import { generateCreateShippingOptionsData } from "./shipping-options"
import { generateCreateFulfillmentData } from "./fulfillment"
import { IFulfillmentModuleService } from "@medusajs/types"
import { IFulfillmentModuleService } from "@medusajs/framework/types"
export * from "./shipping-options"
export * from "./fulfillment"
@@ -1,4 +1,4 @@
import { AbstractFulfillmentProviderService } from "@medusajs/utils"
import { AbstractFulfillmentProviderService } from "@medusajs/framework/utils"
export class FulfillmentProviderServiceFixtures extends AbstractFulfillmentProviderService {
static identifier = "fixtures-fulfillment-provider"
@@ -1,4 +1,4 @@
import { CreateShippingOptionDTO } from "@medusajs/types"
import { CreateShippingOptionDTO } from "@medusajs/framework/types"
export function generateCreateShippingOptionsData({
name,