cordova-simulate
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "cordova-simulate", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Simulates your Cordova application in the browser.", | ||
@@ -5,0 +5,0 @@ "main": "src/simulate.js", |
# cordova-simulate Release Notes | ||
## 1.2.2 (Nov 9, 2023) | ||
* Handle showbrowser argument for cordova-tools [#450](https://github.com/microsoft/cordova-simulate/pull/450) | ||
@@ -3,0 +5,0 @@ ## 1.2.1 (Nov 1, 2023) |
@@ -21,3 +21,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
if (!showBrowser) { | ||
// Handle showbrowser argument sent from cordova-tools and other unknown scenarios | ||
// Only showbrowser = false will return method | ||
if (showBrowser == false) { | ||
return; | ||
@@ -24,0 +26,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3056107
30514