Patch Changes
-
#385
5890ee6- fix:patchGlobalResponsebrokefetch()responses failinginstanceof Responsechecks. After patchingglobalThis.ResponsewithVarlockPatchedResponse, nativefetch()still returned the originalResponseinstances, causing SvelteKit SSR endpoints to throw "handler should return a Response object". AddedSymbol.hasInstancetoVarlockPatchedResponseso native responses pass the check. -
#384
0642185- Fix telemetry disable command showing incorrect success message -
#387
64c8ba9- fix: auto trigger type generation invarlock run(unless auto=false flag is used)