@augment-vir/node-js
Advanced tools
Comparing version 19.0.1 to 19.0.2
@@ -39,3 +39,3 @@ /// <reference types="node" /> | ||
export declare function askQuestion(questionToAsk: string, { hideUserInput, timeoutMs, }?: Partial<AskQuestionOptions>): Promise<string>; | ||
export declare function askQuestionUntilConditionMet({ questionToAsk, conditionCallback, invalidInputMessage, tryCountMax, ...options }: { | ||
export type QuestionUntilConditionMetConfig = { | ||
questionToAsk: string; | ||
@@ -45,3 +45,4 @@ conditionCallback: (response: string) => boolean | Promise<boolean>; | ||
tryCountMax?: number; | ||
} & Partial<AskQuestionOptions>): Promise<string>; | ||
} & Partial<AskQuestionOptions>; | ||
export declare function askQuestionUntilConditionMet({ questionToAsk, conditionCallback, invalidInputMessage, tryCountMax, ...options }: QuestionUntilConditionMetConfig): Promise<string>; | ||
export {}; |
{ | ||
"name": "@augment-vir/node-js", | ||
"version": "19.0.1", | ||
"version": "19.0.2", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js", | ||
@@ -25,11 +25,11 @@ "bugs": { | ||
"dependencies": { | ||
"@augment-vir/common": "^19.0.1", | ||
"@augment-vir/common": "^19.0.2", | ||
"ansi-colors": "^4.1.3", | ||
"axios": "^1.5.0", | ||
"axios": "^1.5.1", | ||
"fs-extra": "^11.1.1", | ||
"ts-node": "^10.9.1", | ||
"type-fest": "^4.3.1" | ||
"type-fest": "^4.3.2" | ||
}, | ||
"devDependencies": { | ||
"@augment-vir/chai": "^19.0.1", | ||
"@augment-vir/chai": "^19.0.2", | ||
"@electrovir/nyc": "^15.1.0-fix0", | ||
@@ -40,3 +40,3 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.6.3", | ||
"@types/node": "^20.7.0", | ||
"chai": "^4.3.8", | ||
@@ -43,0 +43,0 @@ "istanbul-smart-text-reporter": "^1.1.2", |
37999
866
+ Added@types/node@22.13.2(transitive)
- Removed@types/node@22.13.1(transitive)
Updated@augment-vir/common@^19.0.2
Updatedaxios@^1.5.1
Updatedtype-fest@^4.3.2