@deepseek-ai/dsh-client-store 0.1.7-rc.1 → 0.1.7-rc.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 +27 -5
  2. package/package.json +1 -1
package/README.i18n.yaml CHANGED
@@ -1,6 +1,28 @@
1
- # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
- # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
- # after editing either side, bring the other along and re-record with:
1
+ # Bilingual-pair consistency record for README.md (docs/i18n/README.md): per heading
2
+ # section, a hash of its English and Chinese blocks outside code blocks and generated regions.
3
+ # After editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/client/store/README.md
5
- README.md: 0d4525ab6eb2a58bdea89673b96f9aaf5e0e2cf8
6
- README.zh.md: 1d5548ab380458d1c20ef6dad82ae232ec1f65d3
5
+ /:
6
+ en: f9e6c1b15e80658f
7
+ zh: 9127e32b7e5351d0
8
+ /deepseek-ai-dsh-client-store:
9
+ en: 1b16aed0269bb07f
10
+ zh: e37d3ba40aa82baf
11
+ /deepseek-ai-dsh-client-store/summary:
12
+ en: 8498ea148f51b9f9
13
+ zh: 1009f009d2ebe91d
14
+ /deepseek-ai-dsh-client-store/table-of-contents:
15
+ en: b4683d2a53256fda
16
+ zh: 4e65ff63dc8c48fe
17
+ /deepseek-ai-dsh-client-store/model-experience:
18
+ en: 444c8fcde6e159d8
19
+ zh: dc855e149c636bb4
20
+ /deepseek-ai-dsh-client-store/model-experience/kv-cache-effect:
21
+ en: ed7581186c5b5a33
22
+ zh: a0efffb2631c1eec
23
+ /deepseek-ai-dsh-client-store/known-limitations-and-deferred-work:
24
+ en: 3190cd5b744025fe
25
+ zh: f559c3316b6a7da4
26
+ /deepseek-ai-dsh-client-store/known-limitations-and-deferred-work/dev-note:
27
+ en: dd767840e33344a1
28
+ zh: 0e06a491e39acf38
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-store",
3
3
  "description": "React-free observable and snapshot-store contracts with the shared Zustand/Immer engine",
4
- "version": "0.1.7-rc.1",
4
+ "version": "0.1.7-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },