From c2f29237f9584b0dda3034937c27e338d1772553 Mon Sep 17 00:00:00 2001 From: sgtcoolguy Date: Mon, 29 Jun 2015 10:04:23 -0400 Subject: [PATCH] Update to windowslib-0.1.15 --- node_modules/windowslib/CHANGELOG.md | 9 +++++++-- node_modules/windowslib/lib/winstore.js | 4 ++-- .../windowslib/node_modules/async/package.json | 3 ++- .../windowslib/node_modules/moment/package.json | 3 ++- node_modules/windowslib/package.json | 16 ++++++++-------- package.json | 2 +- 6 files changed, 22 insertions(+), 15 deletions(-) diff --git a/node_modules/windowslib/CHANGELOG.md b/node_modules/windowslib/CHANGELOG.md index 122f0526b41..a1017b9d200 100644 --- a/node_modules/windowslib/CHANGELOG.md +++ b/node_modules/windowslib/CHANGELOG.md @@ -1,6 +1,11 @@ +0.1.15 (6/29/2015) +------------------- + * Fix for [TIMOB-19090](https://jira.appcelerator.org/browse/TIMOB-19090) - Windows: Building for ws-local fails with powershell error 'Read-Host : Windows PowerShell is in NonInteractive mode' + * Install of winstore app script requires not using the -NoInteractive flag to powershell. + 0.1.14 (6/25/2015) ------------------- - * More changes related to fixing [TIMOB-18958](https://jira.appcelerator.org/browse/TIMOB-18958) - Windows: CLI builds hang on first try due to Powershell permission check in windowslib + * More changes related to fixing [TIMOB-18958](https://jira.appcelerator.org/browse/TIMOB-18958) - Windows: CLI builds hang on first try due to Powershell permission check in windowslib 0.1.13 (6/11/2015) ------------------- @@ -9,7 +14,7 @@ 0.1.12 (6/9/2015) ------------------- - * Fix [TIMOB-18958](https://jira.appcelerator.org/browse/TIMOB-18958) - Windows: CLI builds hang on first try due to Powershell permission check in windowslib + * Fix [TIMOB-18958](https://jira.appcelerator.org/browse/TIMOB-18958) - Windows: CLI builds hang on first try due to Powershell permission check in windowslib * Expand Win Store Tooling Detection 0.1.11 (4/16/2015) diff --git a/node_modules/windowslib/lib/winstore.js b/node_modules/windowslib/lib/winstore.js index 6d55b290f99..e28525f357e 100755 --- a/node_modules/windowslib/lib/winstore.js +++ b/node_modules/windowslib/lib/winstore.js @@ -72,7 +72,7 @@ function install(projectDir, options, callback) { return callback(err); } - appc.subprocess.run(options.powershell || 'powershell', ['-ExecutionPolicy', 'Bypass', '-NoLogo', '-NonInteractive', '-NoProfile', '-File', psScript, '-Force'], function (code, out, err) { + appc.subprocess.run(options.powershell || 'powershell', ['-ExecutionPolicy', 'Bypass', '-NoLogo', '-NoProfile', '-File', psScript, '-Force'], function (code, out, err) { if (!code) { emitter.emit('installed'); return callback(); @@ -84,7 +84,7 @@ function install(projectDir, options, callback) { // Error codes 9 and 14 mean rerun without -Force if ((code && (code == 9 || code == 14)) || out.indexOf('script without the -Force parameter') !== -1) { - appc.subprocess.run(options.powershell || 'powershell', ['-ExecutionPolicy', 'Bypass', '-NoLogo', '-NonInteractive', '-NoProfile', '-File', psScript], function (code, out, err) { + appc.subprocess.run(options.powershell || 'powershell', ['-ExecutionPolicy', 'Bypass', '-NoLogo', '-NoProfile', '-File', psScript], function (code, out, err) { if (err) { emitter.emit('error', err); callback(err); diff --git a/node_modules/windowslib/node_modules/async/package.json b/node_modules/windowslib/node_modules/async/package.json index 76d57994c56..37f1cb0e620 100644 --- a/node_modules/windowslib/node_modules/async/package.json +++ b/node_modules/windowslib/node_modules/async/package.json @@ -79,5 +79,6 @@ "tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz" }, "directories": {}, - "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz" + "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "readme": "ERROR: No README data found!" } diff --git a/node_modules/windowslib/node_modules/moment/package.json b/node_modules/windowslib/node_modules/moment/package.json index 5228cbd0ee9..e91648ea824 100644 --- a/node_modules/windowslib/node_modules/moment/package.json +++ b/node_modules/windowslib/node_modules/moment/package.json @@ -129,5 +129,6 @@ ], "directories": {}, "_shasum": "cc174aabb19223efff5699a9467805a2789838bf", - "_resolved": "https://registry.npmjs.org/moment/-/moment-2.8.4.tgz" + "_resolved": "https://registry.npmjs.org/moment/-/moment-2.8.4.tgz", + "readme": "ERROR: No README data found!" } diff --git a/node_modules/windowslib/package.json b/node_modules/windowslib/package.json index 1dacde6b854..2e5b67104ad 100755 --- a/node_modules/windowslib/package.json +++ b/node_modules/windowslib/package.json @@ -1,6 +1,6 @@ { "name": "windowslib", - "version": "0.1.14", + "version": "0.1.15", "description": "Windows Phone Utility Library", "keywords": [ "appcelerator", @@ -69,19 +69,19 @@ "engines": { "node": ">=0.8" }, - "gitHead": "49dead96b28bb48aff70a7b9be71a4d3e18d6036", + "gitHead": "63f491cfc243e8a57adc1f5b8ca4ddc37682f562", "homepage": "https://github.com/appcelerator/windowslib", - "_id": "windowslib@0.1.14", - "_shasum": "2c23fe33aff1b88ba481cc4f2daf93411dfac1ef", - "_from": "windowslib@0.1.14", + "_id": "windowslib@0.1.15", + "_shasum": "de4396471c9436ad7e6e71209ceb52ad781bc526", + "_from": "windowslib@0.1.15", "_npmVersion": "1.4.28", "_npmUser": { "name": "seadub", "email": "cwilliams@appclerator.com" }, "dist": { - "shasum": "2c23fe33aff1b88ba481cc4f2daf93411dfac1ef", - "tarball": "http://registry.npmjs.org/windowslib/-/windowslib-0.1.14.tgz" + "shasum": "de4396471c9436ad7e6e71209ceb52ad781bc526", + "tarball": "http://registry.npmjs.org/windowslib/-/windowslib-0.1.15.tgz" }, - "_resolved": "https://registry.npmjs.org/windowslib/-/windowslib-0.1.14.tgz" + "_resolved": "https://registry.npmjs.org/windowslib/-/windowslib-0.1.15.tgz" } diff --git a/package.json b/package.json index 139be0e7d5b..807a1a654eb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "sprintf": "~0.1.4", "temp": "~0.6.0", "uglify-js": "~2.4.3", - "windowslib": "0.1.14", + "windowslib": "0.1.15", "wrench": "~1.5.1", "xmldom": "~0.1.16" },