From 64ede73730f393a605c7d64812cfe01901bc70f6 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Fri, 7 Jun 2019 13:21:54 +0300 Subject: [PATCH] fix: debugging on iOS Device is very slow Debugging on iOS Device is very slow with bundle workflow. The problem is in the way ios-device-lib handles the huge messages. Update the library to its latest version where this issue is resolved. --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index daee787035..bcdd9b67f6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3919,9 +3919,9 @@ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ios-device-lib": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.5.1.tgz", - "integrity": "sha512-HW96QpgGCCtg5E8rz+758FrieUbwqHFC7c2g6Al2kTIF2iaKBeVXZhONE8PoQPtpm+PrFBBkA9i4ZlyntS2FoA==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/ios-device-lib/-/ios-device-lib-0.5.2.tgz", + "integrity": "sha512-OSUcEkyS5AnoLs9g+oONIyPUOFHJNaSR93aep9QeLN6xkaY+fNqfUIIj45AQZDaFUpDcWiqiWr7gMOImqNcoYQ==", "requires": { "bufferpack": "0.0.6", "node-uuid": "1.4.7" diff --git a/package.json b/package.json index 7ac2c1091d..93304186f6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "esprima": "2.7.0", "iconv-lite": "0.4.11", "inquirer": "6.2.0", - "ios-device-lib": "0.5.1", + "ios-device-lib": "0.5.2", "ios-mobileprovision-finder": "1.0.10", "ios-sim-portable": "4.0.9", "istextorbinary": "2.2.1",