@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.
- package/dist/bin/workbench.js +2 -0
- package/dist/bin/workbench.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +17 -13
package/dist/index.js
CHANGED
|
@@ -551,6 +551,8 @@ async function loadProvider(providerName) {
|
|
|
551
551
|
return await import("@computesdk/blaxel");
|
|
552
552
|
case "namespace":
|
|
553
553
|
return await import("@computesdk/namespace");
|
|
554
|
+
case "hopx":
|
|
555
|
+
return await import("@computesdk/hopx");
|
|
554
556
|
default:
|
|
555
557
|
throw new Error(`Unknown provider: ${providerName}`);
|
|
556
558
|
}
|