1688-cli 0.1.13 → 0.1.14
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.14] - 2026-05-13
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- Description in `package.json` and the GitHub repo "About" updated to reflect
|
|
10
|
+
the actual core flow (sourcing + orders) instead of niche shortcuts.
|
|
11
|
+
|
|
6
12
|
## [0.1.13] - 2026-05-13
|
|
7
13
|
|
|
8
14
|
### Added
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "1688-cli",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "1688.com CLI for humans, Codex, and Claude Code
|
|
3
|
+
"version": "0.1.14",
|
|
4
|
+
"description": "1688.com CLI for humans, Codex, and Claude Code. Sourcing (search / image-search / offer / inquire) and orders (list / detail / logistics / seller chat).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "nobodyjack",
|
|
7
7
|
"homepage": "https://github.com/superjack2050/1688-cli#readme",
|