2
0

🚑 Release new embed lib version and fix createId dep…

This commit is contained in:
Baptiste Arnaud
2023-12-13 11:49:03 +01:00
parent 3bd07c60da
commit fbddddcfa0
7 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,6 @@ import {
SessionState,
} from '@typebot.io/schemas'
import {
createId,
isBubbleBlock,
isInputBlock,
isIntegrationBlock,
@ -31,6 +30,7 @@ import { VisitedEdge } from '@typebot.io/prisma'
import { env } from '@typebot.io/env'
import { TRPCError } from '@trpc/server'
import { ExecuteIntegrationResponse, ExecuteLogicResponse } from './types'
import { createId } from '@paralleldrive/cuid2'
type ContextProps = {
version: 1 | 2