@staytuned-io/cordova-plugin-staytuned
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@staytuned-io/cordova-plugin-staytuned", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"types": "./ionic-plugin/", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
@@ -60,2 +60,6 @@ var exec = require("cordova/exec"); | ||
STPlayer.prototype.play = function (playlist, index = 0, success, fail) { | ||
exec(success, fail, "StaytunedPlugin", "STPlayer_play", [playlist, index]); | ||
}; | ||
Staytuned.prototype.sections = new STSections(); | ||
@@ -62,0 +66,0 @@ Staytuned.prototype.contents = new STContents(); |
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
15261
58