@cj-tech-master/excelts 1.6.3-canary.20251224125850.7da664f → 1.6.3-canary.20251224192625.eabe137

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v1.6.3-canary.20251224125850.7da664f
2
+ * @cj-tech-master/excelts v1.6.3-canary.20251224192625.eabe137
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
@@ -17626,7 +17626,7 @@ var import_dayjs_min = /* @__PURE__ */ __toESM(require_dayjs_min(), 1);
17626
17626
  * Escape special regex characters
17627
17627
  */
17628
17628
  function escapeRegex(str) {
17629
- return str.replace(/[.*+?^${}()|[\]\\]/g, "$&");
17629
+ return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
17630
17630
  }
17631
17631
  /**
17632
17632
  * Check if headers are unique