@wise/wds-codemods 1.0.0-experimental-939a014 → 1.0.0-experimental-be47db3

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.
@@ -1877,7 +1877,7 @@ async function getOptions({ transformFiles, packages, root, preselectedTransform
1877
1877
  root,
1878
1878
  packages
1879
1879
  }),
1880
- isDry: await determineIsDryMode(args),
1880
+ isDry: transformFile === "button" ? await determineIsDryMode(args) : false,
1881
1881
  isPrint: await determineIsPrint(args),
1882
1882
  ignorePatterns: transformFile === "list-item" ? ALWAYS_IGNORED_FOLDERS.join(",") : await determineIgnorePatterns(args),
1883
1883
  useGitIgnore: transformFile === "button" ? await determineGitIgnore(args) : true
@@ -2036,4 +2036,4 @@ Object.defineProperty(exports, 'validateClaudeConfig', {
2036
2036
  return validateClaudeConfig;
2037
2037
  }
2038
2038
  });
2039
- //# sourceMappingURL=helpers-C9EIzTCd.js.map
2039
+ //# sourceMappingURL=helpers-IFtIGywc.js.map