@voyantjs/cruises 0.53.2 → 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.
- package/README.md +8 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @voyantjs/cruises
|
|
2
2
|
|
|
3
|
-
Opt-in cruises module for
|
|
3
|
+
Opt-in cruises module for OTA, tour-operator, and DMC deployments. Provides the
|
|
4
|
+
canonical schema, services, and admin/storefront/booking integration for cruise
|
|
5
|
+
inventory - both self-managed (a tour operator or DMC publishes its own
|
|
6
|
+
small-scale or specialized cruises) and external (sourced from a registered
|
|
7
|
+
adapter such as Voyant Connect).
|
|
8
|
+
|
|
9
|
+
Cruises are an inventory and operations capability inside the target scenarios,
|
|
10
|
+
not a separate cruise-line implementation scenario.
|
|
4
11
|
|
|
5
12
|
See [docs/architecture/cruises-module.md](../../docs/architecture/cruises-module.md) for the full design.
|
|
6
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/cruises",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"drizzle-orm": "^0.45.2",
|
|
90
90
|
"hono": "^4.12.10",
|
|
91
91
|
"zod": "^4.3.6",
|
|
92
|
-
"@voyantjs/bookings": "0.
|
|
93
|
-
"@voyantjs/core": "0.
|
|
94
|
-
"@voyantjs/db": "0.
|
|
95
|
-
"@voyantjs/hono": "0.
|
|
96
|
-
"@voyantjs/catalog": "0.
|
|
92
|
+
"@voyantjs/bookings": "0.55.0",
|
|
93
|
+
"@voyantjs/core": "0.55.0",
|
|
94
|
+
"@voyantjs/db": "0.55.0",
|
|
95
|
+
"@voyantjs/hono": "0.55.0",
|
|
96
|
+
"@voyantjs/catalog": "0.55.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"typescript": "^6.0.2",
|