boostedtravel 0.2.3 → 0.2.4
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* BoostedTravel — Agent-native flight search & booking SDK for Node.js/TypeScript.
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* 53 airline connectors run locally via Python + backend API for enterprise GDS/NDC sources.
|
|
5
5
|
* Zero external JS dependencies. Uses native fetch (Node 18+).
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
@@ -170,7 +170,7 @@ declare function offerSummary(offer: FlightOffer): string;
|
|
|
170
170
|
/** Get cheapest offer from search results */
|
|
171
171
|
declare function cheapestOffer(result: FlightSearchResult): FlightOffer | null;
|
|
172
172
|
/**
|
|
173
|
-
* Search flights using
|
|
173
|
+
* Search flights using 53 local airline connectors — FREE, no API key needed.
|
|
174
174
|
*
|
|
175
175
|
* Requires: pip install boostedtravel && playwright install chromium
|
|
176
176
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* BoostedTravel — Agent-native flight search & booking SDK for Node.js/TypeScript.
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* 53 airline connectors run locally via Python + backend API for enterprise GDS/NDC sources.
|
|
5
5
|
* Zero external JS dependencies. Uses native fetch (Node 18+).
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
@@ -170,7 +170,7 @@ declare function offerSummary(offer: FlightOffer): string;
|
|
|
170
170
|
/** Get cheapest offer from search results */
|
|
171
171
|
declare function cheapestOffer(result: FlightSearchResult): FlightOffer | null;
|
|
172
172
|
/**
|
|
173
|
-
* Search flights using
|
|
173
|
+
* Search flights using 53 local airline connectors — FREE, no API key needed.
|
|
174
174
|
*
|
|
175
175
|
* Requires: pip install boostedtravel && playwright install chromium
|
|
176
176
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "boostedtravel",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Agent-native flight search & booking.
|
|
3
|
+
"version": "0.2.4",
|
|
4
|
+
"description": "Agent-native flight search & booking. 53 airline connectors run locally + enterprise GDS/NDC APIs. Built for autonomous AI agents.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|