ios-sim-portable
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -33,2 +33,3 @@ interface IDictionary<T> { | ||
rawDevice?: any; | ||
platform: string; | ||
} | ||
@@ -93,2 +94,3 @@ interface ISkipErrorComposition { | ||
device?: string; | ||
platform?: string; | ||
} |
@@ -122,2 +122,3 @@ "use strict"; | ||
state: lineMatch[3], | ||
platform: match[1], | ||
}); | ||
@@ -124,0 +125,0 @@ } |
{ | ||
"name": "ios-sim-portable", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ios-sim.js", |
Sorry, the diff of this file is not supported yet
103202
1288