feat(core): Add TypeScript configuration and update package dependencies and scripts

This commit is contained in:
2024-12-27 01:31:55 +01:00
parent 182a264f65
commit fa99ed778d
9 changed files with 8266 additions and 3183 deletions

19
changelog.md Normal file
View File

@@ -0,0 +1,19 @@
# Changelog
## 2024-12-27 - 1.1.0 - feat(core)
Add TypeScript configuration and update package dependencies and scripts
- Added 'tsconfig.json' for TypeScript configuration, setting target to ES2022 and module to NodeNext.
- Updated the package name and author in 'package.json'.
- Fixed module paths for imports in 'test/test.ts'.
- Removed '.gitlab-ci.yml'.
## 2023-06-09 - 1.0.5 to 1.0.6 - core updates
Routine core updates and version bump
- Core update implemented in version 1.0.5
## 2020-09-14 - 1.0.1 to 1.0.5 - core updates
Routine core updates and version bump
- Sequential core updates from version 1.0.1 to 1.0.5