diff --git a/src/remotebuild/package.json b/src/remotebuild/package.json index a37e6132..8f6165a3 100644 --- a/src/remotebuild/package.json +++ b/src/remotebuild/package.json @@ -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" diff --git a/src/taco-cli/package.json b/src/taco-cli/package.json index 61b35a0a..8028fe2a 100644 --- a/src/taco-cli/package.json +++ b/src/taco-cli/package.json @@ -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" diff --git a/src/taco-dependency-installer/package.json b/src/taco-dependency-installer/package.json index 40a6ba37..153e33fe 100644 --- a/src/taco-dependency-installer/package.json +++ b/src/taco-dependency-installer/package.json @@ -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" -} \ No newline at end of file +} diff --git a/src/taco-kits/package.json b/src/taco-kits/package.json index 8e23e38c..10e531b9 100644 --- a/src/taco-kits/package.json +++ b/src/taco-kits/package.json @@ -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" -} \ No newline at end of file +} diff --git a/src/taco-remote-lib/ios/iosEmulateHelper.ts b/src/taco-remote-lib/ios/iosEmulateHelper.ts index 3f729248..524a8aa8 100644 --- a/src/taco-remote-lib/ios/iosEmulateHelper.ts +++ b/src/taco-remote-lib/ios/iosEmulateHelper.ts @@ -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); } diff --git a/src/taco-remote-lib/package.json b/src/taco-remote-lib/package.json index efe38d34..a45f384e 100644 --- a/src/taco-remote-lib/package.json +++ b/src/taco-remote-lib/package.json @@ -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" diff --git a/src/taco-remote-multiplexer/dynamicDependencies.json b/src/taco-remote-multiplexer/dynamicDependencies.json index ecdb4f50..e5b95061 100644 --- a/src/taco-remote-multiplexer/dynamicDependencies.json +++ b/src/taco-remote-multiplexer/dynamicDependencies.json @@ -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" } -} \ No newline at end of file +} diff --git a/src/taco-remote-multiplexer/package.json b/src/taco-remote-multiplexer/package.json index d22ddf95..255e1cb4 100644 --- a/src/taco-remote-multiplexer/package.json +++ b/src/taco-remote-multiplexer/package.json @@ -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" diff --git a/src/taco-remote/package.json b/src/taco-remote/package.json index 2a047e65..18a507a2 100644 --- a/src/taco-remote/package.json +++ b/src/taco-remote/package.json @@ -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" diff --git a/src/taco-utils/package.json b/src/taco-utils/package.json index db3c4a01..a73486ca 100644 --- a/src/taco-utils/package.json +++ b/src/taco-utils/package.json @@ -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" -} \ No newline at end of file +} diff --git a/tools/GulpUtils.ts b/tools/GulpUtils.ts index 38e27018..e6b76040 100644 --- a/tools/GulpUtils.ts +++ b/tools/GulpUtils.ts @@ -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,