@effect/cli
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@effect/cli", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Functional programming in TypeScript", | ||
@@ -27,10 +27,8 @@ "license": "MIT", | ||
"author": "Michael Arnaldi <ma@matechs.com>", | ||
"dependencies": { | ||
"@effect/printer": "^0.13.0", | ||
"@effect/printer-ansi": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@effect/data": "^0.17.1", | ||
"@effect/io": "^0.38.0" | ||
"@effect/io": "^0.38.0", | ||
"@effect/printer": "^0.13.0", | ||
"@effect/printer-ansi": "^0.13.0" | ||
} | ||
} |
740850
+ Added@effect/printer-ansi@0.13.0(transitive)
- Removed@effect/printer@^0.13.0
- Removed@effect/printer-ansi@^1.0.0
- Removed@effect/printer-ansi@1.0.0(transitive)