expensify-common 2.0.74 → 2.0.76
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/ExpensiMark.js +1 -1
- package/package.json +2 -2
package/dist/ExpensiMark.js
CHANGED
|
@@ -262,7 +262,7 @@ class ExpensiMark {
|
|
|
262
262
|
{
|
|
263
263
|
name: 'autolink',
|
|
264
264
|
process: (textToProcess, replacement) => {
|
|
265
|
-
const regex = new RegExp(`(?![^<]*>|[^<>]*<\\/(?!h1>))([_*~]*?)${UrlPatterns.MARKDOWN_URL_REGEX}\\1(?!((?:(?!<a).)+)?<\\/a>|[^<]*(<\\/pre>|<\\/code
|
|
265
|
+
const regex = new RegExp(`(?![^<]*>|[^<>]*<\\/(?!h1>))([_*~]*?)${UrlPatterns.MARKDOWN_URL_REGEX}\\1(?!((?:(?!<a).)+)?<\\/a>|[^<]*(<\\/pre>|<\\/code>))`, 'gi');
|
|
266
266
|
return this.modifyTextForUrlLinks(regex, textToProcess, replacement);
|
|
267
267
|
},
|
|
268
268
|
replacement: (_extras, _match, g1, g2) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expensify-common",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.76",
|
|
4
4
|
"author": "Expensify, Inc.",
|
|
5
5
|
"description": "Expensify libraries and components shared across different repos",
|
|
6
6
|
"homepage": "https://expensify.com",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"jest-environment-jsdom": "^29.7.0",
|
|
69
69
|
"jit-grunt": "^0.10.0",
|
|
70
70
|
"prettier": "^3.3.3",
|
|
71
|
-
"typescript": "^5.5.
|
|
71
|
+
"typescript": "^5.5.4"
|
|
72
72
|
},
|
|
73
73
|
"browserify": {
|
|
74
74
|
"transform": [
|