Commit Graph

7 Commits

Author SHA1 Message Date
e0895fa120 Update README, licensing, and logger implementation
Removed redundant instructions in the README and added a more detailed example. Changed the project's license from MIT to AGPL-3.0-or-later for stronger copyleft and network service provisions. Adjusted logger export and declarations to follow clean coding practices. Upgraded build scripts and distribution settings in package.json for improved module handling and output integrity. Remove pnpm-lock.yaml.
2024-12-05 10:36:44 -05:00
fc250ff854 revert change to nested manifold state assignment 2024-11-19 17:52:04 -05:00
9de8693b21 fix nested manifold result 2024-11-17 07:21:03 -05:00
1340e807e1 cq back in sync 2024-11-15 00:15:17 -05:00
22fa9597ca Update dependencies and add logging
Upgraded package.json to version 1.1.0 and added several development dependencies. Introduced a logger for better tracking of operations. Additionally, improved type definitions across the project and integrated enhanced ESLint configurations.
2024-11-15 00:08:01 -05:00
5386081964 tests passing 2024-11-14 23:37:22 -05:00
67542301be Refactor project structure and update build scripts
Moved main files to the "src" directory and updated paths accordingly. Adjusted build, start, and dev scripts to use Bun. Added "dist" directory to .gitignore to prevent it from being tracked.
2024-11-14 23:09:37 -05:00