Comparing version 7.1.1 to 7.1.2
{ | ||
"name": "titanium", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"author": "TiDev, Inc. <npm@tidev.io>", | ||
@@ -28,3 +28,3 @@ "description": "Command line interface for building Titanium SDK apps", | ||
"semver": "7.6.3", | ||
"undici": "6.19.4", | ||
"undici": "6.19.5", | ||
"which": "4.0.0", | ||
@@ -37,3 +37,3 @@ "wrap-ansi": "9.0.0", | ||
"@reporters/github": "1.7.0", | ||
"@vitest/coverage-istanbul": "2.0.4", | ||
"@vitest/coverage-istanbul": "2.0.5", | ||
"c8": "10.1.2", | ||
@@ -40,0 +40,0 @@ "eslint": "9.8.0", |
@@ -642,2 +642,9 @@ import chalk from 'chalk'; | ||
// when specifying `--platform ios`, the SDK's option callback converts | ||
// it to `iphone`, however the platform config uses `ios` and we must | ||
// convert it back | ||
if (this.argv.platform === 'iphone') { | ||
this.argv.platform = 'ios'; | ||
} | ||
this.debugLogger.trace(`Processing --platform option: ${this.argv.platform || 'not specified'}`); | ||
@@ -685,2 +692,3 @@ try { | ||
this.argv.$platform = this.argv.platform; | ||
// set the platform in Commander so we don't lose it when we re-parse the args | ||
this.command.setOptionValue('platform', this.argv.platform); | ||
@@ -687,0 +695,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199267
5899
+ Addedundici@6.19.5(transitive)
- Removedundici@6.19.4(transitive)
Updatedundici@6.19.5