diff --git a/.changeset/rotten-chicken-fetch.md b/.changeset/rotten-chicken-fetch.md new file mode 100644 index 00000000..6ede54c9 --- /dev/null +++ b/.changeset/rotten-chicken-fetch.md @@ -0,0 +1,5 @@ +--- +'simple-git': patch +--- + +Remove conflicting node:buffer import diff --git a/simple-git/src/lib/utils/util.ts b/simple-git/src/lib/utils/util.ts index d32c1824..440eeb32 100644 --- a/simple-git/src/lib/utils/util.ts +++ b/simple-git/src/lib/utils/util.ts @@ -1,4 +1,3 @@ -import { Buffer } from 'node:buffer'; import { exists, FOLDER } from '@kwsites/file-exists'; import { Maybe } from '../types';