Skip to content

Commit

Permalink
v7 rc2, fixed prompt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Mar 22, 2024
1 parent aab94e3 commit f019a40
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 254 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "titanium",
"version": "7.0.0-rc",
"version": "7.0.0-rc2",
"author": "TiDev, Inc. <[email protected]>",
"description": "Command line interface for building Titanium SDK apps",
"type": "module",
Expand All @@ -25,15 +25,15 @@
"pretty-bytes": "6.1.1",
"prompts": "2.4.2",
"semver": "7.6.0",
"undici": "6.7.0",
"undici": "6.10.1",
"which": "4.0.0",
"wrap-ansi": "9.0.0",
"xpath": "0.0.34",
"yauzl": "3.1.2"
},
"devDependencies": {
"@reporters/github": "1.6.0",
"@vitest/coverage-istanbul": "1.3.1",
"@reporters/github": "1.7.0",
"@vitest/coverage-istanbul": "1.4.0",
"c8": "9.1.0",
"eslint": "8.57.0",
"eslint-plugin-promise": "6.1.1",
Expand Down
Loading

0 comments on commit f019a40

Please sign in to comment.