[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' into chore/test-ci

authored by

Nate Moore and committed by
GitHub
(Jul 10, 2026, 5:22 PM EDT) bbccb5cb ee096b28

+461 -128
+6
CHANGELOG.md
··· 1 1 # @bomb.sh/tools 2 2 3 + ## 0.5.4 4 + 5 + ### Patch Changes 6 + 7 + - 69fe08c: Fixes declaration file generation so that building with `--dts` now emits `.d.ts` files via `tsgo` 8 + 3 9 ## 0.5.3 4 10 5 11 ### Patch Changes
+3 -3
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tools", 3 - "version": "0.5.3", 3 + "version": "0.5.4", 4 4 "description": "The internal dev, build, and lint CLI for Bombshell projects", 5 5 "keywords": [ 6 6 "bombshell", ··· 63 63 "@bomb.sh/args": "^0.3.1", 64 64 "@humanfs/node": "^0.16.7", 65 65 "@humanfs/types": "^0.15.0", 66 - "@typescript/native-preview": "7.0.0-dev.20260427.1", 66 + "@typescript/native-preview": "7.0.0-dev.20260623.1", 67 67 "knip": "^6.9.0", 68 68 "oxfmt": "^0.47.0", 69 69 "oxlint": "^1.62.0", 70 70 "publint": "^0.3.18", 71 71 "tinyexec": "^1.1.1", 72 - "tsdown": "^0.21.10", 72 + "tsdown": "^0.22.3", 73 73 "ultramatter": "^0.0.4", 74 74 "vitest": "^4.1.2", 75 75 "vitest-ansi-serializer": "^0.2.1"
+451 -124
pnpm-lock.yaml
··· 18 18 specifier: ^0.15.0 19 19 version: 0.15.0 20 20 '@typescript/native-preview': 21 - specifier: 7.0.0-dev.20260427.1 22 - version: 7.0.0-dev.20260427.1 21 + specifier: 7.0.0-dev.20260623.1 22 + version: 7.0.0-dev.20260623.1 23 23 knip: 24 24 specifier: ^6.9.0 25 - version: 6.9.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 25 + version: 6.9.0(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) 26 26 oxfmt: 27 27 specifier: ^0.47.0 28 28 version: 0.47.0 ··· 36 36 specifier: ^1.1.1 37 37 version: 1.1.1 38 38 tsdown: 39 - specifier: ^0.21.10 40 - version: 0.21.10(@typescript/native-preview@7.0.0-dev.20260427.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(publint@0.3.18)(typescript@5.9.3) 39 + specifier: ^0.22.3 40 + version: 0.22.3(@typescript/native-preview@7.0.0-dev.20260623.1)(oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1))(publint@0.3.18)(typescript@5.9.3)(unrun@0.2.37) 41 41 ultramatter: 42 42 specifier: ^0.0.4 43 43 version: 0.0.4 ··· 57 57 58 58 packages: 59 59 60 - '@babel/generator@8.0.0-rc.3': 61 - resolution: {integrity: sha512-em37/13/nR320G4jab/nIIHZgc2Wz2y/D39lxnTyxB4/D/omPQncl/lSdlnJY1OhQcRGugTSIF2l/69o31C9dA==} 62 - engines: {node: ^20.19.0 || >=22.12.0} 60 + '@babel/generator@8.0.0': 61 + resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} 62 + engines: {node: ^22.18.0 || >=24.11.0} 63 63 64 - '@babel/helper-string-parser@8.0.0-rc.3': 65 - resolution: {integrity: sha512-AmwWFx1m8G/a5cXkxLxTiWl+YEoWuoFLUCwqMlNuWO1tqAYITQAbCRPUkyBHv1VOFgfjVOqEj6L3u15J5ZCzTA==} 66 - engines: {node: ^20.19.0 || >=22.12.0} 64 + '@babel/helper-string-parser@8.0.0': 65 + resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==} 66 + engines: {node: ^22.18.0 || >=24.11.0} 67 67 68 - '@babel/helper-validator-identifier@8.0.0-rc.3': 69 - resolution: {integrity: sha512-8AWCJ2VJJyDFlGBep5GpaaQ9AAaE/FjAcrqI7jyssYhtL7WGV0DOKpJsQqM037xDbpRLHXsY8TwU7zDma7coOw==} 70 - engines: {node: ^20.19.0 || >=22.12.0} 68 + '@babel/helper-validator-identifier@8.0.2': 69 + resolution: {integrity: sha512-9Fr9QeyCAyi1BR1jKZ6uYQ24EIhQUx5ReHfQU7drOE+TPOb+w11/dsqLkMOT2U29OdCT71XajrOT8xDc1C7orA==} 70 + engines: {node: ^22.18.0 || >=24.11.0} 71 71 72 - '@babel/parser@8.0.0-rc.3': 73 - resolution: {integrity: sha512-B20dvP3MfNc/XS5KKCHy/oyWl5IA6Cn9YjXRdDlCjNmUFrjvLXMNUfQq/QUy9fnG2gYkKKcrto2YaF9B32ToOQ==} 74 - engines: {node: ^20.19.0 || >=22.12.0} 72 + '@babel/parser@8.0.0': 73 + resolution: {integrity: sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==} 74 + engines: {node: ^22.18.0 || >=24.11.0} 75 75 hasBin: true 76 76 77 77 '@babel/runtime@7.29.2': 78 78 resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} 79 79 engines: {node: '>=6.9.0'} 80 80 81 - '@babel/types@8.0.0-rc.3': 82 - resolution: {integrity: sha512-mOm5ZrYmphGfqVWoH5YYMTITb3cDXsFgmvFlvkvWDMsR9X8RFnt7a0Wb6yNIdoFsiMO9WjYLq+U/FMtqIYAF8Q==} 83 - engines: {node: ^20.19.0 || >=22.12.0} 81 + '@babel/types@8.0.0': 82 + resolution: {integrity: sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==} 83 + engines: {node: ^22.18.0 || >=24.11.0} 84 84 85 85 '@bomb.sh/args@0.3.1': 86 86 resolution: {integrity: sha512-CwxKrfgcorUPP6KfYD59aRdBYWBTsfsxT+GmoLVnKo5Tmyoqbpo0UNcjngRMyU+6tiPbd18RuIYxhgAn44wU/Q==} ··· 143 143 '@emnapi/core@1.10.0': 144 144 resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} 145 145 146 + '@emnapi/core@1.11.1': 147 + resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==} 148 + 146 149 '@emnapi/runtime@1.10.0': 147 150 resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} 148 151 152 + '@emnapi/runtime@1.11.1': 153 + resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==} 154 + 149 155 '@emnapi/wasi-threads@1.2.1': 150 156 resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} 157 + 158 + '@emnapi/wasi-threads@1.2.2': 159 + resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} 151 160 152 161 '@esbuild/aix-ppc64@0.27.7': 153 162 resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==} ··· 355 364 '@emnapi/core': ^1.7.1 356 365 '@emnapi/runtime': ^1.7.1 357 366 367 + '@napi-rs/wasm-runtime@1.1.5': 368 + resolution: {integrity: sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==} 369 + peerDependencies: 370 + '@emnapi/core': ^1.7.1 371 + '@emnapi/runtime': ^1.7.1 372 + 358 373 '@nodelib/fs.scandir@2.1.5': 359 374 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 360 375 engines: {node: '>= 8'} ··· 414 429 engines: {node: ^20.19.0 || >=22.12.0} 415 430 cpu: [arm64] 416 431 os: [linux] 432 + libc: [glibc] 417 433 418 434 '@oxc-parser/binding-linux-arm64-musl@0.128.0': 419 435 resolution: {integrity: sha512-M7iwBGmYJTx+pKOYFjI0buop4gJvlmcVzFGaXPt21DKpQkbQZG1f63Yg7LloIYT/t9yLxCw0Lhfx/RFlAlMSjA==} 420 436 engines: {node: ^20.19.0 || >=22.12.0} 421 437 cpu: [arm64] 422 438 os: [linux] 439 + libc: [musl] 423 440 424 441 '@oxc-parser/binding-linux-ppc64-gnu@0.128.0': 425 442 resolution: {integrity: sha512-21LGNIZb1Pcfk5/EGsqabrxv4yqQOWis1407JJrClS7XpFCrbvr74YAB1V+m54cYbwvO6UWwQqS4WecxiyfCRg==} 426 443 engines: {node: ^20.19.0 || >=22.12.0} 427 444 cpu: [ppc64] 428 445 os: [linux] 446 + libc: [glibc] 429 447 430 448 '@oxc-parser/binding-linux-riscv64-gnu@0.128.0': 431 449 resolution: {integrity: sha512-gyHjOTFpg9bTTYjxPmQirvufb89+VdZwVfcMtAUyPr6F5H8ZswvCQshK4qOW+Q+2Xyb33hduRgY/eFHJQjU/vQ==} 432 450 engines: {node: ^20.19.0 || >=22.12.0} 433 451 cpu: [riscv64] 434 452 os: [linux] 453 + libc: [glibc] 435 454 436 455 '@oxc-parser/binding-linux-riscv64-musl@0.128.0': 437 456 resolution: {integrity: sha512-X6Q2oKUrP5GyDd2xniuEBLk6aFQCZ97W2+aVXGgJXdjx5t4/oFuA9ri0wLOUrBIX+qdSuK581snMBio4z910eA==} 438 457 engines: {node: ^20.19.0 || >=22.12.0} 439 458 cpu: [riscv64] 440 459 os: [linux] 460 + libc: [musl] 441 461 442 462 '@oxc-parser/binding-linux-s390x-gnu@0.128.0': 443 463 resolution: {integrity: sha512-BdzTmqxfxoYkpgokoLaSnOX6T+R3/goL42klre2tnG+kHbG2TXS0VN+P5BPofH1axdKOHy5ei4ENZrjmCOt2lA==} 444 464 engines: {node: ^20.19.0 || >=22.12.0} 445 465 cpu: [s390x] 446 466 os: [linux] 467 + libc: [glibc] 447 468 448 469 '@oxc-parser/binding-linux-x64-gnu@0.128.0': 449 470 resolution: {integrity: sha512-OO1nW2Q7sSYYvJZpDHdvyFSdRaVcQqRijZSSmWVMqFxPYy8cEF45zJ9fcdIYuzIT3jYq6YRhEFm/VMWNWhE22Q==} 450 471 engines: {node: ^20.19.0 || >=22.12.0} 451 472 cpu: [x64] 452 473 os: [linux] 474 + libc: [glibc] 453 475 454 476 '@oxc-parser/binding-linux-x64-musl@0.128.0': 455 477 resolution: {integrity: sha512-4NehAe404MRdoZVS9DW8C5XbJwbXIc/KfVlYdpi5vE4081zc9Y0YzKVqyOYj/Puye7/Do+ohaONBFWlEHYl9hw==} 456 478 engines: {node: ^20.19.0 || >=22.12.0} 457 479 cpu: [x64] 458 480 os: [linux] 481 + libc: [musl] 459 482 460 483 '@oxc-parser/binding-openharmony-arm64@0.128.0': 461 484 resolution: {integrity: sha512-kVbqgW9xLL8bh8oc7aYOJilRKXE5G33+tE0jan+duo/9OriaFRpijcCwT2waWs2oqYROYq0GlE7/p3ywoshVeg==} ··· 492 515 '@oxc-project/types@0.128.0': 493 516 resolution: {integrity: sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==} 494 517 518 + '@oxc-project/types@0.137.0': 519 + resolution: {integrity: sha512-WT+Gb24i8hmvo85AIv2oEYouEXkRlKAlT9WaCa3TfLgNCN+GhrJOGZuIlMouAh38Qe4QOx26eUOVsq70qXrywA==} 520 + 495 521 '@oxc-resolver/binding-android-arm-eabi@11.19.1': 496 522 resolution: {integrity: sha512-aUs47y+xyXHUKlbhqHUjBABjvycq6YSD7bpxSW7vplUmdzAlJ93yXY6ZR0c1o1x5A/QKbENCvs3+NlY8IpIVzg==} 497 523 cpu: [arm] ··· 531 557 resolution: {integrity: sha512-heV2+jmXyYnUrpUXSPugqWDRpnsQcDm2AX4wzTuvgdlZfoNYO0O3W2AVpJYaDn9AG4JdM6Kxom8+foE7/BcSig==} 532 558 cpu: [arm64] 533 559 os: [linux] 560 + libc: [glibc] 534 561 535 562 '@oxc-resolver/binding-linux-arm64-musl@11.19.1': 536 563 resolution: {integrity: sha512-jvo2Pjs1c9KPxMuMPIeQsgu0mOJF9rEb3y3TdpsrqwxRM+AN6/nDDwv45n5ZrUnQMsdBy5gIabioMKnQfWo9ew==} 537 564 cpu: [arm64] 538 565 os: [linux] 566 + libc: [musl] 539 567 540 568 '@oxc-resolver/binding-linux-ppc64-gnu@11.19.1': 541 569 resolution: {integrity: sha512-vLmdNxWCdN7Uo5suays6A/+ywBby2PWBBPXctWPg5V0+eVuzsJxgAn6MMB4mPlshskYbppjpN2Zg83ArHze9gQ==} 542 570 cpu: [ppc64] 543 571 os: [linux] 572 + libc: [glibc] 544 573 545 574 '@oxc-resolver/binding-linux-riscv64-gnu@11.19.1': 546 575 resolution: {integrity: sha512-/b+WgR+VTSBxzgOhDO7TlMXC1ufPIMR6Vj1zN+/x+MnyXGW7prTLzU9eW85Aj7Th7CCEG9ArCbTeqxCzFWdg2w==} 547 576 cpu: [riscv64] 548 577 os: [linux] 578 + libc: [glibc] 549 579 550 580 '@oxc-resolver/binding-linux-riscv64-musl@11.19.1': 551 581 resolution: {integrity: sha512-YlRdeWb9j42p29ROh+h4eg/OQ3dTJlpHSa+84pUM9+p6i3djtPz1q55yLJhgW9XfDch7FN1pQ/Vd6YP+xfRIuw==} 552 582 cpu: [riscv64] 553 583 os: [linux] 584 + libc: [musl] 554 585 555 586 '@oxc-resolver/binding-linux-s390x-gnu@11.19.1': 556 587 resolution: {integrity: sha512-EDpafVOQWF8/MJynsjOGFThcqhRHy417sRyLfQmeiamJ8qVhSKAn2Dn2VVKUGCjVB9C46VGjhNo7nOPUi1x6uA==} 557 588 cpu: [s390x] 558 589 os: [linux] 590 + libc: [glibc] 559 591 560 592 '@oxc-resolver/binding-linux-x64-gnu@11.19.1': 561 593 resolution: {integrity: sha512-NxjZe+rqWhr+RT8/Ik+5ptA3oz7tUw361Wa5RWQXKnfqwSSHdHyrw6IdcTfYuml9dM856AlKWZIUXDmA9kkiBQ==} 562 594 cpu: [x64] 563 595 os: [linux] 596 + libc: [glibc] 564 597 565 598 '@oxc-resolver/binding-linux-x64-musl@11.19.1': 566 599 resolution: {integrity: sha512-cM/hQwsO3ReJg5kR+SpI69DMfvNCp+A/eVR4b4YClE5bVZwz8rh2Nh05InhwI5HR/9cArbEkzMjcKgTHS6UaNw==} 567 600 cpu: [x64] 568 601 os: [linux] 602 + libc: [musl] 569 603 570 604 '@oxc-resolver/binding-openharmony-arm64@11.19.1': 571 605 resolution: {integrity: sha512-QF080IowFB0+9Rh6RcD19bdgh49BpQHUW5TajG1qvWHvmrQznTZZjYlgE2ltLXyKY+qs4F/v5xuX1XS7Is+3qA==} ··· 639 673 engines: {node: ^20.19.0 || >=22.12.0} 640 674 cpu: [arm64] 641 675 os: [linux] 676 + libc: [glibc] 642 677 643 678 '@oxfmt/binding-linux-arm64-musl@0.47.0': 644 679 resolution: {integrity: sha512-IxtQC/sbBi4ubbY+MdwdanRWrG9InQJVZqyMsBa5IUaQcnSg86gQme574HxXMC1p4bo4YhV99zQ+wNnGCvEgzw==} 645 680 engines: {node: ^20.19.0 || >=22.12.0} 646 681 cpu: [arm64] 647 682 os: [linux] 683 + libc: [musl] 648 684 649 685 '@oxfmt/binding-linux-ppc64-gnu@0.47.0': 650 686 resolution: {integrity: sha512-EWXEhOMbWO0q6eJSbu0QLkU8cKi0ljlYLngeDs2Ocu/pm1rrLwyQiYzlFbdnMRURI4w9ndr1sI9rSbhlJ5o23Q==} 651 687 engines: {node: ^20.19.0 || >=22.12.0} 652 688 cpu: [ppc64] 653 689 os: [linux] 690 + libc: [glibc] 654 691 655 692 '@oxfmt/binding-linux-riscv64-gnu@0.47.0': 656 693 resolution: {integrity: sha512-tZrjS11TUiDuEpRaqdk8K9F9xETRyKXfuZKmdeW+Gj7coBnm7+8sBEfyt033EAFEQSlkniAXvBLh+Qja2ioGBQ==} 657 694 engines: {node: ^20.19.0 || >=22.12.0} 658 695 cpu: [riscv64] 659 696 os: [linux] 697 + libc: [glibc] 660 698 661 699 '@oxfmt/binding-linux-riscv64-musl@0.47.0': 662 700 resolution: {integrity: sha512-KBFy+2CFKUCZzYwX2ZOPQKck1vjQbz+hextuc19G4r0WRJwadfAeuQMQRQvB+Ivc8brlbOVg7et8K7E467440g==} 663 701 engines: {node: ^20.19.0 || >=22.12.0} 664 702 cpu: [riscv64] 665 703 os: [linux] 704 + libc: [musl] 666 705 667 706 '@oxfmt/binding-linux-s390x-gnu@0.47.0': 668 707 resolution: {integrity: sha512-REUPFKVGSiK99B+9eaPhluEVglzaoj/SMykNC5SUiV2RSsBfV5lWN7Y0iCIc251Wz3GaeAGZsJ/zj3gjarxdFg==} 669 708 engines: {node: ^20.19.0 || >=22.12.0} 670 709 cpu: [s390x] 671 710 os: [linux] 711 + libc: [glibc] 672 712 673 713 '@oxfmt/binding-linux-x64-gnu@0.47.0': 674 714 resolution: {integrity: sha512-KVftVSVEDeIfRW3TIeLe3aNI/iY4m1fu5mDwHcisKMZSCMKLkrhFsjowC7o9RoqNPxbbglm2+/6KAKBIts2t0Q==} 675 715 engines: {node: ^20.19.0 || >=22.12.0} 676 716 cpu: [x64] 677 717 os: [linux] 718 + libc: [glibc] 678 719 679 720 '@oxfmt/binding-linux-x64-musl@0.47.0': 680 721 resolution: {integrity: sha512-DTsmGEaA2860Aq5VUyDO8/MT9NFxwVL93RnRYmpMwK6DsSkThmvEpqoUDDljziEpAedMRG19SCogrNbINSbLUQ==} 681 722 engines: {node: ^20.19.0 || >=22.12.0} 682 723 cpu: [x64] 683 724 os: [linux] 725 + libc: [musl] 684 726 685 727 '@oxfmt/binding-openharmony-arm64@0.47.0': 686 728 resolution: {integrity: sha512-8r5BDro7fLOBoq1JXHLVSs55OlrxQhEso4HVo0TcY7OXJUPYfjPoOaYL5us+yIwqyP9rQwN+rxuiNFSmaxSuOQ==} ··· 753 795 engines: {node: ^20.19.0 || >=22.12.0} 754 796 cpu: [arm64] 755 797 os: [linux] 798 + libc: [glibc] 756 799 757 800 '@oxlint/binding-linux-arm64-musl@1.62.0': 758 801 resolution: {integrity: sha512-8eCy3FCDuWUM5hWujAv6heMvfZPbcCOU3SdQUAkixZLu5bSzOkNfirJiLGoQFO943xceOKkiQRMQNzH++jM3WA==} 759 802 engines: {node: ^20.19.0 || >=22.12.0} 760 803 cpu: [arm64] 761 804 os: [linux] 805 + libc: [musl] 762 806 763 807 '@oxlint/binding-linux-ppc64-gnu@1.62.0': 764 808 resolution: {integrity: sha512-NjQ7K7tpTPDe9J+yq8p/s/J0E7lRCkK2uDBDqvT4XIT6f4Z0tlnr59OBg/WcrmVHER1AbrcfyxhGTXgcG8ytWg==} 765 809 engines: {node: ^20.19.0 || >=22.12.0} 766 810 cpu: [ppc64] 767 811 os: [linux] 812 + libc: [glibc] 768 813 769 814 '@oxlint/binding-linux-riscv64-gnu@1.62.0': 770 815 resolution: {integrity: sha512-oKZed9gmSwze29dEt3/Wnsv6l/Ygw/FUst+8Kfpv2SGeS/glEoTGZAMQw37SVyzFV76UTHJN2snGgxK2t2+8ow==} 771 816 engines: {node: ^20.19.0 || >=22.12.0} 772 817 cpu: [riscv64] 773 818 os: [linux] 819 + libc: [glibc] 774 820 775 821 '@oxlint/binding-linux-riscv64-musl@1.62.0': 776 822 resolution: {integrity: sha512-gBjBxQ+9lGpAYq+ELqw0w8QXsBnkZclFc7GRX2r0LnEVn3ZTEqeIKpKcGjucmp76Q53bvJD0i4qBWBhcfhSfGA==} 777 823 engines: {node: ^20.19.0 || >=22.12.0} 778 824 cpu: [riscv64] 779 825 os: [linux] 826 + libc: [musl] 780 827 781 828 '@oxlint/binding-linux-s390x-gnu@1.62.0': 782 829 resolution: {integrity: sha512-Ew2Kxs9EQ9/mbAIJ2hvocMC0wsOu6YKzStI2eFBDt+Td5O8seVC/oxgRIHqCcl5sf5ratA1nozQBAuv7tphkHg==} 783 830 engines: {node: ^20.19.0 || >=22.12.0} 784 831 cpu: [s390x] 785 832 os: [linux] 833 + libc: [glibc] 786 834 787 835 '@oxlint/binding-linux-x64-gnu@1.62.0': 788 836 resolution: {integrity: sha512-5z25jcAA0gfKyVwz71A0VXgaPlocPoTAxhlv/hgoK6tlCrfoNuw7haWbDHvGMfjXhdic4EqVXGRv5XsTqFnbRQ==} 789 837 engines: {node: ^20.19.0 || >=22.12.0} 790 838 cpu: [x64] 791 839 os: [linux] 840 + libc: [glibc] 792 841 793 842 '@oxlint/binding-linux-x64-musl@1.62.0': 794 843 resolution: {integrity: sha512-IWpHmMB6ZDllPvqWDkG6AmXrN7JF5e/c4g/0PuURsmlK+vHoYZPB70rr4u1bn3I4LsKCSpqqfveyx6UCOC8wdg==} 795 844 engines: {node: ^20.19.0 || >=22.12.0} 796 845 cpu: [x64] 797 846 os: [linux] 847 + libc: [musl] 798 848 799 849 '@oxlint/binding-openharmony-arm64@1.62.0': 800 850 resolution: {integrity: sha512-fjlSxxrD5pA594vkyikCS9MnPRjQawW6/BLgyTYkO+73wwPlYjkcZ7LSd974l0Q2zkHQmu4DPvJFLYA7o8xrxQ==} ··· 833 883 cpu: [arm64] 834 884 os: [android] 835 885 886 + '@rolldown/binding-android-arm64@1.1.2': 887 + resolution: {integrity: sha512-2cZ+7xRS+DBcuJBJKnfzsbleumJhBqSlJVpuzHC0nTqfd3QQ7Vx2/x5YR/D7cBamKSeWplwo82Fn9lqYUDEMfA==} 888 + engines: {node: ^20.19.0 || >=22.12.0} 889 + cpu: [arm64] 890 + os: [android] 891 + 836 892 '@rolldown/binding-darwin-arm64@1.0.0-rc.17': 837 893 resolution: {integrity: sha512-4ksWc9n0mhlZpZ9PMZgTGjeOPRu8MB1Z3Tz0Mo02eWfWCHMW1zN82Qz/pL/rC+yQa+8ZnutMF0JjJe7PjwasYw==} 838 894 engines: {node: ^20.19.0 || >=22.12.0} 839 895 cpu: [arm64] 840 896 os: [darwin] 841 897 898 + '@rolldown/binding-darwin-arm64@1.1.2': 899 + resolution: {integrity: sha512-RkPMJnygxsgOYdkfqgpwY0/Fzm8d0VQe6HGU2/B00Xa9eqdLbrII+DOKAodbJAn3ZL1AJxGHkZRPYazgGY6Ljw==} 900 + engines: {node: ^20.19.0 || >=22.12.0} 901 + cpu: [arm64] 902 + os: [darwin] 903 + 842 904 '@rolldown/binding-darwin-x64@1.0.0-rc.17': 843 905 resolution: {integrity: sha512-SUSDOI6WwUVNcWxd02QEBjLdY1VPHvlEkw6T/8nYG322iYWCTxRb1vzk4E+mWWYehTp7ERibq54LSJGjmouOsw==} 906 + engines: {node: ^20.19.0 || >=22.12.0} 907 + cpu: [x64] 908 + os: [darwin] 909 + 910 + '@rolldown/binding-darwin-x64@1.1.2': 911 + resolution: {integrity: sha512-Uiczh6vFhwyfd7WNe7Q7mCA4KxAiLdz7jPE/WGizfRpIieoyFuNVMmM8HqZ9HwudTkY6/AeMQwlNJ9NJijguWw==} 844 912 engines: {node: ^20.19.0 || >=22.12.0} 845 913 cpu: [x64] 846 914 os: [darwin] ··· 851 919 cpu: [x64] 852 920 os: [freebsd] 853 921 922 + '@rolldown/binding-freebsd-x64@1.1.2': 923 + resolution: {integrity: sha512-+TpdtTRgHiJFjCVFbw311SuLk3KfytPOQQn+VlAEv+gBxYPtL7E6JS9e/tk+8CwxhIZvemJKo4rTKgfWNsKkkA==} 924 + engines: {node: ^20.19.0 || >=22.12.0} 925 + cpu: [x64] 926 + os: [freebsd] 927 + 854 928 '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.17': 855 929 resolution: {integrity: sha512-IS+W7epTcwANmFSQFrS1SivEXHtl1JtuQA9wlxrZTcNi6mx+FDOYrakGevvvTwgj2JvWiK8B29/qD9BELZPyXQ==} 856 930 engines: {node: ^20.19.0 || >=22.12.0} 857 931 cpu: [arm] 858 932 os: [linux] 859 933 934 + '@rolldown/binding-linux-arm-gnueabihf@1.1.2': 935 + resolution: {integrity: sha512-4lv1/tkmi7ueIVHnyreaOeUpiZP26BH9rRy6hoYfR9310A2B9nUEVRDvBx69vx64Nr3eTPPRkyciqJJs+j9Jmw==} 936 + engines: {node: ^20.19.0 || >=22.12.0} 937 + cpu: [arm] 938 + os: [linux] 939 + 860 940 '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.17': 861 941 resolution: {integrity: sha512-e6usGaHKW5BMNZOymS1UcEYGowQMWcgZ71Z17Sl/h2+ZziNJ1a9n3Zvcz6LdRyIW5572wBCTH/Z+bKuZouGk9Q==} 862 942 engines: {node: ^20.19.0 || >=22.12.0} 863 943 cpu: [arm64] 864 944 os: [linux] 945 + libc: [glibc] 946 + 947 + '@rolldown/binding-linux-arm64-gnu@1.1.2': 948 + resolution: {integrity: sha512-gBSUVO0eaWgw1JMjK3gB8BMlX2Mk148s2lTiVT3e9vjVxbl7UDfMWWY8CfIaaqiXuM9fVTMxIpUz6CAo/B6Vlw==} 949 + engines: {node: ^20.19.0 || >=22.12.0} 950 + cpu: [arm64] 951 + os: [linux] 952 + libc: [glibc] 865 953 866 954 '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17': 867 955 resolution: {integrity: sha512-b/CgbwAJpmrRLp02RPfhbudf5tZnN9nsPWK82znefso832etkem8H7FSZwxrOI9djcdTP7U6YfNhbRnh7djErg==} 868 956 engines: {node: ^20.19.0 || >=22.12.0} 869 957 cpu: [arm64] 870 958 os: [linux] 959 + libc: [musl] 960 + 961 + '@rolldown/binding-linux-arm64-musl@1.1.2': 962 + resolution: {integrity: sha512-LjQP/iZLBu8o8PjIfk4x3At0/mT6h282pvz8Z5LAyhGbu/kDezyO7ea62rF5uoqmgnIYqbN/MqJ3Si3Aymi7xQ==} 963 + engines: {node: ^20.19.0 || >=22.12.0} 964 + cpu: [arm64] 965 + os: [linux] 966 + libc: [musl] 871 967 872 968 '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17': 873 969 resolution: {integrity: sha512-4EII1iNGRUN5WwGbF/kOh/EIkoDN9HsupgLQoXfY+D1oyJm7/F4t5PYU5n8SWZgG0FEwakyM8pGgwcBYruGTlA==} 874 970 engines: {node: ^20.19.0 || >=22.12.0} 875 971 cpu: [ppc64] 876 972 os: [linux] 973 + libc: [glibc] 974 + 975 + '@rolldown/binding-linux-ppc64-gnu@1.1.2': 976 + resolution: {integrity: sha512-X/7bVLWelEsbyWDUSXt7zVsTniLLPIY2n1rH58qr78l9i7MNbbxBWD8gI2vRfBWf4NUXJCUuQnfZDsp32LqsfQ==} 977 + engines: {node: ^20.19.0 || >=22.12.0} 978 + cpu: [ppc64] 979 + os: [linux] 980 + libc: [glibc] 877 981 878 982 '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17': 879 983 resolution: {integrity: sha512-AH8oq3XqQo4IibpVXvPeLDI5pzkpYn0WiZAfT05kFzoJ6tQNzwRdDYQ45M8I/gslbodRZwW8uxLhbSBbkv96rA==} 880 984 engines: {node: ^20.19.0 || >=22.12.0} 881 985 cpu: [s390x] 882 986 os: [linux] 987 + libc: [glibc] 988 + 989 + '@rolldown/binding-linux-s390x-gnu@1.1.2': 990 + resolution: {integrity: sha512-gb6dYKW/1KDorGXyy48glEBJs/sxVSC5pcVrox/pFGV4mvwSFeg2sK5L2tRkVsVlh7kueqOgg4GEcuipJcGuKg==} 991 + engines: {node: ^20.19.0 || >=22.12.0} 992 + cpu: [s390x] 993 + os: [linux] 994 + libc: [glibc] 883 995 884 996 '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17': 885 997 resolution: {integrity: sha512-cLnjV3xfo7KslbU41Z7z8BH/E1y5mzUYzAqih1d1MDaIGZRCMqTijqLv76/P7fyHuvUcfGsIpqCdddbxLLK9rA==} 886 998 engines: {node: ^20.19.0 || >=22.12.0} 887 999 cpu: [x64] 888 1000 os: [linux] 1001 + libc: [glibc] 1002 + 1003 + '@rolldown/binding-linux-x64-gnu@1.1.2': 1004 + resolution: {integrity: sha512-JY4w85pU3iAiJVMh5nuk4/Mh9GjMsupe8MrIN53rwxAZW64GKrWeJBuN6SxQg9QTU5uB1cxyhDzW8jqRn1EABw==} 1005 + engines: {node: ^20.19.0 || >=22.12.0} 1006 + cpu: [x64] 1007 + os: [linux] 1008 + libc: [glibc] 889 1009 890 1010 '@rolldown/binding-linux-x64-musl@1.0.0-rc.17': 891 1011 resolution: {integrity: sha512-0phclDw1spsL7dUB37sIARuis2tAgomCJXAHZlpt8PXZ4Ba0dRP1e+66lsRqrfhISeN9bEGNjQs+T/Fbd7oYGw==} 892 1012 engines: {node: ^20.19.0 || >=22.12.0} 893 1013 cpu: [x64] 894 1014 os: [linux] 1015 + libc: [musl] 1016 + 1017 + '@rolldown/binding-linux-x64-musl@1.1.2': 1018 + resolution: {integrity: sha512-xvpA7o5KCYLB0Rwscmuylb1/zHHSUx4g4xilm4prC5jP76pEUlzBmMbgpbh7bVDbId4NcfT96gN5i6mE6UDaiw==} 1019 + engines: {node: ^20.19.0 || >=22.12.0} 1020 + cpu: [x64] 1021 + os: [linux] 1022 + libc: [musl] 895 1023 896 1024 '@rolldown/binding-openharmony-arm64@1.0.0-rc.17': 897 1025 resolution: {integrity: sha512-0ag/hEgXOwgw4t8QyQvUCxvEg+V0KBcA6YuOx9g0r02MprutRF5dyljgm3EmR02O292UX7UeS6HzWHAl6KgyhA==} ··· 899 1027 cpu: [arm64] 900 1028 os: [openharmony] 901 1029 1030 + '@rolldown/binding-openharmony-arm64@1.1.2': 1031 + resolution: {integrity: sha512-p/ts6KBLjuk49Bp21XH77poQGt02iNz7ChgHep7tudPOaLinR/De/RHdxF8w8Yj4r/bF/bqXwH6PZrB2sA+Nvw==} 1032 + engines: {node: ^20.19.0 || >=22.12.0} 1033 + cpu: [arm64] 1034 + os: [openharmony] 1035 + 902 1036 '@rolldown/binding-wasm32-wasi@1.0.0-rc.17': 903 1037 resolution: {integrity: sha512-LEXei6vo0E5wTGwpkJ4KoT3OZJRnglwldt5ziLzOlc6qqb55z4tWNq2A+PFqCJuvWWdP53CVhG1Z9NtToDPJrA==} 904 1038 engines: {node: ^20.19.0 || >=22.12.0} 905 1039 cpu: [wasm32] 906 1040 1041 + '@rolldown/binding-wasm32-wasi@1.1.2': 1042 + resolution: {integrity: sha512-VMu/wmrZ9hJzYlRhbw7jK5PODlugyKZ5mOdX78+lS8OvuFkWNQdz1pFLrI2p3P0pjXOmUZ7B48o5VnMH9QOGtg==} 1043 + engines: {node: ^20.19.0 || >=22.12.0} 1044 + cpu: [wasm32] 1045 + 907 1046 '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.17': 908 1047 resolution: {integrity: sha512-gUmyzBl3SPMa6hrqFUth9sVfcLBlYsbMzBx5PlexMroZStgzGqlZ26pYG89rBb45Mnia+oil6YAIFeEWGWhoZA==} 909 1048 engines: {node: ^20.19.0 || >=22.12.0} 910 1049 cpu: [arm64] 911 1050 os: [win32] 912 1051 1052 + '@rolldown/binding-win32-arm64-msvc@1.1.2': 1053 + resolution: {integrity: sha512-xtUJqs8qEkuSviS0n1tsohaPuz3a1SPhZywOji4Oo+sgrJs8daEDMZ0QtqL0OS7dx8PoVpg2J/ZZycPY5I2+Zg==} 1054 + engines: {node: ^20.19.0 || >=22.12.0} 1055 + cpu: [arm64] 1056 + os: [win32] 1057 + 913 1058 '@rolldown/binding-win32-x64-msvc@1.0.0-rc.17': 914 1059 resolution: {integrity: sha512-3hkiolcUAvPB9FLb3UZdfjVVNWherN1f/skkGWJP/fgSQhYUZpSIRr0/I8ZK9TkF3F7kxvJAk0+IcKvPHk9qQg==} 915 1060 engines: {node: ^20.19.0 || >=22.12.0} 916 1061 cpu: [x64] 917 1062 os: [win32] 918 1063 1064 + '@rolldown/binding-win32-x64-msvc@1.1.2': 1065 + resolution: {integrity: sha512-85YiLQqjUKgSO/Zjnf9e0XIn5Ymrh1fLDWBeAkZqpuBR/3R8TpfoHXuyblqyQrftSSgWO9qpcHN8mkyKsLraoA==} 1066 + engines: {node: ^20.19.0 || >=22.12.0} 1067 + cpu: [x64] 1068 + os: [win32] 1069 + 919 1070 '@rolldown/pluginutils@1.0.0-rc.17': 920 1071 resolution: {integrity: sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg==} 1072 + 1073 + '@rolldown/pluginutils@1.0.1': 1074 + resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} 921 1075 922 1076 '@rollup/rollup-android-arm-eabi@4.60.1': 923 1077 resolution: {integrity: sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==} ··· 953 1107 resolution: {integrity: sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==} 954 1108 cpu: [arm] 955 1109 os: [linux] 1110 + libc: [glibc] 956 1111 957 1112 '@rollup/rollup-linux-arm-musleabihf@4.60.1': 958 1113 resolution: {integrity: sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==} 959 1114 cpu: [arm] 960 1115 os: [linux] 1116 + libc: [musl] 961 1117 962 1118 '@rollup/rollup-linux-arm64-gnu@4.60.1': 963 1119 resolution: {integrity: sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==} 964 1120 cpu: [arm64] 965 1121 os: [linux] 1122 + libc: [glibc] 966 1123 967 1124 '@rollup/rollup-linux-arm64-musl@4.60.1': 968 1125 resolution: {integrity: sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==} 969 1126 cpu: [arm64] 970 1127 os: [linux] 1128 + libc: [musl] 971 1129 972 1130 '@rollup/rollup-linux-loong64-gnu@4.60.1': 973 1131 resolution: {integrity: sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==} 974 1132 cpu: [loong64] 975 1133 os: [linux] 1134 + libc: [glibc] 976 1135 977 1136 '@rollup/rollup-linux-loong64-musl@4.60.1': 978 1137 resolution: {integrity: sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==} 979 1138 cpu: [loong64] 980 1139 os: [linux] 1140 + libc: [musl] 981 1141 982 1142 '@rollup/rollup-linux-ppc64-gnu@4.60.1': 983 1143 resolution: {integrity: sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==} 984 1144 cpu: [ppc64] 985 1145 os: [linux] 1146 + libc: [glibc] 986 1147 987 1148 '@rollup/rollup-linux-ppc64-musl@4.60.1': 988 1149 resolution: {integrity: sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==} 989 1150 cpu: [ppc64] 990 1151 os: [linux] 1152 + libc: [musl] 991 1153 992 1154 '@rollup/rollup-linux-riscv64-gnu@4.60.1': 993 1155 resolution: {integrity: sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==} 994 1156 cpu: [riscv64] 995 1157 os: [linux] 1158 + libc: [glibc] 996 1159 997 1160 '@rollup/rollup-linux-riscv64-musl@4.60.1': 998 1161 resolution: {integrity: sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==} 999 1162 cpu: [riscv64] 1000 1163 os: [linux] 1164 + libc: [musl] 1001 1165 1002 1166 '@rollup/rollup-linux-s390x-gnu@4.60.1': 1003 1167 resolution: {integrity: sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==} 1004 1168 cpu: [s390x] 1005 1169 os: [linux] 1170 + libc: [glibc] 1006 1171 1007 1172 '@rollup/rollup-linux-x64-gnu@4.60.1': 1008 1173 resolution: {integrity: sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==} 1009 1174 cpu: [x64] 1010 1175 os: [linux] 1176 + libc: [glibc] 1011 1177 1012 1178 '@rollup/rollup-linux-x64-musl@4.60.1': 1013 1179 resolution: {integrity: sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==} 1014 1180 cpu: [x64] 1015 1181 os: [linux] 1182 + libc: [musl] 1016 1183 1017 1184 '@rollup/rollup-openbsd-x64@4.60.1': 1018 1185 resolution: {integrity: sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==} ··· 1050 1217 '@tybys/wasm-util@0.10.1': 1051 1218 resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} 1052 1219 1220 + '@tybys/wasm-util@0.10.3': 1221 + resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} 1222 + 1053 1223 '@types/chai@5.2.3': 1054 1224 resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==} 1055 1225 ··· 1068 1238 '@types/node@22.19.15': 1069 1239 resolution: {integrity: sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==} 1070 1240 1071 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260427.1': 1072 - resolution: {integrity: sha512-8zxaaEgIpHSadCoCAvUsp0C6WDH0dUXix7Mm7IBjh+EhSxI2clhXwPZTqgtDqbowXHeE82BG5mBbQx+CXDwGOQ==} 1241 + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260623.1': 1242 + resolution: {integrity: sha512-8AX9NwC+G6Sbh5hNLnx8YgxoRV/8BH8FQRtZ86OTtUQfESMRvwszOGTtfcC32g86O5jsEQPDHXKVSnsIzWh6lg==} 1073 1243 engines: {node: '>=16.20.0'} 1074 1244 cpu: [arm64] 1075 1245 os: [darwin] 1076 1246 1077 - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260427.1': 1078 - resolution: {integrity: sha512-6MjekGfajPtny/bBoBYJ+8dTOlgw6nhSSgJ3Us4R/4L8R90ll803Krz+iz907r1SnYeK5eWubDMV/p1ryLNXkQ==} 1247 + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260623.1': 1248 + resolution: {integrity: sha512-ef+JmOjtTu0BRdhAq69WbzCWjZsG6gqS8xDI4fKABdWXlrVojPkrD2OObog3PC7Qte8us6QspQvvnKTf7yKFSQ==} 1079 1249 engines: {node: '>=16.20.0'} 1080 1250 cpu: [x64] 1081 1251 os: [darwin] 1082 1252 1083 - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260427.1': 1084 - resolution: {integrity: sha512-a1yG/vrLaN3dORvaMuNqXz5jcTaTEPBfhmq77vzqRn8As7EdqxtizPosfxB9K1s7PEB8NeGQKqHEQroPUCsPFg==} 1253 + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260623.1': 1254 + resolution: {integrity: sha512-xb9m0WXvIPHOogGTC02iBv3cwRJ7q+Ql2ABcsu4kHYc1p02JSbIBEfu3g58TpcFZyODsO+8WaDylx/hBiGzlVw==} 1085 1255 engines: {node: '>=16.20.0'} 1086 1256 cpu: [arm64] 1087 1257 os: [linux] 1088 1258 1089 - '@typescript/native-preview-linux-arm@7.0.0-dev.20260427.1': 1090 - resolution: {integrity: sha512-3bhv/NxU9FHIN3MSmoplIAkIHF62mlF9l5XooAFawwj8yscvPZih/m5fkYIiP5qGri3828XwGyT1Cksaft6FWQ==} 1259 + '@typescript/native-preview-linux-arm@7.0.0-dev.20260623.1': 1260 + resolution: {integrity: sha512-8f9dT1RaOK3Wy/puboAcCik4HBX6mfWt5hOMipWehDfInNFI6XP3ZYErShowBQ0Tkln5qdGqDIoq452PO/ZwCA==} 1091 1261 engines: {node: '>=16.20.0'} 1092 1262 cpu: [arm] 1093 1263 os: [linux] 1094 1264 1095 - '@typescript/native-preview-linux-x64@7.0.0-dev.20260427.1': 1096 - resolution: {integrity: sha512-lqaA9oF9ZSw1jn87+Ncxo0Sf0d65eVXMjAD0z44ne7QKFRgWd+QpvK4AXAG4lxnFR+XdndWlVm6O1/tdvcG7xQ==} 1265 + '@typescript/native-preview-linux-x64@7.0.0-dev.20260623.1': 1266 + resolution: {integrity: sha512-AZRp6q0SyVw9xe9kpyfTmavqkQKizDhmOLglDHbxAu4Y3inL6r2GSE7q3w/eO4R259dIwl5TM52DZKK8onoT6Q==} 1097 1267 engines: {node: '>=16.20.0'} 1098 1268 cpu: [x64] 1099 1269 os: [linux] 1100 1270 1101 - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260427.1': 1102 - resolution: {integrity: sha512-ZGXRDC0WPVK/Ky2fZRhy2EcNmdHg22biVYWcWgOUK5tCbJd/KJs3VXk758gn0UbFHEQAR5d7dsvDucCCjZkWpA==} 1271 + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260623.1': 1272 + resolution: {integrity: sha512-DXRMXOe/JEmf2CULZZn1xvRuJrnZ9DxzDubxtW85pE0aSLgl+VuplWCsZrBxaCZDrWMRIfMDV8Y0y+Yftx/jeQ==} 1103 1273 engines: {node: '>=16.20.0'} 1104 1274 cpu: [arm64] 1105 1275 os: [win32] 1106 1276 1107 - '@typescript/native-preview-win32-x64@7.0.0-dev.20260427.1': 1108 - resolution: {integrity: sha512-Ut4Hncq1IuSeNIfcPs1s719j8H3ZA+ogsJ53W3s/Wy1UF5BIhu5Hkspdc7TzGgJgYqGJKo/+pr4vsRnbBPdWgQ==} 1277 + '@typescript/native-preview-win32-x64@7.0.0-dev.20260623.1': 1278 + resolution: {integrity: sha512-kYB1I6tdxWHjhSt8B2v9CHmpOJwJvD88LUCxiBS9C59pwrGe+LAwZvbTTJxvULNaUEjxdiMomYerWWhD/09Y3g==} 1109 1279 engines: {node: '>=16.20.0'} 1110 1280 cpu: [x64] 1111 1281 os: [win32] 1112 1282 1113 - '@typescript/native-preview@7.0.0-dev.20260427.1': 1114 - resolution: {integrity: sha512-g6L7hed1Y2OGwAzZ+vXoGSvtJUdWUtTqtsn/16+UjYbu3+6pol0cggdWj26SFxI41R+jLfnT2+JGtoXRBdH+RQ==} 1283 + '@typescript/native-preview@7.0.0-dev.20260623.1': 1284 + resolution: {integrity: sha512-33AkAhmRu1/w4nRFLnJ9lic7FSzW4zWfU1u5DP7A2+j1445SSNvf3Q4WGtDzdAR5HSlk8vXEa0B4xUHR5vM1tg==} 1115 1285 engines: {node: '>=16.20.0'} 1116 1286 hasBin: true 1117 1287 ··· 1152 1322 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 1153 1323 engines: {node: '>=8'} 1154 1324 1155 - ansis@4.2.0: 1156 - resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} 1325 + ansis@4.3.1: 1326 + resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==} 1157 1327 engines: {node: '>=14'} 1158 1328 1159 1329 argparse@1.0.10: ··· 1170 1340 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} 1171 1341 engines: {node: '>=12'} 1172 1342 1173 - ast-kit@3.0.0-beta.1: 1174 - resolution: {integrity: sha512-trmleAnZ2PxN/loHWVhhx1qeOHSRXq4TDsBBxq3GqeJitfk3+jTQ+v/C1km/KYq9M7wKqCewMh+/NAvVH7m+bw==} 1175 - engines: {node: '>=20.19.0'} 1343 + ast-kit@3.0.0: 1344 + resolution: {integrity: sha512-8OG92q3R35qjC/4i6BLBMg8IB+fClWu/1PEwg2Z9Rn+BuNaiEgJzpzn+pxWOdHJWDCAwu2JP0wCDTozAM4QirQ==} 1345 + engines: {node: ^22.18.0 || >=24.11.0} 1176 1346 1177 1347 better-path-resolve@1.0.0: 1178 1348 resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} ··· 1214 1384 resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} 1215 1385 engines: {node: '>=8'} 1216 1386 1217 - dts-resolver@2.1.3: 1218 - resolution: {integrity: sha512-bihc7jPC90VrosXNzK0LTE2cuLP6jr0Ro8jk+kMugHReJVLIpHz/xadeq3MhuwyO4TD4OA3L1Q8pBBFRc08Tsw==} 1219 - engines: {node: '>=20.19.0'} 1387 + dts-resolver@3.0.0: 1388 + resolution: {integrity: sha512-1T1f+z+4tl9XD+m+0HBgWoL/nm0bOIffyWaUuUSBlFg/86IWvfx+wjNaO/ybU0AJzG9/Mi5hBUgGV6zCmWEN7Q==} 1389 + engines: {node: ^22.18.0 || >=24.0.0} 1220 1390 peerDependencies: 1221 1391 oxc-resolver: '>=11.0.0' 1222 1392 peerDependenciesMeta: 1223 1393 oxc-resolver: 1224 1394 optional: true 1225 1395 1226 - empathic@2.0.0: 1227 - resolution: {integrity: sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==} 1396 + empathic@2.0.1: 1397 + resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==} 1228 1398 engines: {node: '>=14'} 1229 1399 1230 1400 enquirer@2.4.1: ··· 1302 1472 get-tsconfig@4.14.0: 1303 1473 resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==} 1304 1474 1475 + get-tsconfig@5.0.0-beta.5: 1476 + resolution: {integrity: sha512-/6gFNr0N04nob252sTQxyFLi3eKFRqIg1I87YcqAMT1i6SQrSF6KujUEQrtrjMV0H/eejTCltLdDSTEMzHbnsQ==} 1477 + engines: {node: '>=20.20.0'} 1478 + 1305 1479 glob-parent@5.1.2: 1306 1480 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 1307 1481 engines: {node: '>= 6'} ··· 1328 1502 resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 1329 1503 engines: {node: '>= 4'} 1330 1504 1331 - import-without-cache@0.3.3: 1332 - resolution: {integrity: sha512-bDxwDdF04gm550DfZHgffvlX+9kUlcz32UD0AeBTmVPFiWkrexF2XVmiuFFbDhiFuP8fQkrkvI2KdSNPYWAXkQ==} 1333 - engines: {node: '>=20.19.0'} 1505 + import-without-cache@0.4.0: 1506 + resolution: {integrity: sha512-NkJQA7oZ4YHQhd2+H3BoRFKF3d/XNsiKpHZCQEMH9pDX27hQQLsTyOocyRgaIVtf8gHX3Nt3LPkR4e5EdtPAGQ==} 1507 + engines: {node: ^22.18.0 || >=24.0.0} 1334 1508 1335 1509 is-extglob@2.1.1: 1336 1510 resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} ··· 1412 1586 1413 1587 obug@2.1.1: 1414 1588 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1589 + 1590 + obug@2.1.3: 1591 + resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} 1592 + engines: {node: '>=12.20.0'} 1415 1593 1416 1594 outdent@0.5.0: 1417 1595 resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} ··· 1532 1710 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 1533 1711 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 1534 1712 1535 - rolldown-plugin-dts@0.23.2: 1536 - resolution: {integrity: sha512-PbSqLawLgZBGcOGT3yqWBGn4cX+wh2nt5FuBGdcMHyOhoukmjbhYAl8NT9sE4U38Cm9tqLOIQeOrvzeayM0DLQ==} 1537 - engines: {node: '>=20.19.0'} 1713 + rolldown-plugin-dts@0.26.0: 1714 + resolution: {integrity: sha512-e+kEPtUiDES0htk5iqkSeF4EzAV7R+vugGB44iPDuw1Kw9E+WyL1VG7PaV0IIjGHLiacztMBcMTyrr8ON9CT1Q==} 1715 + engines: {node: ^22.18.0 || >=24.11.0} 1538 1716 peerDependencies: 1539 1717 '@ts-macro/tsc': ^0.3.6 1540 1718 '@typescript/native-preview': '>=7.0.0-dev.20260325.1' 1541 - rolldown: ^1.0.0-rc.12 1719 + rolldown: ^1.0.0 1542 1720 typescript: ^5.0.0 || ^6.0.0 1543 - vue-tsc: ~3.2.0 1721 + vue-tsc: ~3.2.0 || ~3.3.0 1544 1722 peerDependenciesMeta: 1545 1723 '@ts-macro/tsc': 1546 1724 optional: true ··· 1556 1734 engines: {node: ^20.19.0 || >=22.12.0} 1557 1735 hasBin: true 1558 1736 1737 + rolldown@1.1.2: 1738 + resolution: {integrity: sha512-x0CrQQqCXWGeI8dTvFfN/Dnv3yMKT9hv5jFjlOreKAx9wqLq9wz7VvLLHyaAXC90/CpggTu9SisSbsJJTPSjNQ==} 1739 + engines: {node: ^20.19.0 || >=22.12.0} 1740 + hasBin: true 1741 + 1559 1742 rollup@4.60.1: 1560 1743 resolution: {integrity: sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==} 1561 1744 engines: {node: '>=18.0.0', npm: '>=8.0.0'} ··· 1573 1756 1574 1757 semver@7.7.4: 1575 1758 resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} 1759 + engines: {node: '>=10'} 1760 + hasBin: true 1761 + 1762 + semver@7.8.5: 1763 + resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} 1576 1764 engines: {node: '>=10'} 1577 1765 hasBin: true 1578 1766 ··· 1638 1826 resolution: {integrity: sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==} 1639 1827 engines: {node: '>=18'} 1640 1828 1829 + tinyexec@1.2.4: 1830 + resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} 1831 + engines: {node: '>=18'} 1832 + 1641 1833 tinyglobby@0.2.16: 1642 1834 resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} 1835 + engines: {node: '>=12.0.0'} 1836 + 1837 + tinyglobby@0.2.17: 1838 + resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} 1643 1839 engines: {node: '>=12.0.0'} 1644 1840 1645 1841 tinypool@2.1.0: ··· 1658 1854 resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} 1659 1855 hasBin: true 1660 1856 1661 - tsdown@0.21.10: 1662 - resolution: {integrity: sha512-3wk73yBhZe/wX7REqSdivNQ84TDs1mJ+IlnzrrEREP70xlJ/AEIzqaI04l/TzMKVIdkTdC3CPaADn2Lk/0SkdA==} 1663 - engines: {node: '>=20.19.0'} 1857 + tsdown@0.22.3: 1858 + resolution: {integrity: sha512-louqbfA8Qf//B9jTTL0FPtXTNpjCWv1VPkbcmQMph2pTpzs+LnB1tbe4tDDRVpo2BjF5SgUXaTZe45SxB8pWHg==} 1859 + engines: {node: ^22.18.0 || >=24.11.0} 1664 1860 hasBin: true 1665 1861 peerDependencies: 1666 1862 '@arethetypeswrong/core': ^0.18.1 1667 - '@tsdown/css': 0.21.10 1668 - '@tsdown/exe': 0.21.10 1863 + '@tsdown/css': 0.22.3 1864 + '@tsdown/exe': 0.22.3 1669 1865 '@vitejs/devtools': '*' 1670 - publint: ^0.3.0 1866 + publint: ^0.3.8 1867 + tsx: '*' 1671 1868 typescript: ^5.0.0 || ^6.0.0 1672 1869 unplugin-unused: ^0.5.0 1870 + unrun: '*' 1673 1871 peerDependenciesMeta: 1674 1872 '@arethetypeswrong/core': 1675 1873 optional: true ··· 1681 1879 optional: true 1682 1880 publint: 1683 1881 optional: true 1882 + tsx: 1883 + optional: true 1684 1884 typescript: 1685 1885 optional: true 1686 1886 unplugin-unused: 1887 + optional: true 1888 + unrun: 1687 1889 optional: true 1688 1890 1689 1891 tslib@2.8.1: ··· 1825 2027 1826 2028 snapshots: 1827 2029 1828 - '@babel/generator@8.0.0-rc.3': 2030 + '@babel/generator@8.0.0': 1829 2031 dependencies: 1830 - '@babel/parser': 8.0.0-rc.3 1831 - '@babel/types': 8.0.0-rc.3 2032 + '@babel/parser': 8.0.0 2033 + '@babel/types': 8.0.0 1832 2034 '@jridgewell/gen-mapping': 0.3.13 1833 2035 '@jridgewell/trace-mapping': 0.3.31 1834 2036 '@types/jsesc': 2.5.1 1835 2037 jsesc: 3.1.0 1836 2038 1837 - '@babel/helper-string-parser@8.0.0-rc.3': {} 2039 + '@babel/helper-string-parser@8.0.0': {} 1838 2040 1839 - '@babel/helper-validator-identifier@8.0.0-rc.3': {} 2041 + '@babel/helper-validator-identifier@8.0.2': {} 1840 2042 1841 - '@babel/parser@8.0.0-rc.3': 2043 + '@babel/parser@8.0.0': 1842 2044 dependencies: 1843 - '@babel/types': 8.0.0-rc.3 2045 + '@babel/types': 8.0.0 1844 2046 1845 2047 '@babel/runtime@7.29.2': {} 1846 2048 1847 - '@babel/types@8.0.0-rc.3': 2049 + '@babel/types@8.0.0': 1848 2050 dependencies: 1849 - '@babel/helper-string-parser': 8.0.0-rc.3 1850 - '@babel/helper-validator-identifier': 8.0.0-rc.3 2051 + '@babel/helper-string-parser': 8.0.0 2052 + '@babel/helper-validator-identifier': 8.0.2 1851 2053 1852 2054 '@bomb.sh/args@0.3.1': {} 1853 2055 ··· 2000 2202 tslib: 2.8.1 2001 2203 optional: true 2002 2204 2205 + '@emnapi/core@1.11.1': 2206 + dependencies: 2207 + '@emnapi/wasi-threads': 1.2.2 2208 + tslib: 2.8.1 2209 + optional: true 2210 + 2003 2211 '@emnapi/runtime@1.10.0': 2004 2212 dependencies: 2005 2213 tslib: 2.8.1 2006 2214 optional: true 2007 2215 2216 + '@emnapi/runtime@1.11.1': 2217 + dependencies: 2218 + tslib: 2.8.1 2219 + optional: true 2220 + 2008 2221 '@emnapi/wasi-threads@1.2.1': 2222 + dependencies: 2223 + tslib: 2.8.1 2224 + optional: true 2225 + 2226 + '@emnapi/wasi-threads@1.2.2': 2009 2227 dependencies: 2010 2228 tslib: 2.8.1 2011 2229 optional: true ··· 2143 2361 '@tybys/wasm-util': 0.10.1 2144 2362 optional: true 2145 2363 2364 + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': 2365 + dependencies: 2366 + '@emnapi/core': 1.11.1 2367 + '@emnapi/runtime': 1.11.1 2368 + '@tybys/wasm-util': 0.10.1 2369 + optional: true 2370 + 2371 + '@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': 2372 + dependencies: 2373 + '@emnapi/core': 1.11.1 2374 + '@emnapi/runtime': 1.11.1 2375 + '@tybys/wasm-util': 0.10.3 2376 + optional: true 2377 + 2146 2378 '@nodelib/fs.scandir@2.1.5': 2147 2379 dependencies: 2148 2380 '@nodelib/fs.stat': 2.0.5 ··· 2219 2451 '@oxc-parser/binding-win32-x64-msvc@0.128.0': 2220 2452 optional: true 2221 2453 2222 - '@oxc-project/types@0.127.0': {} 2454 + '@oxc-project/types@0.127.0': 2455 + optional: true 2223 2456 2224 2457 '@oxc-project/types@0.128.0': {} 2458 + 2459 + '@oxc-project/types@0.137.0': {} 2225 2460 2226 2461 '@oxc-resolver/binding-android-arm-eabi@11.19.1': 2227 2462 optional: true ··· 2271 2506 '@oxc-resolver/binding-openharmony-arm64@11.19.1': 2272 2507 optional: true 2273 2508 2274 - '@oxc-resolver/binding-wasm32-wasi@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': 2509 + '@oxc-resolver/binding-wasm32-wasi@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': 2275 2510 dependencies: 2276 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 2511 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) 2277 2512 transitivePeerDependencies: 2278 2513 - '@emnapi/core' 2279 2514 - '@emnapi/runtime' ··· 2411 2646 '@rolldown/binding-android-arm64@1.0.0-rc.17': 2412 2647 optional: true 2413 2648 2649 + '@rolldown/binding-android-arm64@1.1.2': 2650 + optional: true 2651 + 2414 2652 '@rolldown/binding-darwin-arm64@1.0.0-rc.17': 2415 2653 optional: true 2416 2654 2655 + '@rolldown/binding-darwin-arm64@1.1.2': 2656 + optional: true 2657 + 2417 2658 '@rolldown/binding-darwin-x64@1.0.0-rc.17': 2418 2659 optional: true 2419 2660 2661 + '@rolldown/binding-darwin-x64@1.1.2': 2662 + optional: true 2663 + 2420 2664 '@rolldown/binding-freebsd-x64@1.0.0-rc.17': 2665 + optional: true 2666 + 2667 + '@rolldown/binding-freebsd-x64@1.1.2': 2421 2668 optional: true 2422 2669 2423 2670 '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.17': 2671 + optional: true 2672 + 2673 + '@rolldown/binding-linux-arm-gnueabihf@1.1.2': 2424 2674 optional: true 2425 2675 2426 2676 '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.17': 2427 2677 optional: true 2428 2678 2679 + '@rolldown/binding-linux-arm64-gnu@1.1.2': 2680 + optional: true 2681 + 2429 2682 '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17': 2430 2683 optional: true 2431 2684 2685 + '@rolldown/binding-linux-arm64-musl@1.1.2': 2686 + optional: true 2687 + 2432 2688 '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17': 2689 + optional: true 2690 + 2691 + '@rolldown/binding-linux-ppc64-gnu@1.1.2': 2433 2692 optional: true 2434 2693 2435 2694 '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17': 2436 2695 optional: true 2437 2696 2697 + '@rolldown/binding-linux-s390x-gnu@1.1.2': 2698 + optional: true 2699 + 2438 2700 '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17': 2439 2701 optional: true 2440 2702 2703 + '@rolldown/binding-linux-x64-gnu@1.1.2': 2704 + optional: true 2705 + 2441 2706 '@rolldown/binding-linux-x64-musl@1.0.0-rc.17': 2707 + optional: true 2708 + 2709 + '@rolldown/binding-linux-x64-musl@1.1.2': 2442 2710 optional: true 2443 2711 2444 2712 '@rolldown/binding-openharmony-arm64@1.0.0-rc.17': 2445 2713 optional: true 2446 2714 2715 + '@rolldown/binding-openharmony-arm64@1.1.2': 2716 + optional: true 2717 + 2447 2718 '@rolldown/binding-wasm32-wasi@1.0.0-rc.17': 2448 2719 dependencies: 2449 2720 '@emnapi/core': 1.10.0 ··· 2451 2722 '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 2452 2723 optional: true 2453 2724 2725 + '@rolldown/binding-wasm32-wasi@1.1.2': 2726 + dependencies: 2727 + '@emnapi/core': 1.11.1 2728 + '@emnapi/runtime': 1.11.1 2729 + '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) 2730 + optional: true 2731 + 2454 2732 '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.17': 2455 2733 optional: true 2456 2734 2735 + '@rolldown/binding-win32-arm64-msvc@1.1.2': 2736 + optional: true 2737 + 2457 2738 '@rolldown/binding-win32-x64-msvc@1.0.0-rc.17': 2458 2739 optional: true 2459 2740 2460 - '@rolldown/pluginutils@1.0.0-rc.17': {} 2741 + '@rolldown/binding-win32-x64-msvc@1.1.2': 2742 + optional: true 2743 + 2744 + '@rolldown/pluginutils@1.0.0-rc.17': 2745 + optional: true 2746 + 2747 + '@rolldown/pluginutils@1.0.1': {} 2461 2748 2462 2749 '@rollup/rollup-android-arm-eabi@4.60.1': 2463 2750 optional: true ··· 2541 2828 tslib: 2.8.1 2542 2829 optional: true 2543 2830 2831 + '@tybys/wasm-util@0.10.3': 2832 + dependencies: 2833 + tslib: 2.8.1 2834 + optional: true 2835 + 2544 2836 '@types/chai@5.2.3': 2545 2837 dependencies: 2546 2838 '@types/deep-eql': 4.0.2 ··· 2558 2850 dependencies: 2559 2851 undici-types: 6.21.0 2560 2852 2561 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260427.1': 2853 + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260623.1': 2562 2854 optional: true 2563 2855 2564 - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260427.1': 2856 + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260623.1': 2565 2857 optional: true 2566 2858 2567 - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260427.1': 2859 + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260623.1': 2568 2860 optional: true 2569 2861 2570 - '@typescript/native-preview-linux-arm@7.0.0-dev.20260427.1': 2862 + '@typescript/native-preview-linux-arm@7.0.0-dev.20260623.1': 2571 2863 optional: true 2572 2864 2573 - '@typescript/native-preview-linux-x64@7.0.0-dev.20260427.1': 2865 + '@typescript/native-preview-linux-x64@7.0.0-dev.20260623.1': 2574 2866 optional: true 2575 2867 2576 - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260427.1': 2868 + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260623.1': 2577 2869 optional: true 2578 2870 2579 - '@typescript/native-preview-win32-x64@7.0.0-dev.20260427.1': 2871 + '@typescript/native-preview-win32-x64@7.0.0-dev.20260623.1': 2580 2872 optional: true 2581 2873 2582 - '@typescript/native-preview@7.0.0-dev.20260427.1': 2874 + '@typescript/native-preview@7.0.0-dev.20260623.1': 2583 2875 optionalDependencies: 2584 - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260427.1 2585 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260427.1 2586 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260427.1 2587 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260427.1 2588 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260427.1 2589 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260427.1 2590 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260427.1 2876 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260623.1 2877 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260623.1 2878 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260623.1 2879 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260623.1 2880 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260623.1 2881 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260623.1 2882 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260623.1 2591 2883 2592 2884 '@vitest/expect@4.1.2': 2593 2885 dependencies: ··· 2634 2926 2635 2927 ansi-regex@5.0.1: {} 2636 2928 2637 - ansis@4.2.0: {} 2929 + ansis@4.3.1: {} 2638 2930 2639 2931 argparse@1.0.10: 2640 2932 dependencies: ··· 2646 2938 2647 2939 assertion-error@2.0.1: {} 2648 2940 2649 - ast-kit@3.0.0-beta.1: 2941 + ast-kit@3.0.0: 2650 2942 dependencies: 2651 - '@babel/parser': 8.0.0-rc.3 2943 + '@babel/parser': 8.0.0 2652 2944 estree-walker: 3.0.3 2653 2945 pathe: 2.0.3 2654 2946 ··· 2684 2976 dependencies: 2685 2977 path-type: 4.0.0 2686 2978 2687 - dts-resolver@2.1.3(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)): 2979 + dts-resolver@3.0.0(oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)): 2688 2980 optionalDependencies: 2689 - oxc-resolver: 11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 2981 + oxc-resolver: 11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) 2690 2982 2691 - empathic@2.0.0: {} 2983 + empathic@2.0.1: {} 2692 2984 2693 2985 enquirer@2.4.1: 2694 2986 dependencies: ··· 2785 3077 optional: true 2786 3078 2787 3079 get-tsconfig@4.14.0: 3080 + dependencies: 3081 + resolve-pkg-maps: 1.0.0 3082 + 3083 + get-tsconfig@5.0.0-beta.5: 2788 3084 dependencies: 2789 3085 resolve-pkg-maps: 1.0.0 2790 3086 ··· 2813 3109 2814 3110 ignore@5.3.2: {} 2815 3111 2816 - import-without-cache@0.3.3: {} 3112 + import-without-cache@0.4.0: {} 2817 3113 2818 3114 is-extglob@2.1.1: {} 2819 3115 ··· 2848 3144 optionalDependencies: 2849 3145 graceful-fs: 4.2.11 2850 3146 2851 - knip@6.9.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): 3147 + knip@6.9.0(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1): 2852 3148 dependencies: 2853 3149 fdir: 6.5.0(picomatch@4.0.4) 2854 3150 formatly: 0.3.0 ··· 2856 3152 jiti: 2.6.1 2857 3153 minimist: 1.2.8 2858 3154 oxc-parser: 0.128.0 2859 - oxc-resolver: 11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 3155 + oxc-resolver: 11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) 2860 3156 picomatch: 4.0.4 2861 3157 smol-toml: 1.6.1 2862 3158 strip-json-comments: 5.0.3 ··· 2893 3189 2894 3190 obug@2.1.1: {} 2895 3191 3192 + obug@2.1.3: {} 3193 + 2896 3194 outdent@0.5.0: {} 2897 3195 2898 3196 oxc-parser@0.128.0: ··· 2920 3218 '@oxc-parser/binding-win32-ia32-msvc': 0.128.0 2921 3219 '@oxc-parser/binding-win32-x64-msvc': 0.128.0 2922 3220 2923 - oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): 3221 + oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1): 2924 3222 optionalDependencies: 2925 3223 '@oxc-resolver/binding-android-arm-eabi': 11.19.1 2926 3224 '@oxc-resolver/binding-android-arm64': 11.19.1 ··· 2938 3236 '@oxc-resolver/binding-linux-x64-gnu': 11.19.1 2939 3237 '@oxc-resolver/binding-linux-x64-musl': 11.19.1 2940 3238 '@oxc-resolver/binding-openharmony-arm64': 11.19.1 2941 - '@oxc-resolver/binding-wasm32-wasi': 11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 3239 + '@oxc-resolver/binding-wasm32-wasi': 11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) 2942 3240 '@oxc-resolver/binding-win32-arm64-msvc': 11.19.1 2943 3241 '@oxc-resolver/binding-win32-ia32-msvc': 11.19.1 2944 3242 '@oxc-resolver/binding-win32-x64-msvc': 11.19.1 ··· 3064 3362 3065 3363 reusify@1.1.0: {} 3066 3364 3067 - rolldown-plugin-dts@0.23.2(@typescript/native-preview@7.0.0-dev.20260427.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rolldown@1.0.0-rc.17)(typescript@5.9.3): 3365 + rolldown-plugin-dts@0.26.0(@typescript/native-preview@7.0.0-dev.20260623.1)(oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1))(rolldown@1.1.2)(typescript@5.9.3): 3068 3366 dependencies: 3069 - '@babel/generator': 8.0.0-rc.3 3070 - '@babel/helper-validator-identifier': 8.0.0-rc.3 3071 - '@babel/parser': 8.0.0-rc.3 3072 - '@babel/types': 8.0.0-rc.3 3073 - ast-kit: 3.0.0-beta.1 3367 + '@babel/generator': 8.0.0 3368 + '@babel/helper-validator-identifier': 8.0.2 3369 + '@babel/parser': 8.0.0 3370 + ast-kit: 3.0.0 3074 3371 birpc: 4.0.0 3075 - dts-resolver: 2.1.3(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) 3076 - get-tsconfig: 4.14.0 3077 - obug: 2.1.1 3078 - picomatch: 4.0.4 3079 - rolldown: 1.0.0-rc.17 3372 + dts-resolver: 3.0.0(oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)) 3373 + get-tsconfig: 5.0.0-beta.5 3374 + obug: 2.1.3 3375 + rolldown: 1.1.2 3080 3376 optionalDependencies: 3081 - '@typescript/native-preview': 7.0.0-dev.20260427.1 3377 + '@typescript/native-preview': 7.0.0-dev.20260623.1 3082 3378 typescript: 5.9.3 3083 3379 transitivePeerDependencies: 3084 3380 - oxc-resolver ··· 3103 3399 '@rolldown/binding-wasm32-wasi': 1.0.0-rc.17 3104 3400 '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.17 3105 3401 '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.17 3402 + optional: true 3403 + 3404 + rolldown@1.1.2: 3405 + dependencies: 3406 + '@oxc-project/types': 0.137.0 3407 + '@rolldown/pluginutils': 1.0.1 3408 + optionalDependencies: 3409 + '@rolldown/binding-android-arm64': 1.1.2 3410 + '@rolldown/binding-darwin-arm64': 1.1.2 3411 + '@rolldown/binding-darwin-x64': 1.1.2 3412 + '@rolldown/binding-freebsd-x64': 1.1.2 3413 + '@rolldown/binding-linux-arm-gnueabihf': 1.1.2 3414 + '@rolldown/binding-linux-arm64-gnu': 1.1.2 3415 + '@rolldown/binding-linux-arm64-musl': 1.1.2 3416 + '@rolldown/binding-linux-ppc64-gnu': 1.1.2 3417 + '@rolldown/binding-linux-s390x-gnu': 1.1.2 3418 + '@rolldown/binding-linux-x64-gnu': 1.1.2 3419 + '@rolldown/binding-linux-x64-musl': 1.1.2 3420 + '@rolldown/binding-openharmony-arm64': 1.1.2 3421 + '@rolldown/binding-wasm32-wasi': 1.1.2 3422 + '@rolldown/binding-win32-arm64-msvc': 1.1.2 3423 + '@rolldown/binding-win32-x64-msvc': 1.1.2 3106 3424 3107 3425 rollup@4.60.1: 3108 3426 dependencies: ··· 3147 3465 3148 3466 semver@7.7.4: {} 3149 3467 3468 + semver@7.8.5: {} 3469 + 3150 3470 shebang-command@2.0.0: 3151 3471 dependencies: 3152 3472 shebang-regex: 3.0.0 ··· 3188 3508 3189 3509 tinyexec@1.1.1: {} 3190 3510 3511 + tinyexec@1.2.4: {} 3512 + 3191 3513 tinyglobby@0.2.16: 3192 3514 dependencies: 3193 3515 fdir: 6.5.0(picomatch@4.0.4) 3194 3516 picomatch: 4.0.4 3195 3517 3518 + tinyglobby@0.2.17: 3519 + dependencies: 3520 + fdir: 6.5.0(picomatch@4.0.4) 3521 + picomatch: 4.0.4 3522 + 3196 3523 tinypool@2.1.0: {} 3197 3524 3198 3525 tinyrainbow@3.1.0: {} ··· 3203 3530 3204 3531 tree-kill@1.2.2: {} 3205 3532 3206 - tsdown@0.21.10(@typescript/native-preview@7.0.0-dev.20260427.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(publint@0.3.18)(typescript@5.9.3): 3533 + tsdown@0.22.3(@typescript/native-preview@7.0.0-dev.20260623.1)(oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1))(publint@0.3.18)(typescript@5.9.3)(unrun@0.2.37): 3207 3534 dependencies: 3208 - ansis: 4.2.0 3535 + ansis: 4.3.1 3209 3536 cac: 7.0.0 3210 3537 defu: 6.1.7 3211 - empathic: 2.0.0 3538 + empathic: 2.0.1 3212 3539 hookable: 6.1.1 3213 - import-without-cache: 0.3.3 3214 - obug: 2.1.1 3540 + import-without-cache: 0.4.0 3541 + obug: 2.1.3 3215 3542 picomatch: 4.0.4 3216 - rolldown: 1.0.0-rc.17 3217 - rolldown-plugin-dts: 0.23.2(@typescript/native-preview@7.0.0-dev.20260427.1)(oxc-resolver@11.19.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rolldown@1.0.0-rc.17)(typescript@5.9.3) 3218 - semver: 7.7.4 3219 - tinyexec: 1.1.1 3220 - tinyglobby: 0.2.16 3543 + rolldown: 1.1.2 3544 + rolldown-plugin-dts: 0.26.0(@typescript/native-preview@7.0.0-dev.20260623.1)(oxc-resolver@11.19.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1))(rolldown@1.1.2)(typescript@5.9.3) 3545 + semver: 7.8.5 3546 + tinyexec: 1.2.4 3547 + tinyglobby: 0.2.17 3221 3548 tree-kill: 1.2.2 3222 3549 unconfig-core: 7.5.0 3223 - unrun: 0.2.37 3224 3550 optionalDependencies: 3225 3551 publint: 0.3.18 3226 3552 typescript: 5.9.3 3553 + unrun: 0.2.37 3227 3554 transitivePeerDependencies: 3228 3555 - '@ts-macro/tsc' 3229 3556 - '@typescript/native-preview' 3230 3557 - oxc-resolver 3231 - - synckit 3232 3558 - vue-tsc 3233 3559 3234 3560 tslib@2.8.1: ··· 3253 3579 unrun@0.2.37: 3254 3580 dependencies: 3255 3581 rolldown: 1.0.0-rc.17 3582 + optional: true 3256 3583 3257 3584 vite@7.3.1(@types/node@22.19.15)(jiti@2.6.1)(yaml@2.8.3): 3258 3585 dependencies:
+1 -1
src/commands/build.ts
··· 16 16 sourcemap: true, 17 17 clean: true, 18 18 unbundle: !args.bundle, 19 - dts: args.dts, 19 + dts: args.dts ? { tsgo: true } : false, 20 20 minify: args.minify, 21 21 }); 22 22 }