Skip to content

Commit

Permalink
Merge pull request #623 from cb1kenobi/v7-beta3
Browse files Browse the repository at this point in the history
v7 beta3
  • Loading branch information
cb1kenobi authored Jan 13, 2024
2 parents 5bf4f8c + bc74137 commit 9861a5b
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 114 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
override with `--sdk <ver>` arg
* Replaced custom CLI arg parser (based on `optimist`) with Commander.js
- Order of arguments matter; command options must come after command
* `--log-level` is now a global option
- Used to be associated to SDK commands, but the logger belongs to the CLI
and thus the log level option belongs to the CLI
* `-d`, `--project-dir` is now a global option
- Used to be `build`, `clean`, and `project` commands only, but needed so
the CLI can read the `tiapp.xml` and determine the `<sdk-version>`;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "titanium",
"version": "7.0.0-beta2",
"version": "7.0.0-beta3",
"author": "TiDev, Inc. <npm@tidev.io>",
"description": "Command line interface for building Titanium SDK apps",
"type": "module",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@reporters/github": "1.5.4",
"@vitest/coverage-istanbul": "1.1.3",
"c8": "9.0.0",
"@vitest/coverage-istanbul": "1.2.0",
"c8": "9.1.0",
"eslint": "8.56.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "2.1.0",
Expand Down
Loading

0 comments on commit 9861a5b

Please sign in to comment.