@voyantjs/catalog 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.
|
@@ -134,7 +134,7 @@ export interface OwnedBookingHandler {
|
|
|
134
134
|
computeQuote(ctx: OwnedHandlerContext, request: ComputeQuoteRequest): Promise<ComputeQuoteResult>;
|
|
135
135
|
/**
|
|
136
136
|
* Commit the draft to a booking row. Phase A handlers map the
|
|
137
|
-
* draft into `
|
|
137
|
+
* draft into `bookingsCreate`'s input shape; later phases
|
|
138
138
|
* extend this to model extras, hospitality stays, encrypted
|
|
139
139
|
* travel details, tax lines, snapshot graphs.
|
|
140
140
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/catalog",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"drizzle-orm": "^0.45.2",
|
|
141
141
|
"hono": "^4.12.10",
|
|
142
142
|
"zod": "^4.1.4",
|
|
143
|
-
"@voyantjs/core": "0.50.
|
|
144
|
-
"@voyantjs/db": "0.50.
|
|
145
|
-
"@voyantjs/hono": "0.50.
|
|
143
|
+
"@voyantjs/core": "0.50.6",
|
|
144
|
+
"@voyantjs/db": "0.50.6",
|
|
145
|
+
"@voyantjs/hono": "0.50.6"
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
148
|
"drizzle-kit": "^0.31.10",
|