fix(core): publish missing subpath exports (#1616)

This commit is contained in:
Miguel Ángel
2026-06-20 18:04:43 -04:00
committed by GitHub
parent 6b279267cd
commit 960690e8e5
4 changed files with 34 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
export * from "./beatDetection";
export * from "./beatFile";
export * from "./beatDetection.js";
export * from "./beatFile.js";