@odynn/awayz-flights 0.1.11 → 0.1.12

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.
@@ -107,7 +107,7 @@ const N = 1, P = D.ECONOMY, A = (t) => {
107
107
  },
108
108
  onSuccess: (r) => {
109
109
  const { success: s, data: o } = r;
110
- s && O(o);
110
+ s && O(o.offers);
111
111
  },
112
112
  onError: (r) => {
113
113
  console.error("Error in round-trip fare search:", r);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-flights",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"