@computesdk/workbench 19.0.1 → 20.0.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.
@@ -564,6 +564,8 @@ async function loadProvider(providerName) {
564
564
  return await import("@computesdk/hopx");
565
565
  case "sprites":
566
566
  return await import("@computesdk/sprites");
567
+ case "freestyle":
568
+ return await import("@computesdk/freestyle");
567
569
  default:
568
570
  throw new Error(`Unknown provider: ${providerName}`);
569
571
  }