@computesdk/workbench 7.0.0 → 7.0.3

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.
@@ -556,6 +556,8 @@ async function loadProvider(providerName) {
556
556
  return await import("@computesdk/blaxel");
557
557
  case "namespace":
558
558
  return await import("@computesdk/namespace");
559
+ case "hopx":
560
+ return await import("@computesdk/hopx");
559
561
  default:
560
562
  throw new Error(`Unknown provider: ${providerName}`);
561
563
  }