We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc313ab + 7e04020 commit de6a8d0Copy full SHA for de6a8d0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alugha/ima",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "A library for asynchronously loading the Google IMA SDK with static typing for the SDK",
5
"license": "MIT",
6
"author": "Niklas Korz <nk@alugha.com>",
src/ima.d.ts
@@ -1042,7 +1042,7 @@ export namespace google {
1042
/**
1043
* The near fit percent set by the user.
1044
*/
1045
- public nearMatchParent: number;
+ public nearMatchPercent: number;
1046
1047
* Resource type setting set by the user.
1048
0 commit comments