Commit Graph

7 Commits

Author SHA1 Message Date
7bafd49da9
fix: update version in package-lock.json to 0.0.3
All checks were successful
Quality Check & Publish / quality (push) Successful in 24s
Quality Check & Publish / quality-failed-webhook (push) Has been skipped
Quality Check & Publish / publish (push) Successful in 29s
Quality Check & Publish / publish-failed-webhook (push) Has been skipped
2025-05-22 11:15:38 +10:00
1ff52cc0fd
Add ComponentOptions type definition and update index.ts to use it 2025-05-21 13:37:31 +10:00
41f34fcb78
0.0.2
All checks were successful
Publish to npm / quality (push) Successful in 27s
Publish to npm / publish (push) Successful in 24s
2025-05-16 20:19:38 +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