@miden-npm/angular 2.1.6 → 2.1.9

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
@@ -374,6 +374,7 @@ interface IApiResponse<T> extends IPagination {
374
374
  responseMessage: string;
375
375
  responseCode: string;
376
376
  data: T | null;
377
+ stableCoins: T | null;
377
378
  reference?: string;
378
379
  user?: T;
379
380
  merchant?: T;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org",
5
5
  "access": "public"
6
6
  },
7
- "version": "2.1.6",
7
+ "version": "2.1.9",
8
8
  "main": "./fesm2022/miden-npm-angular.mjs",
9
9
  "module": "fesm2022/miden-npm-angular.mjs",
10
10
  "types": "./index.d.ts",