@wrongstack/webui 0.283.0 → 0.283.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6658,6 +6658,7 @@ function makeUnconfiguredProvider() {
6658
6658
  return {
6659
6659
  id: "unconfigured",
6660
6660
  capabilities: UNCONFIGURED_CAPABILITIES,
6661
+ // biome-ignore lint/correctness/useYield: Provider.stream must be an async generator; this unconfigured stub always throws before it can yield.
6661
6662
  async *stream() {
6662
6663
  throw new Error(message);
6663
6664
  },