meemup-library 1.4.73 → 1.4.74

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.
@@ -522,7 +522,8 @@ class SimplePreviewController {
522
522
  return "";
523
523
  }
524
524
  printQrCode(template, detail) {
525
- if (!template.qrCodeOrderDetails || detail.order.qrCodeDetailUrl.trim() === "")
525
+ var _a, _b;
526
+ if (!template.qrCodeOrderDetails || ((_a = detail.order.qrCodeDetailUrl) === null || _a === void 0 ? void 0 : _a.trim()) === "" || !((_b = detail.order.qrCodeDetailUrl) === null || _b === void 0 ? void 0 : _b.startsWith("http")))
526
527
  return "";
527
528
  let content = this.createDivContainer(template);
528
529
  // content += this.printSolidLine();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.4.73",
3
+ "version": "1.4.74",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "remove:one": "rimraf dist",
12
12
  "remove:two": "rimraf ./src/dist",
13
13
  "test": "echo \"Error: no test specified\" && exit 1",
14
- "commit": "git add . && git commit -m \"version.1.4.73\" && git push origin "
14
+ "commit": "git add . && git commit -m \"version.1.4.74\" && git push origin "
15
15
  },
16
16
  "files": [
17
17
  "/dist"