@gojinko/plugin 0.4.0 → 0.5.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jinko",
3
3
  "description": "Search flights, book trips, and manage bookings with the Jinko Travel API. Connects to the Jinko MCP server for live flight pricing, trip management, and payment.",
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "author": {
6
6
  "name": "Jinko",
7
7
  "url": "https://gojinko.com"
@@ -9,5 +9,10 @@
9
9
  "homepage": "https://builders.gojinko.com",
10
10
  "repository": "https://github.com/gojinko/jinko-dev-tools",
11
11
  "license": "MIT",
12
- "keywords": ["travel", "flights", "booking", "mcp"]
12
+ "keywords": [
13
+ "travel",
14
+ "flights",
15
+ "booking",
16
+ "mcp"
17
+ ]
13
18
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jinko",
3
3
  "description": "Search flights, book trips, and manage bookings with the Jinko Travel API. Connects to the Jinko MCP server for live flight pricing, trip management, and payment.",
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "author": {
6
6
  "name": "Jinko",
7
7
  "url": "https://gojinko.com"
@@ -9,7 +9,12 @@
9
9
  "homepage": "https://builders.gojinko.com",
10
10
  "repository": "https://github.com/gojinko/jinko-dev-tools",
11
11
  "license": "MIT",
12
- "keywords": ["travel", "flights", "booking", "mcp"],
12
+ "keywords": [
13
+ "travel",
14
+ "flights",
15
+ "booking",
16
+ "mcp"
17
+ ],
13
18
  "skills": "./skills/",
14
19
  "mcpServers": "./.mcp.json",
15
20
  "interface": {
@@ -18,7 +23,10 @@
18
23
  "longDescription": "Search flights, compare prices, book trips with ancillaries, and manage refunds using the Jinko Travel API. Supports live pricing from multiple airlines via Sabre and TravelFusion.",
19
24
  "developerName": "Jinko",
20
25
  "category": "Productivity",
21
- "capabilities": ["Interactive", "Write"],
26
+ "capabilities": [
27
+ "Interactive",
28
+ "Write"
29
+ ],
22
30
  "websiteURL": "https://gojinko.com",
23
31
  "defaultPrompt": [
24
32
  "Find the cheapest flights from Paris to New York next month",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gojinko/plugin",
3
- "version": "0.4.0",
3
+ "version": "0.5.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",
@@ -21,4 +21,4 @@
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  }
24
- }
24
+ }