Commit Graph

5 Commits

Author SHA1 Message Date
1ff52cc0fd
Add ComponentOptions type definition and update index.ts to use it 2025-05-21 13:37:31 +10:00
4def8050a1
feat: add biome configuration and update dependencies
- Introduced a new `biome.json` configuration file for Biome setup.
- Added `@biomejs/biome` as a development dependency in `package.json` and `package-lock.json`.
- Updated `main.ts` to improve code formatting and readability by adjusting indentation and line breaks.
- Enhanced state management and event handling within the component to ensure better performance and maintainability.
2025-05-16 15:45:12 +10:00
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
8fe77f3b9b
initial commit
with basic features of Laterano
2025-05-14 09:34:13 +10:00