letsfg 2026.5.53 → 2026.5.54

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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,8 +16,6 @@
16
16
 
17
17
  > **Want direct airline URLs without any per-booking fee?** Use the [Developer API](https://letsfg.co/developers) — prepaid credits, results in seconds, no checkout step.
18
18
 
19
- > ⭐ **[Star the repo](https://github.com/LetsFG/LetsFG) → register → unlimited access forever.** First 1,000 stars only.
20
-
21
19
  ## Install
22
20
 
23
21
  ```bash
@@ -188,7 +186,7 @@ Or set the `LETSFG_MAX_BROWSERS` environment variable globally.
188
186
  - **Try without installing**: [letsfg.co](https://letsfg.co) — search instantly in your browser
189
187
  - **GitHub**: [LetsFG/LetsFG](https://github.com/LetsFG/LetsFG)
190
188
 
191
- > ⭐ **[Star the repo](https://github.com/LetsFG/LetsFG)** to unlock free access. First 1,000 stars only.
189
+ > ⭐ **[Star the repo](https://github.com/LetsFG/LetsFG)** we appreciate the support.
192
190
 
193
191
  ## License
194
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "letsfg",
3
- "version": "2026.5.53",
3
+ "version": "2026.5.54",
4
4
  "description": "Flight search & booking for AI agents. 200+ airline connectors run locally. Free search — get direct booking URLs via letsfg.co or the Developer API.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",