enhance: fix exports and extend decoder input type support

This commit is contained in:
2025-03-17 02:01:19 +08:00
parent 34bdb046f0
commit bbc9c86531
5 changed files with 38 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "konoebml",
"version": "0.1.0-rc.1",
"version": "0.1.0-rc.2",
"description": "A modern JavaScript implementation of EBML RFC8794",
"main": "./dist/index.cjs",
"module": "./dist/index.js",