cordova-plugin-log2c-app-update
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "cordova-plugin-log2c-app-update", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Cordova android app update plugin.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,6 +85,3 @@ var exec = require('cordova/exec'); | ||
setConfig: function (config, successCallback, errorCallback) { | ||
this.callNative('setConfig', [{ | ||
...defaultConfig, | ||
...config | ||
}], successCallback, errorCallback); | ||
this.callNative('setConfig', [Object.assign(defaultConfig, config)], successCallback, errorCallback); | ||
}, | ||
@@ -91,0 +88,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
33282
84