helm-env-delta 1.15.0 → 1.15.1

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.
@@ -63,7 +63,7 @@ const getGitModifiedPaths = async (git, author, days, absoluteSourceDirectory) =
63
63
  }
64
64
  };
65
65
  const filterFileMapsByGitAuthor = async (sourceFiles, destinationFiles, absoluteSourceDirectory, author, days) => {
66
- const git = (0, simple_git_1.default)();
66
+ const git = (0, simple_git_1.default)(absoluteSourceDirectory);
67
67
  const gitRoot = await getGitRoot(git);
68
68
  const gitModifiedPaths = await getGitModifiedPaths(git, author, days, absoluteSourceDirectory);
69
69
  const matchingKeys = new Set();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helm-env-delta",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "HelmEnvDelta – environment-aware YAML delta and sync for GitOps",
5
5
  "author": "BCsabaEngine",
6
6
  "license": "ISC",