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

1
packages/lib/createId.ts Normal file
View File

@@ -0,0 +1 @@
export { createId } from '@paralleldrive/cuid2'

View File

@@ -257,5 +257,3 @@ export const getAtPath = <T>(obj: T, path: string): unknown => {
export const isSvgSrc = (src: string | undefined) =>
src?.startsWith('data:image/svg') || src?.endsWith('.svg')
export { createId } from '@paralleldrive/cuid2'