@voyant-travel/flights 0.129.0 → 0.130.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.
|
@@ -3,7 +3,8 @@ import { buildFlightSummary, createFlightOrderPaymentIntegration, parseAmountToC
|
|
|
3
3
|
const DB = { __db: true };
|
|
4
4
|
let CTX;
|
|
5
5
|
function stubContext() {
|
|
6
|
-
|
|
6
|
+
const context = { var: { db: DB } };
|
|
7
|
+
CTX = context;
|
|
7
8
|
return CTX;
|
|
8
9
|
}
|
|
9
10
|
function stubOrder(over = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/flights",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.130.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"hono": "^4.12.10",
|
|
85
85
|
"zod": "^4.3.6",
|
|
86
86
|
"@voyant-travel/db": "^0.108.4",
|
|
87
|
-
"@voyant-travel/catalog": "^0.
|
|
87
|
+
"@voyant-travel/catalog": "^0.128.0",
|
|
88
88
|
"@voyant-travel/flights-contracts": "^0.104.4",
|
|
89
89
|
"@voyant-travel/hono": "^0.112.2"
|
|
90
90
|
},
|