fix(package): Bump Jinter to fix bad export order (#439)

Version 1.0.0 has an export order which crashes some webpack environments (at least I came across it when using next.js 13). Updating to 1.1.0 fixes it. A bit more context here https://github.com/LuanRT/YouTube.js/issues/432

* chore(package): update lock file

* chore: lint

---------

Co-authored-by: LuanRT <luan.lrt4@gmail.com>
This commit is contained in:
titong0
2023-07-16 16:23:14 -03:00
committed by GitHub
parent ae2557d15c
commit 2aef67876e
3 changed files with 931 additions and 926 deletions

View File

@@ -146,7 +146,7 @@ class FormatUtils {
chunk_end += chunk_size;
resolve();
return;
} catch (e: any) {
reject(e);
}