@enure/jacklin 3.1.0 → 3.1.1
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5536,6 +5536,7 @@ var import_handlebars = __toESM(require_lib(), 1);
|
|
|
5536
5536
|
import { fileURLToPath } from "url";
|
|
5537
5537
|
import { dirname, resolve } from "path";
|
|
5538
5538
|
import { readFileSync } from "fs";
|
|
5539
|
+
import_handlebars.default.registerHelper("or", (a, b) => a || b);
|
|
5539
5540
|
import_handlebars.default.registerHelper("getShortDate", (dateStr) => {
|
|
5540
5541
|
if (typeof dateStr === "string") {
|
|
5541
5542
|
const date = new Date(dateStr);
|