tonightpass 0.0.151 → 0.0.153

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/dist/index.d.mts CHANGED
@@ -323,7 +323,6 @@ interface ExchangeRates {
323
323
  base: Currency.EUR;
324
324
  rates: Record<Currency, number>;
325
325
  updatedAt: Date;
326
- source: "ecb" | "fallback";
327
326
  }
328
327
  interface CurrencyConversion {
329
328
  from: Currency;
package/dist/index.d.ts CHANGED
@@ -323,7 +323,6 @@ interface ExchangeRates {
323
323
  base: Currency.EUR;
324
324
  rates: Record<Currency, number>;
325
325
  updatedAt: Date;
326
- source: "ecb" | "fallback";
327
326
  }
328
327
  interface CurrencyConversion {
329
328
  from: Currency;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tonightpass",
3
- "version": "0.0.151",
3
+ "version": "0.0.153",
4
4
  "description": "@tonightpass sdk and tools.",
5
5
  "repository": {
6
6
  "type": "git",