letsfg 2026.5.59 → 2026.5.60

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/cli.js CHANGED
@@ -785,7 +785,7 @@ Developer API only (a SEPARATE paid product \u2014 most agents should not use th
785
785
  they create a billing account. Use auth above instead):
786
786
  register --name ... --email ... Create a paid Developer API account
787
787
  setup-payment Attach a card to that paid account
788
- unlock <offer_id> Unlock offer \u2014 1% of ticket (min $3)
788
+ unlock <offer_id> [Developer API only] Unlock offer \u2014 1% of ticket (min $3)
789
789
 
790
790
  Options:
791
791
  --json, -j Output raw JSON
package/dist/cli.mjs CHANGED
@@ -288,7 +288,7 @@ Developer API only (a SEPARATE paid product \u2014 most agents should not use th
288
288
  they create a billing account. Use auth above instead):
289
289
  register --name ... --email ... Create a paid Developer API account
290
290
  setup-payment Attach a card to that paid account
291
- unlock <offer_id> Unlock offer \u2014 1% of ticket (min $3)
291
+ unlock <offer_id> [Developer API only] Unlock offer \u2014 1% of ticket (min $3)
292
292
 
293
293
  Options:
294
294
  --json, -j Output raw JSON
package/package.json CHANGED
@@ -1,52 +1,52 @@
1
- {
2
- "name": "letsfg",
3
- "version": "2026.5.59",
4
- "description": "Flight search & booking for AI agents. Server-side engine covers hundreds of airlines. Free search via Bearer token or prepaid Developer API. Includes open-source ranking engine.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "bin": {
9
- "letsfg": "dist/cli.js"
10
- },
11
- "files": [
12
- "dist/",
13
- "README.md",
14
- "LICENSE"
15
- ],
16
- "scripts": {
17
- "build": "tsup src/index.ts src/cli.ts --format cjs,esm --dts --clean",
18
- "test": "tsx --test src/index.test.ts",
19
- "prepublishOnly": "npm run build"
20
- },
21
- "keywords": [
22
- "flights",
23
- "travel",
24
- "booking",
25
- "agent",
26
- "ai",
27
- "cli",
28
- "autonomous",
29
- "mcp",
30
- "openai",
31
- "airline",
32
- "ndc",
33
- "search",
34
- "ndc"
35
- ],
36
- "author": "LetsFG",
37
- "license": "MIT",
38
- "repository": {
39
- "type": "git",
40
- "url": "https://github.com/LetsFG/LetsFG.git"
41
- },
42
- "homepage": "https://letsfg.co",
43
- "devDependencies": {
44
- "@types/node": "^25.3.3",
45
- "tsup": "^8.0.0",
46
- "tsx": "^4.19.0",
47
- "typescript": "^5.3.0"
48
- },
49
- "engines": {
50
- "node": ">=18.0.0"
51
- }
52
- }
1
+ {
2
+ "name": "letsfg",
3
+ "version": "2026.5.60",
4
+ "description": "Flight search & booking for AI agents. Server-side engine covers hundreds of airlines. Free search via Bearer token or prepaid Developer API. Includes open-source ranking engine.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "bin": {
9
+ "letsfg": "dist/cli.js"
10
+ },
11
+ "files": [
12
+ "dist/",
13
+ "README.md",
14
+ "LICENSE"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsup src/index.ts src/cli.ts --format cjs,esm --dts --clean",
18
+ "test": "tsx --test src/index.test.ts",
19
+ "prepublishOnly": "npm run build"
20
+ },
21
+ "keywords": [
22
+ "flights",
23
+ "travel",
24
+ "booking",
25
+ "agent",
26
+ "ai",
27
+ "cli",
28
+ "autonomous",
29
+ "mcp",
30
+ "openai",
31
+ "airline",
32
+ "ndc",
33
+ "search",
34
+ "ndc"
35
+ ],
36
+ "author": "LetsFG",
37
+ "license": "MIT",
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "https://github.com/LetsFG/LetsFG.git"
41
+ },
42
+ "homepage": "https://letsfg.co",
43
+ "devDependencies": {
44
+ "@types/node": "^25.3.3",
45
+ "tsup": "^8.0.0",
46
+ "tsx": "^4.19.0",
47
+ "typescript": "^5.3.0"
48
+ },
49
+ "engines": {
50
+ "node": ">=18.0.0"
51
+ }
52
+ }