@qualcomm-ui/mdx-vite 2.6.1 → 2.6.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/cli.js CHANGED
@@ -3898,7 +3898,6 @@ function getGitMetadata(filePath, mode) {
3898
3898
  const result = execSync(
3899
3899
  `git log -1 --format=${format} -- "${relativePath}"`,
3900
3900
  {
3901
- cwd: repoRoot,
3902
3901
  encoding: "utf-8",
3903
3902
  stdio: ["pipe", "pipe", "pipe"]
3904
3903
  }