@lustre/sdk 3.5.1-dev.7 → 3.5.1-dev.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lustre/sdk",
3
- "version": "3.5.1-dev.7",
3
+ "version": "3.5.1-dev.9",
4
4
  "repository": "github:parli/typescript-sdk",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -128,7 +128,7 @@ export interface Money {
128
128
  amount: MoneyAmount;
129
129
  currency: IsoCurrency | IsoNoCurrency;
130
130
  }
131
- export type MoneyAmount = string;
131
+ export type MoneyAmount = number;
132
132
  export type IsoCurrency = (typeof ALL_CURRENCY_CODES)[number];
133
133
  export type IsoNoCurrency = "XXX";
134
134
  export type IsoTestCurrency = "XTS";