h-section 0.0.6 → 0.0.7

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.
@@ -12773,7 +12773,7 @@ function rv(f) {
12773
12773
  if (!T)
12774
12774
  return console.error(`[HotelSection] Target not found: ${String(f)}`), null;
12775
12775
  const _ = _h();
12776
- console.log("[HotelSection] Data received:", _), zh.createRoot(T).render(/* @__PURE__ */ N.jsx(cv, { data: _ }));
12776
+ zh.createRoot(T).render(/* @__PURE__ */ N.jsx(cv, { data: _ }));
12777
12777
  }
12778
12778
  const sv = {
12779
12779
  renderHotelSection: rv
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "h-section",
3
3
  "private": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "type": "commonjs",
6
6
  "scripts": {
7
7
  "dev": "vite",