Bumping version numbers for next dev cycle

Also fixing a tslint issue and a bug in how dynamicDependencies.json was modified in dev
This commit is contained in:
Jimmy Thomson 2015-10-21 09:52:10 -07:00
Родитель ff8ff03e46
Коммит 2006950b37
11 изменённых файлов: 15 добавлений и 15 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "remotebuild",
"description": "Front-end server that serves modules that implement remote build functionality, such as taco-remote.",
"version": "2.0.1-dev",
"version": "2.0.2-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-cli",
"description": "taco-cli is a command-line interface for rapid Apache Cordova development",
"version": "1.0.1-dev",
"version": "1.0.2-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-dependency-installer",
"description": "Install platform-specific third-party dependencies for Cordova development",
"version": "1.0.2-dev",
"version": "1.0.3-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"
@ -38,4 +38,4 @@
"mockery": "~1.4.0"
},
"license": "MIT"
}
}

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-kits",
"description": "Validated Kits metadata for taco CLI",
"version": "1.0.2-dev",
"version": "1.0.3-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"
@ -29,4 +29,4 @@
"should": "4.3.0"
},
"license": "MIT"
}
}

Просмотреть файл

@ -85,7 +85,7 @@ class IOSEmulateHelper {
private static iosSimTarget(emulateRequestTarget: string, version: string): string {
// Allow for non-recognised targets to be directly specified, but strip out invalid characters
var iosSimTarget: string = IOSEmulateHelper.IOS_SIMULATOR_TARGETS[emulateRequestTarget.toLowerCase()] || emulateRequestTarget.replace(/[^a-zA-Z0-9-]/g,"");
var iosSimTarget: string = IOSEmulateHelper.IOS_SIMULATOR_TARGETS[emulateRequestTarget.toLowerCase()] || emulateRequestTarget.replace(/[^a-zA-Z0-9-]/g, "");
if (version && version.match(/[0-9]*\.[0-9]*/)) {
iosSimTarget = util.format("%s, %s", iosSimTarget, version);
}

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-remote-lib",
"description": "Cordova-specific implementation of taco-remote's build functionality",
"version": "1.1.1-dev",
"version": "1.1.2-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"

Просмотреть файл

@ -1,7 +1,7 @@
{
"latestTacoRemoteLib": {
"packageName": "taco-remote-lib",
"packageId": "taco-remote-lib@1.1.1",
"packageId": "taco-remote-lib@1.1.2",
"dev": true
},
@ -9,4 +9,4 @@
"packageName": "taco-remote-lib",
"packageId": "taco-remote-lib@0.1.0"
}
}
}

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-remote-multiplexer",
"description": "A package to determine how to interact with a Cordova project, given some request parameters.",
"version": "1.1.1-dev",
"version": "1.1.2-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-remote",
"description": "Module for the remotebuild package to build, run, and debug iOS apps created using Apache Cordova.",
"version": "1.1.1-dev",
"version": "1.1.2-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "taco-utils",
"description": "Common utilities used by the Tools for Apache Cordova node modules",
"version": "1.1.1-dev",
"version": "1.1.2-dev",
"author": {
"name": "Microsoft Corporation",
"email": "vscordovatools-admin@microsoft.com"
@ -40,4 +40,4 @@
"should": "4.3.0"
},
"license": "MIT"
}
}

Просмотреть файл

@ -229,7 +229,7 @@ class GulpUtils {
if (entry.dev) {
switch (buildType) {
case "dev":
entry.localPath = util.format("file://%s.tgz", path.resolve(destPath || srcPath, packageKey));
entry.localPath = util.format("file://%s.tgz", path.resolve(destPath || srcPath, entry.packageName));
break;
case "beta":
// If this package is taking "latest" and we are building a beta package,