@miden-npm/angular 0.0.34 → 0.0.35

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
@@ -201,7 +201,7 @@ interface IPaymentObject {
201
201
  email: string;
202
202
  phoneNumber: string;
203
203
  narration: string;
204
- redirectUrl: string;
204
+ redirectUrl?: string;
205
205
  }
206
206
  interface ICardDetails {
207
207
  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": "0.0.34",
7
+ "version": "0.0.35",
8
8
  "main": "./fesm2022/miden-npm-angular.mjs",
9
9
  "module": "fesm2022/miden-npm-angular.mjs",
10
10
  "types": "./index.d.ts",