this repo has no description

Update prompts library

+6 -6
+1 -1
package.json
··· 3 3 "packageManager": "yarn@4.9.4", 4 4 "type": "module", 5 5 "dependencies": { 6 - "@topcli/prompts": "^2.4.0" 6 + "@topcli/prompts": "^2.4.1" 7 7 }, 8 8 "devDependencies": { 9 9 "@types/node": "^24.3.0",
+5 -5
yarn.lock
··· 9 9 version: 0.0.0-use.local 10 10 resolution: "@itsharper/unfolded-circle-ir-tools@workspace:." 11 11 dependencies: 12 - "@topcli/prompts": "npm:^2.4.0" 12 + "@topcli/prompts": "npm:^2.4.1" 13 13 "@types/node": "npm:^24.3.0" 14 14 typescript: "npm:^5.9.2" 15 15 languageName: unknown 16 16 linkType: soft 17 17 18 - "@topcli/prompts@npm:^2.4.0": 19 - version: 2.4.0 20 - resolution: "@topcli/prompts@npm:2.4.0" 21 - checksum: 10c0/a2d11892037210b4b3a24ba9e8e1916108a04ab4aefe8374f39ada6ec968615e17c70305a04f1818fb8813c4b0220d3837ff5a3d9df33ba9fb9ca978b07ae545 18 + "@topcli/prompts@npm:^2.4.1": 19 + version: 2.4.1 20 + resolution: "@topcli/prompts@npm:2.4.1" 21 + checksum: 10c0/516a578e539e944b05b201e6081ad694d29ad0cea1d9e5071968eeeebf9a7d19c2968c827c97fc5895df0c37e32fa312565ba64af31bf4faf466b6a5c29155a7 22 22 languageName: node 23 23 linkType: hard 24 24