Merge 96833ac41850743f7e131ee7f71e4d5e26490698 into ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

This commit is contained in:
David Roussel 2025-09-23 09:44:49 +01:00 committed by GitHub
commit 439c8c5365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1315 additions and 1538 deletions

791
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es6", "target": "es2023",
"module": "commonjs", "module": "commonjs",
"lib": [ "lib": [
"es6" "es2023"
], ],
"outDir": "./lib", "outDir": "./lib",
"rootDir": "./src", "rootDir": "./src",