@voyantjs/flights 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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # @voyantjs/flights
2
2
 
3
- Phase 3 of the catalog plane. The flights vertical a partial-adoption module
4
- for live-API flight search and booking.
3
+ Phase 3 of the catalog plane. The flights vertical is a partial-adoption module
4
+ for live-API flight supplier search and booking in OTA, tour-operator, and DMC
5
+ deployments.
6
+
7
+ Flights are modeled as supplier integrations and sourced inventory. Voyant is
8
+ not positioned as an airline or flight-operator system.
5
9
 
6
10
  See [`docs/architecture/catalog-flights-architecture.md`](../../docs/architecture/catalog-flights-architecture.md)
7
11
  for the full design.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/flights",
3
- "version": "0.53.2",
3
+ "version": "0.55.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -58,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "drizzle-orm": "^0.45.2",
61
- "@voyantjs/db": "0.53.2",
62
- "@voyantjs/catalog": "0.53.2"
61
+ "@voyantjs/db": "0.55.0",
62
+ "@voyantjs/catalog": "0.55.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "typescript": "^6.0.2",