flappa-doormal 2.16.1 → 2.16.2

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/README.md CHANGED
@@ -146,7 +146,7 @@ Replace regex with readable tokens:
146
146
  | `{{kitab}}` | "كتاب" (book) | `كتاب` |
147
147
  | `{{bab}}` | "باب" (chapter) | `باب` |
148
148
  | `{{basmalah}}` | "بسم الله" | `بسم الله` |
149
- | `{{hr}}` | Horizontal rule (5+ chars) | `[-–—ـ_]{5,}` |
149
+ | `{{hr}}` | Horizontal rule (5+ chars) | `[-–—ـ_=]{5,}` |
150
150
 
151
151
  #### Token Details
152
152
 
package/dist/index.mjs CHANGED
@@ -173,7 +173,7 @@ const BASE_TOKENS = {
173
173
  fasl: ["مسألة", "فصل"].join("|"),
174
174
  harf: "[أ-ي]",
175
175
  harfs: "[أ-ي](?:\\s+[أ-ي])*",
176
- hr: "[-–—ـ_]{5,}",
176
+ hr: "[-–—ـ_=]{5,}",
177
177
  kitab: "كتاب",
178
178
  naql: [
179
179
  "حدثني",