@effect/cli
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -119,3 +119,3 @@ /** | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* | ||
@@ -136,3 +136,3 @@ * export const animal: Options.Options<"dog" | "cat"> = Options.choice( | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* import * as Data from "effect/Data" | ||
@@ -139,0 +139,0 @@ * |
@@ -94,3 +94,3 @@ 'use strict'; | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* | ||
@@ -112,3 +112,3 @@ * export const animal: Options.Options<"dog" | "cat"> = Options.choice( | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* import * as Data from "effect/Data" | ||
@@ -115,0 +115,0 @@ * |
@@ -94,3 +94,3 @@ 'use strict'; | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* | ||
@@ -112,3 +112,3 @@ * export const animal: Options.Options<"dog" | "cat"> = Options.choice( | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* import * as Data from "effect/Data" | ||
@@ -115,0 +115,0 @@ * |
@@ -90,3 +90,3 @@ import { O as OptionsTypeId$1, a as alias$1, c as all$1, e as atLeast$1, f as atMost$1, g as between$1, b as boolean$1, j as choice$1, d as choiceWithValue$1, k as date$1, l as filterMap$1, p as float$1, h as helpDoc$1, i as integer$1, q as isBool$1, r as isOptions$1, s as keyValueMap$1, w as keyValueMapFromOption$1, m as map$1, x as mapOrFail$1, y as mapTryCatch$1, n as none$1, o as optional$1, z as orElse$1, A as orElseEither$1, B as repeat$1, C as repeat1$1, t as text$1, D as uid$1, u as usage$1, v as validate$1, E as withDefault$1, F as withDescription$1, G as zip$1, H as zipFlatten$1, I as zipWith$1 } from '../../dist/options-2e32f8ea.esm.js'; | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* | ||
@@ -108,3 +108,3 @@ * export const animal: Options.Options<"dog" | "cat"> = Options.choice( | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* import * as Data from "effect/Data" | ||
@@ -111,0 +111,0 @@ * |
{ | ||
"name": "@effect/cli", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"publishConfig": { | ||
@@ -47,6 +47,6 @@ "access": "public" | ||
"peerDependencies": { | ||
"@effect/printer": "^0.19.0", | ||
"@effect/printer-ansi": "^0.19.0", | ||
"@effect/schema": "^0.44.0", | ||
"effect": "2.0.0-next.49" | ||
"@effect/printer": "^0.20.0", | ||
"@effect/printer-ansi": "^0.20.0", | ||
"@effect/schema": "^0.45.0", | ||
"effect": "2.0.0-next.50" | ||
}, | ||
@@ -62,8 +62,8 @@ "devDependencies": { | ||
"@effect/language-service": "^0.0.21", | ||
"@effect/printer": "^0.19.0", | ||
"@effect/printer-ansi": "^0.19.0", | ||
"@effect/schema": "^0.44.0", | ||
"@effect/printer": "^0.20.0", | ||
"@effect/printer-ansi": "^0.20.0", | ||
"@effect/schema": "^0.45.0", | ||
"@preconstruct/cli": "^2.8.1", | ||
"@types/chai": "^4.3.8", | ||
"@types/node": "^20.8.6", | ||
"@types/chai": "^4.3.9", | ||
"@types/node": "^20.8.7", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
@@ -74,3 +74,3 @@ "@typescript-eslint/parser": "^6.8.0", | ||
"babel-plugin-annotate-pure-calls": "^0.4.0", | ||
"effect": "2.0.0-next.49", | ||
"effect": "2.0.0-next.50", | ||
"error-stack-parser": "^2.1.4", | ||
@@ -89,3 +89,3 @@ "eslint": "^8.51.0", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11", | ||
"vite": "^4.5.0", | ||
"vitest": "0.34.6" | ||
@@ -92,0 +92,0 @@ }, |
@@ -136,3 +136,3 @@ /** | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* | ||
@@ -157,3 +157,3 @@ * export const animal: Options.Options<"dog" | "cat"> = Options.choice( | ||
* @example | ||
* import * as Options from "./Options" | ||
* import * as Options from "@effect/cli/Options" | ||
* import * as Data from "effect/Data" | ||
@@ -160,0 +160,0 @@ * |
788125