@dsh-cc/command-stats 0.6.0 → 0.6.2

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/README.i18n.yaml +3 -3
  2. package/package.json +2 -2
package/README.i18n.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
- # pnpm run verify-translation-pairing --write packages/session/command-stats/README.md
5
- README.md: 74a703d4837bfa7fa9de65a8c38f28ca7f71654a
6
- README.zh.md: dcfe0a1b84696349fd25c821fb5c749500a255ab
4
+ # pnpm check:readme --write
5
+ README.md: ea37ddf97ac20cbf6e7f8f05f3e65bd9b419740d
6
+ README.zh.md: d0a2cff602e583df21a1fdac3bf05aeecfa0cb78
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/command-stats",
3
3
  "description": "Human-facing slash command for session event statistics",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dsh-cc/dsh-cc.git",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@dsh-cc/command-usage": "^0.6.0"
28
+ "@dsh-cc/command-usage": "^0.6.2"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@deepseek-ai/dsh-commands": ">=0.1.2-rc.1",