@voyantjs/bookings 0.54.0 → 0.55.0
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.
|
@@ -73,7 +73,7 @@ export const bookingTravelerTravelDetails = pgTable("booking_traveler_travel_det
|
|
|
73
73
|
sharingGroupId: text("sharing_group_id"),
|
|
74
74
|
/**
|
|
75
75
|
* Plain cross-package reference to a room type/catalog unit. No FK:
|
|
76
|
-
*
|
|
76
|
+
* accommodations/product catalogs are optional packages.
|
|
77
77
|
*/
|
|
78
78
|
roomTypeId: text("room_type_id"),
|
|
79
79
|
bedPreference: text("bed_preference").$type(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/bookings",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
"drizzle-orm": "^0.45.2",
|
|
80
80
|
"hono": "^4.12.10",
|
|
81
81
|
"zod": "^4.3.6",
|
|
82
|
-
"@voyantjs/action-ledger": "0.
|
|
83
|
-
"@voyantjs/core": "0.
|
|
84
|
-
"@voyantjs/db": "0.
|
|
85
|
-
"@voyantjs/hono": "0.
|
|
86
|
-
"@voyantjs/utils": "0.
|
|
82
|
+
"@voyantjs/action-ledger": "0.55.0",
|
|
83
|
+
"@voyantjs/core": "0.55.0",
|
|
84
|
+
"@voyantjs/db": "0.55.0",
|
|
85
|
+
"@voyantjs/hono": "0.55.0",
|
|
86
|
+
"@voyantjs/utils": "0.55.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"typescript": "^6.0.2",
|
|
90
|
-
"@voyantjs/products": "0.
|
|
90
|
+
"@voyantjs/products": "0.55.0",
|
|
91
91
|
"@voyantjs/voyant-typescript-config": "0.1.0"
|
|
92
92
|
},
|
|
93
93
|
"files": [
|