@effect/cli
Advanced tools
Comparing version 0.33.13 to 0.33.14
{ | ||
"name": "@effect/cli", | ||
"version": "0.33.13", | ||
"version": "0.33.14", | ||
"description": "Functional programming in TypeScript", | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/effect-ts/effect.git" | ||
"url": "https://github.com/effect-ts/effect.git", | ||
"directory": "packages/cli" | ||
}, | ||
@@ -18,7 +19,7 @@ "sideEffects": [], | ||
"peerDependencies": { | ||
"@effect/platform": "^0.45.5", | ||
"@effect/printer": "^0.31.7", | ||
"@effect/printer-ansi": "^0.32.7", | ||
"@effect/schema": "^0.62.8", | ||
"effect": "^2.3.7" | ||
"@effect/platform": "^0.45.6", | ||
"@effect/printer": "^0.31.8", | ||
"@effect/printer-ansi": "^0.32.8", | ||
"effect": "^2.3.8", | ||
"@effect/schema": "^0.62.9" | ||
}, | ||
@@ -25,0 +26,0 @@ "main": "./dist/cjs/index.js", |
1907141