appc-platform-sdk
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -107,3 +107,3 @@ /** | ||
form.append('tiapp', tiappxml, {filename: 'tiapp.xml'}); | ||
debug('form parameters for %s, %o', req.url, form); | ||
debug('form parameters for %s, %o', req.uri.href, form); | ||
} | ||
@@ -110,0 +110,0 @@ }; |
@@ -59,4 +59,4 @@ /** | ||
}; | ||
this.soastaUrl = body.concerto || 'http://appctest-2.appcelerator.com/concerto'; | ||
this.touchtest = body.touchtest || 'http://appctest-2.appcelerator.com/concerto/touchtest'; | ||
this.soastaUrl = body.concerto; | ||
this.touchtest = body.touchtest; | ||
return this; | ||
@@ -63,0 +63,0 @@ }; |
{ | ||
"name": "appc-platform-sdk", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Appcelerator Platform SDK for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
72554