@aaronshaf/ger 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaronshaf/ger",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {
@@ -200,7 +200,6 @@ const GitWorktreeServiceImplLive: GitWorktreeServiceImpl = {
200
200
  validatePreconditions: () =>
201
201
  Effect.gen(function* () {
202
202
  yield* validateGitRepo()
203
- yield* validateCleanRepo()
204
203
  yield* Console.log('✓ Git repository validation passed')
205
204
  }),
206
205