@eldrforge/commands-publish 0.1.0 → 0.1.2

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/index.js CHANGED
@@ -1431,7 +1431,7 @@ const execute = async (runConfig)=>{
1431
1431
  const updateDepsScope = (_runConfig_publish4 = runConfig.publish) === null || _runConfig_publish4 === void 0 ? void 0 : _runConfig_publish4.updateDeps;
1432
1432
  if (updateDepsScope) {
1433
1433
  logger.info(`INTER_PROJECT_DEPS_UPDATE: Updating inter-project dependencies | Scope: ${updateDepsScope} | Type: inter-project | Command: kodrdriv updates`);
1434
- const Updates = await import('./index-D-RqK3Aj.js');
1434
+ const Updates = await import('@eldrforge/commands-tree');
1435
1435
  const updatesConfig = {
1436
1436
  ...runConfig,
1437
1437
  dryRun: isDryRun,