feat: add dist directory with compiled files and type definitions

- Created dist/index.js and dist/index.d.ts for main entry points.
- Added source maps for index.js and index.d.ts.
- Introduced dist/utils/StreamBuffer.js and StreamBuffer.d.ts with source maps.
- Updated package.json to point main and types to dist files.
- Included additional files in package.json for distribution.
- Added peerDependencies and updated devDependencies.
This commit is contained in:
Bijit Mondal
2026-02-14 14:39:23 +05:30
parent 637d57fb41
commit ce10d521f3
15 changed files with 1385 additions and 10 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@ node_modules
.marscode
dist
# dist