@deepseek-ai/dsh-timeout 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 +63 -5
  2. package/package.json +1 -1
package/README.i18n.yaml CHANGED
@@ -1,6 +1,64 @@
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/util/timeout/README.md
5
- README.md: 80f8dc7c427ba045e36343d009a93828a45b1a69
6
- README.zh.md: 9d711ecfd24857e5bb83ea102dd6c3a5c86254d3
5
+ /:
6
+ en: 118428acb1b2d2e4
7
+ zh: e5ca5ae92e8a7e4b
8
+ /deepseek-ai-dsh-timeout:
9
+ en: af0ef4476e8b699f
10
+ zh: 1071d810d1080026
11
+ /deepseek-ai-dsh-timeout/summary:
12
+ en: 13fc36a866f4ae6d
13
+ zh: 02a9ab4bd48e968a
14
+ /deepseek-ai-dsh-timeout/table-of-contents:
15
+ en: d152484eb41ac6b4
16
+ zh: 09388d293f9be9cb
17
+ /deepseek-ai-dsh-timeout/use-this-package:
18
+ en: f000e79268bb4b39
19
+ zh: 82c40259b95776be
20
+ /deepseek-ai-dsh-timeout/use-this-package/clamping-a-timeout-hint:
21
+ en: f8c517a0c27ebeec
22
+ zh: 0b6eed0130330349
23
+ /deepseek-ai-dsh-timeout/use-this-package/running-work-under-a-deadline:
24
+ en: 5cfa732a396484a6
25
+ zh: d114cd5ea1ddeb3f
26
+ /deepseek-ai-dsh-timeout/use-this-package/classifying-the-outcome:
27
+ en: 0c1e99daa88e0ea0
28
+ zh: fc92bc0add2e9a49
29
+ /deepseek-ai-dsh-timeout/use-this-package/streaming-with-an-idle-watchdog:
30
+ en: f464a16371ff00d1
31
+ zh: 3c62c560c9dbc804
32
+ /deepseek-ai-dsh-timeout/use-this-package/what-does-not-get-a-timeout:
33
+ en: 73e04894d01ddb23
34
+ zh: 4830e47cc55143ff
35
+ /deepseek-ai-dsh-timeout/understand-the-implementation:
36
+ en: 6c052aa1171a2e3b
37
+ zh: 2a37575eb6059cc9
38
+ /deepseek-ai-dsh-timeout/understand-the-implementation/source-map:
39
+ en: be1b396f4153b9d0
40
+ zh: a762ab1642b3431e
41
+ /deepseek-ai-dsh-timeout/understand-the-implementation/how-a-deadline-fuses-sources:
42
+ en: 940080c53d1d0dac
43
+ zh: b86e7f51434a3f2c
44
+ /deepseek-ai-dsh-timeout/understand-the-implementation/the-no-timeout-sentinel:
45
+ en: ceea0b46e6b8e15f
46
+ zh: de87dccf08764061
47
+ /deepseek-ai-dsh-timeout/understand-the-implementation/why-an-idle-watchdog-rearms:
48
+ en: 7200cfa587c53a9c
49
+ zh: 09d6b67dc1a31c5e
50
+ /deepseek-ai-dsh-timeout/further-exploration:
51
+ en: 4c29a947e28047ad
52
+ zh: d80f5ecb50b16203
53
+ /deepseek-ai-dsh-timeout/model-experience:
54
+ en: 5c35c77e4625b8ac
55
+ zh: 8142da11ba1a6d11
56
+ /deepseek-ai-dsh-timeout/model-experience/kv-cache-effect:
57
+ en: 04cc18d90bf9382d
58
+ zh: 2c8b75063c46c620
59
+ /deepseek-ai-dsh-timeout/known-limitations-and-deferred-work:
60
+ en: cff4b9d3cfc23a97
61
+ zh: 9eb52fbe4c8a6c30
62
+ /deepseek-ai-dsh-timeout/known-limitations-and-deferred-work/dev-note:
63
+ en: e67f633dc6fe7773
64
+ zh: 3bb0c20c93f16f98
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-timeout",
3
3
  "description": "Zero-dependency timeout/deadline primitive: clampTimeout, deadline, timeoutOf, TimeoutReason (timing + classification only, no termination)",
4
- "version": "0.1.7-rc.1",
4
+ "version": "0.1.7-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },