@gojinko/plugin 2.2.0 → 2.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gojinko/plugin",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "description": "Jinko Travel plugin for Claude Code and OpenAI Codex — flight search, booking, and trip management via MCP",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -33,7 +33,6 @@ Auth alternatives:
33
33
  | `find-destination` | Discover destinations from origin(s) — inspiration |
34
34
  | `flight-calendar` | Cheapest prices across a date range for a specific route |
35
35
  | `flight-search` | Live pricing — direct search by route + dates, or `--offer-token` price-check (returns bookable `trip_item_token`) |
36
- | `find-flight` | **Legacy.** Cached route + dates search. Kept for backwards compat; prefer `flight-search` for new work. |
37
36
  | `hotel-search` | Live hotel search by city/query/geo/hotel-ids |
38
37
  | `hotel-details` | Rich metadata (gallery, facilities, policies, per-room details) for a single hotel |
39
38
  | `trip` | Create / update a trip: add items, remove items, set travelers + contact |