diff --git a/src/exported.ts b/src/exported.ts index 7e995bc87f..f49904ac17 100644 --- a/src/exported.ts +++ b/src/exported.ts @@ -104,6 +104,6 @@ export { scratchOrgLifecycleStages, } from './org/scratchOrgLifecycleEvents'; export { ScratchOrgCache } from './org/scratchOrgCache'; + // Utility sub-modules export * from './util/sfdc'; -export * from './util/sfdcUrl';