expensify-common 2.0.80 → 2.0.82
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 +1 -0
- package/dist/CONST.js +1 -0
- package/package.json +2 -2
package/dist/CONST.d.ts
CHANGED
|
@@ -366,6 +366,7 @@ declare const CONST: {
|
|
|
366
366
|
readonly CLOUDFRONT_FILES: "https://d2k5nsl2zxldvw.cloudfront.net/files/";
|
|
367
367
|
readonly EXPENSIFY_SYNC_MANAGER: "quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_2300802.exe";
|
|
368
368
|
readonly USEDOT_ROOT: "https://use.expensify.com/";
|
|
369
|
+
readonly HELPDOT_ROOT: "https://help.expensify.com/";
|
|
369
370
|
readonly ITUNES_SUBSCRIPTION: "https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions";
|
|
370
371
|
};
|
|
371
372
|
readonly DATE: {
|
package/dist/CONST.js
CHANGED
|
@@ -374,6 +374,7 @@ const CONST = {
|
|
|
374
374
|
CLOUDFRONT_FILES: 'https://d2k5nsl2zxldvw.cloudfront.net/files/',
|
|
375
375
|
EXPENSIFY_SYNC_MANAGER: 'quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_2300802.exe',
|
|
376
376
|
USEDOT_ROOT: 'https://use.expensify.com/',
|
|
377
|
+
HELPDOT_ROOT: 'https://help.expensify.com/',
|
|
377
378
|
ITUNES_SUBSCRIPTION: 'https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions',
|
|
378
379
|
},
|
|
379
380
|
DATE: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expensify-common",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.82",
|
|
4
4
|
"author": "Expensify, Inc.",
|
|
5
5
|
"description": "Expensify libraries and components shared across different repos",
|
|
6
6
|
"homepage": "https://expensify.com",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"ua-parser-js": "^1.0.38"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/preset-env": "^7.
|
|
46
|
+
"@babel/preset-env": "^7.25.3",
|
|
47
47
|
"@babel/preset-typescript": "^7.24.7",
|
|
48
48
|
"@lwc/eslint-plugin-lwc": "^1.8.2",
|
|
49
49
|
"@types/jest": "^29.5.12",
|