dev #1

Merged
Astrian merged 3 commits from dev into main 2025-05-16 02:01:42 +00:00

3 Commits

Author SHA1 Message Date
3521ee0cbf
0.0.1
All checks were successful
Publish to npm / publish (push) Successful in 23s
2025-05-16 12:01:05 +10:00
5847615a17
chore: update build process and configuration
All checks were successful
Publish to npm / publish (push) Successful in 23s
- Changed main entry point to "dist/main.min.js" and updated types to "dist/types.d.ts" in package.json.
- Added Rollup configuration for bundling and minifying the output JavaScript and generating type definitions.
- Updated build script to include Rollup and cleanup intermediate files.
- Specified output directory for declaration files in tsconfig.json.
- Added necessary development dependencies for Rollup and TypeScript.
2025-05-16 12:00:16 +10:00
918823afce
Add .npmignore to exclude src/ and .gitea directories
All checks were successful
Publish to npm / publish (push) Successful in 17s
2025-05-16 10:47:15 +10:00