From b2d77778cb86178d29eccaaabb0170e86428cf18 Mon Sep 17 00:00:00 2001 From: achavesm Date: Thu, 22 Apr 2021 12:48:24 +0200 Subject: [PATCH 1/2] fix: :bug: Fix misspelling on nearMathPercent --- src/ima.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ima.d.ts b/src/ima.d.ts index 0931c7e..4d00417 100644 --- a/src/ima.d.ts +++ b/src/ima.d.ts @@ -1042,7 +1042,7 @@ export namespace google { /** * The near fit percent set by the user. */ - public nearMatchParent: number; + public nearMatchPercent: number; /** * Resource type setting set by the user. */ From 7e04020e969e77c3e30546eaed3c18032e16d649 Mon Sep 17 00:00:00 2001 From: achavesm Date: Thu, 22 Apr 2021 12:49:22 +0200 Subject: [PATCH 2/2] chore: :bookmark: Update version to 2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eac7ef5..d09cb7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alugha/ima", - "version": "2.0.2", + "version": "2.0.3", "description": "A library for asynchronously loading the Google IMA SDK with static typing for the SDK", "license": "MIT", "author": "Niklas Korz ",