@deepseek-ai/dsh-client-store 0.1.5-alpha.1 → 0.1.5-alpha.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.
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
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
4
  # pnpm run verify-translation-pairing --write packages/client/store/README.md
5
- README.md: 9d675c1189ae194b913293c89904b4c4f39c879e
6
- README.zh.md: 3ff170b71c320688e50c02c20479ee1d94061a87
5
+ README.md: 0d4525ab6eb2a58bdea89673b96f9aaf5e0e2cf8
6
+ README.zh.md: b66a2e31675c82d933526d40ed9eba20bc5077d9
package/README.md CHANGED
@@ -32,6 +32,7 @@ None; the stores neither assemble nor send model requests.
32
32
  <a id="known-limitations-and-deferred-work"></a>
33
33
 
34
34
  - **Persistence is browser-local** — persisted stores use JSON in `localStorage`; non-browser runtimes disable persistence, and the package provides no cross-device synchronization.
35
+ - **Web-shell build input** — the static ESM retains third-party imports for Vite; independent consumers supply its development dependencies ([dependency rules](../AGENTS.md#dependency-declaration)).
35
36
 
36
37
 
37
38
  <a id="dev-note"></a>
package/README.zh.md CHANGED
@@ -32,6 +32,7 @@ kind: "package-library"
32
32
  <a id="known-limitations-and-deferred-work"></a>
33
33
 
34
34
  - **持久化仅限浏览器本地**——持久化 store 使用 `localStorage` 中的 JSON;非浏览器运行时会禁用持久化,本包也不提供跨设备同步。
35
+ - **Web 壳构建输入**——静态 ESM 为 Vite 保留第三方导入;独立消费方自行提供开发依赖([依赖规则](../AGENTS.md#dependency-declaration))。
35
36
 
36
37
 
37
38
  <a id="dev-note"></a>
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.5-alpha.1",
4
+ "version": "0.1.5-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -22,14 +22,12 @@
22
22
  "./package.json": "./package.json"
23
23
  },
24
24
  "license": "MIT",
25
- "dependencies": {
26
- "immer": "^10.1.1",
27
- "zustand": "~4.4.7"
28
- },
29
25
  "peerDependencies": {
30
26
  "@deepseek-ai/cordis": "^4.0.2"
31
27
  },
32
28
  "devDependencies": {
29
+ "zustand": "~4.4.7",
30
+ "immer": "^10.1.1",
33
31
  "@deepseek-ai/cordis": "^4.0.2"
34
32
  },
35
33
  "files": [