@actual-app/api 25.12.0-nightly.20251112 → 25.12.0-nightly.20251114

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.
@@ -112134,6 +112134,7 @@ const currencies = [
112134
112134
  { code: "CAD", name: "Canadian Dollar", symbol: "CA$", decimalPlaces: 2, numberFormat: "comma-dot", symbolFirst: true },
112135
112135
  { code: "CHF", name: "Swiss Franc", symbol: "Fr.", decimalPlaces: 2, numberFormat: "apostrophe-dot", symbolFirst: true },
112136
112136
  { code: "CNY", name: "Yuan Renminbi", symbol: "¥", decimalPlaces: 2, numberFormat: "comma-dot", symbolFirst: true },
112137
+ { code: "COP", name: "Colombian Peso", symbol: "Col$", decimalPlaces: 2, numberFormat: "dot-comma", symbolFirst: true },
112137
112138
  { code: "CRC", name: "Costa Rican Colón", symbol: "₡", decimalPlaces: 2, numberFormat: "space-comma", symbolFirst: true },
112138
112139
  { code: "DKK", name: "Danish Krone", symbol: "kr", decimalPlaces: 2, numberFormat: "dot-comma", symbolFirst: false },
112139
112140
  { code: "EGP", name: "Egyptian Pound", symbol: "ج.م", decimalPlaces: 2, numberFormat: "comma-dot", symbolFirst: false },
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "25.12.0-nightly.20251112",
3
+ "version": "25.12.0-nightly.20251114",
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.20251112",
3
+ "version": "25.12.0-nightly.20251114",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {