expensify-common 2.0.139 → 2.0.140

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/CONST.d.ts CHANGED
@@ -38,6 +38,7 @@ declare const CONST: {
38
38
  readonly AU: "AUD";
39
39
  readonly UK: "GBP";
40
40
  readonly NZ: "NZD";
41
+ readonly EU: "EUR";
41
42
  };
42
43
  readonly STATES: {
43
44
  readonly AK: {
package/dist/CONST.js CHANGED
@@ -46,6 +46,7 @@ const CONST = {
46
46
  AU: 'AUD',
47
47
  UK: 'GBP',
48
48
  NZ: 'NZD',
49
+ EU: 'EUR',
49
50
  },
50
51
  STATES: {
51
52
  AK: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expensify-common",
3
- "version": "2.0.139",
3
+ "version": "2.0.140",
4
4
  "author": "Expensify, Inc.",
5
5
  "description": "Expensify libraries and components shared across different repos",
6
6
  "homepage": "https://expensify.com",