chore: Update modules deps (#9286)
This commit is contained in:
committed by
GitHub
parent
11d8264062
commit
e096feb7d5
@@ -1,4 +1,4 @@
|
||||
import { IAuthModuleService } from "@medusajs/types"
|
||||
import { IAuthModuleService } from "@medusajs/framework/types"
|
||||
import { AuthIdentity } from "@models"
|
||||
|
||||
export async function createAuthIdentities(
|
||||
|
||||
@@ -3,8 +3,11 @@ import {
|
||||
AuthIdentityProviderService,
|
||||
AuthenticationInput,
|
||||
AuthenticationResponse,
|
||||
} from "@medusajs/types"
|
||||
import { AbstractAuthModuleProvider, MedusaError } from "@medusajs/utils"
|
||||
} from "@medusajs/framework/types"
|
||||
import {
|
||||
AbstractAuthModuleProvider,
|
||||
MedusaError,
|
||||
} from "@medusajs/framework/utils"
|
||||
|
||||
export class AuthServiceFixtures extends AbstractAuthModuleProvider {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user