chore: updated dependencies

This commit is contained in:
2026-05-23 19:44:52 +02:00
parent 78cbf3f233
commit 7923b917d8
8 changed files with 698 additions and 980 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsup';
export default defineConfig({
format: ['cjs', 'esm'],
entry: ['./src/index.ts'],
dts: true,
dts: false,
shims: true,
skipNodeModulesBundle: true,
clean: true,