@fateforge/wechat-mp-cli 1.0.4 → 1.0.5

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 CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.0.5] - 2026-06-16
11
+
12
+ ### Fixed
13
+
14
+ - npm `optionalDependencies` platform-package pins now match the package version. The previous release bumped the top-level version but left the pins at the prior version, so `npm install` resolved a stale platform binary (the new wrapper with the old binary). The publish workflow now rewrites `optionalDependencies` from the package version before `npm publish`, so the pins can no longer drift from the single source of truth.
15
+
10
16
  ## [1.0.4] - 2026-06-16
11
17
 
12
18
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fateforge/wechat-mp-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "AI-native CLI for WeChat Official Account drafting, publishing, assets, comments, analytics, menus, users, and webhooks",
5
5
  "keywords": [
6
6
  "wechat",
@@ -28,12 +28,12 @@
28
28
  "wechat-mp-cli": "scripts/run.js"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@fateforge/wechat-mp-cli-darwin-arm64": "1.0.3",
32
- "@fateforge/wechat-mp-cli-darwin-x64": "1.0.3",
33
- "@fateforge/wechat-mp-cli-linux-arm64": "1.0.3",
34
- "@fateforge/wechat-mp-cli-linux-x64": "1.0.3",
35
- "@fateforge/wechat-mp-cli-win32-arm64": "1.0.3",
36
- "@fateforge/wechat-mp-cli-win32-x64": "1.0.3"
31
+ "@fateforge/wechat-mp-cli-darwin-arm64": "1.0.5",
32
+ "@fateforge/wechat-mp-cli-darwin-x64": "1.0.5",
33
+ "@fateforge/wechat-mp-cli-linux-arm64": "1.0.5",
34
+ "@fateforge/wechat-mp-cli-linux-x64": "1.0.5",
35
+ "@fateforge/wechat-mp-cli-win32-arm64": "1.0.5",
36
+ "@fateforge/wechat-mp-cli-win32-x64": "1.0.5"
37
37
  },
38
38
  "files": [
39
39
  "scripts/run.js",
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: wechat-mp-cli
3
- version: "1.0.4"
3
+ version: "1.0.5"
4
4
  description: "Use wechat-mp-cli when the user needs to configure, draft, upload assets for, or publish WeChat Official Account content through a stable AI-native CLI contract."
5
5
  license: MIT
6
6
  user-invocable: true
7
- metadata: {"requires":{"bins":["wechat-mp-cli"],"min_version":"1.0.4"}}
7
+ metadata: {"requires":{"bins":["wechat-mp-cli"],"min_version":"1.0.5"}}
8
8
  ---
9
9
 
10
10
  # wechat-mp-cli