@voyantjs/hospitality 0.50.4 → 0.50.6

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.
@@ -99,7 +99,7 @@ export const hospitalityBookingsService = {
99
99
  });
100
100
  if (reserveResult.status !== "ok") {
101
101
  // Roll back by throwing a typed sentinel — mirrors the
102
- // pattern used in finance/quickCreateBooking.
102
+ // pattern used in finance/createBooking.
103
103
  throw new ReserveStayAbort(reserveResult);
104
104
  }
105
105
  // 4. Travelers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/hospitality",
3
- "version": "0.50.4",
3
+ "version": "0.50.6",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -64,16 +64,16 @@
64
64
  "drizzle-orm": "^0.45.2",
65
65
  "hono": "^4.12.10",
66
66
  "zod": "^4.3.6",
67
- "@voyantjs/bookings": "0.50.4",
68
- "@voyantjs/core": "0.50.4",
69
- "@voyantjs/db": "0.50.4",
70
- "@voyantjs/facilities": "0.50.4",
71
- "@voyantjs/hono": "0.50.4",
72
- "@voyantjs/catalog": "0.50.4"
67
+ "@voyantjs/bookings": "0.50.6",
68
+ "@voyantjs/core": "0.50.6",
69
+ "@voyantjs/db": "0.50.6",
70
+ "@voyantjs/facilities": "0.50.6",
71
+ "@voyantjs/hono": "0.50.6",
72
+ "@voyantjs/catalog": "0.50.6"
73
73
  },
74
74
  "devDependencies": {
75
75
  "typescript": "^6.0.2",
76
- "@voyantjs/pricing": "0.50.4",
76
+ "@voyantjs/pricing": "0.50.6",
77
77
  "@voyantjs/voyant-typescript-config": "0.1.0"
78
78
  },
79
79
  "files": [