@odynn/awayz-hotels 0.6.1 → 0.6.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.
@@ -61,7 +61,7 @@ const QA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAGiCAYAAAAfl6KSAA
61
61
  if (a.stopPropagation(), E) E(A);
62
62
  else
63
63
  throw new Error("Could not display availability calendar.");
64
- }, s = S && typeof A.nthNightFree == "number" && A.nthNightFree > 0;
64
+ }, s = typeof A.nthNightFree == "number" && A.nthNightFree > 0;
65
65
  return /* @__PURE__ */ C(
66
66
  "div",
67
67
  {
@@ -115,7 +115,7 @@ const QA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAGiCAYAAAAfl6KSAA
115
115
  /* @__PURE__ */ Q(k, {}),
116
116
  /* @__PURE__ */ Q("p", { children: "Free Night" })
117
117
  ] }),
118
- s && /* @__PURE__ */ C("div", { children: [
118
+ S && s && /* @__PURE__ */ C("div", { children: [
119
119
  /* @__PURE__ */ Q(G, {}),
120
120
  /* @__PURE__ */ C("p", { children: [
121
121
  Y(A.nthNightFree),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odynn/awayz-hotels",
3
3
  "private": false,
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"