@actual-app/api 25.12.0-nightly.20251126 → 25.12.0-nightly.20251127

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.
@@ -111294,6 +111294,7 @@ const currencies = [
111294
111294
  { code: "ARS", name: "Argentinian Peso", symbol: "Arg$", decimalPlaces: 2, numberFormat: "dot-comma", symbolFirst: true },
111295
111295
  { code: "AUD", name: "Australian Dollar", symbol: "A$", decimalPlaces: 2, numberFormat: "comma-dot", symbolFirst: true },
111296
111296
  { code: "BRL", name: "Brazilian Real", symbol: "R$", decimalPlaces: 2, numberFormat: "dot-comma", symbolFirst: true },
111297
+ { code: "BYN", name: "Belarusian Ruble", symbol: "Br", decimalPlaces: 2, numberFormat: "space-comma", symbolFirst: false },
111297
111298
  { code: "CAD", name: "Canadian Dollar", symbol: "CA$", decimalPlaces: 2, numberFormat: "comma-dot", symbolFirst: true },
111298
111299
  { code: "CHF", name: "Swiss Franc", symbol: "Fr.", decimalPlaces: 2, numberFormat: "apostrophe-dot", symbolFirst: true },
111299
111300
  { code: "CNY", name: "Yuan Renminbi", symbol: "¥", decimalPlaces: 2, numberFormat: "comma-dot", symbolFirst: true },
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251126",
3
+ "version": "25.12.0-nightly.20251127",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251126",
3
+ "version": "25.12.0-nightly.20251127",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {