amazon-ivs-player
Advanced tools
Comparing version 1.21.0 to 1.22.0
@@ -25,3 +25,3 @@ | ||
/** | ||
* A function which creates a {@link MediaPlayer} instance. | ||
* Creates a {@link MediaPlayer} instance. | ||
* @throws Throws an Error if WebAssembly is not supported by the browser. Check {@link isPlayerSupported} to determine support beforehand, | ||
@@ -80,2 +80,9 @@ * or wrap in a try/catch block to prevent uncaught exceptions. | ||
/** | ||
* Returns the version of the player. | ||
* @returns The semantic version of the player. | ||
* @public | ||
*/ | ||
export declare function getVersion(): string; | ||
/** | ||
* A boolean indicating whether the player is supported by the browser. The player is only supported in environments | ||
@@ -82,0 +89,0 @@ * which support WebAssembly (WASM). |
{ | ||
"name": "amazon-ivs-player", | ||
"version": "1.21.0", | ||
"version": "1.22.0", | ||
"description": "Amazon IVS Player Web SDK", | ||
@@ -5,0 +5,0 @@ "homepage": "https://aws.amazon.com/ivs/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3012222
862