Compare commits

...

10 Commits
v0.0.3 ... main

Author SHA1 Message Date
bcf166bc83 build: v0.3.0 2025-09-17 05:40:11 +03:00
ac1a6f93fc feat: update dependencies 2025-09-17 05:40:11 +03:00
8105e6a24b build: v0.2.0 2025-07-20 16:18:14 +03:00
4bb4584606 feat: update dependencies
BREAKING CHANGE: transform module from CommonJS to ESM
2025-07-20 16:18:14 +03:00
21912658b7 build: v0.1.0 2024-11-01 07:49:28 +03:00
ee38a51b60 feat: update dev dependencies 2024-11-01 07:49:28 +03:00
23f1c08611 feat: add eslint 9 support, update dependencies
BREAKING CHANGE: not support eslint 8 versions and lower
2024-11-01 07:49:28 +03:00
b8de9c89cf build: v0.0.3 2024-07-05 07:25:17 +03:00
bebbbc6663 feat: add yarn cache 2024-07-05 07:25:17 +03:00
ff18846be5 feat: update packages 2024-07-05 07:25:17 +03:00
608 changed files with 2667 additions and 1603 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@ yarn-error.log*
.yarn/* .yarn/*
!.yarn/releases !.yarn/releases
!.yarn/plugins !.yarn/plugins
!.yarn/offline-cache

Some files were not shown because too many files have changed in this diff Show More