@voyant-travel/cruises 0.130.0 → 0.130.1
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.
- package/dist/routes-public.d.ts +1 -1
- package/package.json +6 -6
package/dist/routes-public.d.ts
CHANGED
|
@@ -446,10 +446,10 @@ export declare const cruisePublicRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
446
446
|
id: string;
|
|
447
447
|
createdAt: string;
|
|
448
448
|
updatedAt: string;
|
|
449
|
+
label: string | null;
|
|
449
450
|
kind: "transfer" | "gratuity" | "onboard_credit" | "port_charge" | "tax" | "ncf" | "airfare" | "insurance";
|
|
450
451
|
direction: "addition" | "inclusion" | "credit";
|
|
451
452
|
priceId: string;
|
|
452
|
-
label: string | null;
|
|
453
453
|
amount: string;
|
|
454
454
|
perPerson: boolean;
|
|
455
455
|
}[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/cruises",
|
|
3
|
-
"version": "0.130.
|
|
3
|
+
"version": "0.130.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
"drizzle-orm": "^0.45.2",
|
|
105
105
|
"hono": "^4.12.10",
|
|
106
106
|
"zod": "^4.3.6",
|
|
107
|
-
"@voyant-travel/bookings": "^0.131.
|
|
108
|
-
"@voyant-travel/core": "^0.
|
|
109
|
-
"@voyant-travel/db": "^0.108.
|
|
110
|
-
"@voyant-travel/hono": "^0.
|
|
111
|
-
"@voyant-travel/catalog": "^0.129.
|
|
107
|
+
"@voyant-travel/bookings": "^0.131.1",
|
|
108
|
+
"@voyant-travel/core": "^0.111.0",
|
|
109
|
+
"@voyant-travel/db": "^0.108.5",
|
|
110
|
+
"@voyant-travel/hono": "^0.113.0",
|
|
111
|
+
"@voyant-travel/catalog": "^0.129.1",
|
|
112
112
|
"@voyant-travel/cruises-contracts": "^0.105.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|