1688-cli 0.1.7 → 0.1.8

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/CHANGELOG.md +9 -0
  2. package/package.json +27 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project are documented here.
4
4
  This project follows [Semantic Versioning](https://semver.org/).
5
5
 
6
+ ## [0.1.8] - 2026-05-13
7
+
8
+ ### Changed
9
+ - Rewrote `README.md` for end users (was still MVP-era developer notes).
10
+ Now covers the full command catalog, JSON-for-agents flow, and risk-control
11
+ guidance.
12
+ - Added `keywords`, `repository`, `homepage`, `bugs` to `package.json` for
13
+ npm search discoverability.
14
+
6
15
  ## [0.1.7] - 2026-05-13
7
16
 
8
17
  ### Changed
package/package.json CHANGED
@@ -1,9 +1,34 @@
1
1
  {
2
2
  "name": "1688-cli",
3
- "version": "0.1.7",
4
- "description": "1688 CLI for humans, Codex, and Claude Code",
3
+ "version": "0.1.8",
4
+ "description": "1688.com CLI for humans, Codex, and Claude Code — search, cart, orders, logistics, seller IM, fake-shipping detection.",
5
5
  "license": "MIT",
6
6
  "author": "nobodyjack",
7
+ "homepage": "https://github.com/nobodyjack/1688-cli#readme",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/nobodyjack/1688-cli.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/nobodyjack/1688-cli/issues"
14
+ },
15
+ "keywords": [
16
+ "1688",
17
+ "alibaba",
18
+ "cli",
19
+ "agent",
20
+ "ai-agent",
21
+ "claude",
22
+ "claude-code",
23
+ "codex",
24
+ "automation",
25
+ "ecommerce",
26
+ "procurement",
27
+ "playwright",
28
+ "mtop",
29
+ "wholesale",
30
+ "china"
31
+ ],
7
32
  "type": "module",
8
33
  "bin": {
9
34
  "1688": "dist/cli.js"