@miden-npm/angular 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -204,6 +204,7 @@ interface IPaymentObject {
204
204
  phoneNumber: string;
205
205
  narration: string;
206
206
  redirectUrl?: string;
207
+ logoUrl?: string;
207
208
  }
208
209
  interface ICardDetails {
209
210
  pan: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org",
5
5
  "access": "public"
6
6
  },
7
- "version": "2.0.3",
7
+ "version": "2.0.4",
8
8
  "main": "./fesm2022/miden-npm-angular.mjs",
9
9
  "module": "fesm2022/miden-npm-angular.mjs",
10
10
  "types": "./index.d.ts",