sample-piral 1.4.0-beta.6313 → 1.4.0-beta.6342

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.
@@ -6262,7 +6262,8 @@ function defaultFallback(key, language) {
6262
6262
  }
6263
6263
  function formatMessage(message, variables) {
6264
6264
  return message.replace(/{{\s*([A-Za-z0-9_.]+)\s*}}/g, function (_match, p1) {
6265
- return p1 in variables ? variables[p1] || '' : "{{".concat(p1, "}}");
6265
+ var _variables$p;
6266
+ return p1 in variables ? (_variables$p = variables[p1]) !== null && _variables$p !== void 0 ? _variables$p : '' : "{{".concat(p1, "}}");
6266
6267
  });
6267
6268
  }
6268
6269
  var Localizer = /*#__PURE__*/function () {
@@ -6593,12 +6594,12 @@ function installPiralDebug(options) {
6593
6594
  debug: debugApiVersion,
6594
6595
  instance: {
6595
6596
  name: "sample-piral",
6596
- version: "1.4.0-beta.6313",
6597
+ version: "1.4.0-beta.6342",
6597
6598
  dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
6598
6599
  },
6599
6600
  build: {
6600
- date: "2023-12-04T19:51:55.501Z",
6601
- cli: "1.4.0-beta.6313",
6601
+ date: "2023-12-08T17:18:06.110Z",
6602
+ cli: "1.4.0-beta.6342",
6602
6603
  compat: "1"
6603
6604
  }
6604
6605
  };
@@ -66632,4 +66633,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
66632
66633
 
66633
66634
  /******/ })()
66634
66635
  ;
66635
- //# sourceMappingURL=index.c1cbbd.js.map
66636
+ //# sourceMappingURL=index.c414cd.js.map