single-file-core 1.5.14 → 1.5.15

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.
@@ -17052,10 +17052,10 @@ async function evalTemplate(template = "", options, content, doc, context = {})
17052
17052
  }
17053
17053
  }
17054
17054
  };
17055
- functions["date-locale"].dontReplaceSlash = false;
17056
- functions["time-locale"].dontReplaceSlash = false;
17057
- functions["datetime-locale"].dontReplaceSlash = false;
17058
- functions["datetime-custom"].dontReplaceSlash = false;
17055
+ functions["date-locale"].dontReplaceSlash = true;
17056
+ functions["time-locale"].dontReplaceSlash = true;
17057
+ functions["datetime-locale"].dontReplaceSlash = true;
17058
+ functions["datetime-custom"].dontReplaceSlash = true;
17059
17059
  if (doc) {
17060
17060
  functions["page-element-text"] = (selector) => {
17061
17061
  const element = doc.querySelector(selector);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.5.14",
3
+ "version": "1.5.15",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",