@lingxi-ai-cn/dsh-session-export 0.1.7-alpha.2 → 0.1.9-rc.1

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 +2 -2
  2. package/package.json +14 -14
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/host/session-export/README.md
5
- README.md: 31e7b0daddc83309a3b5207fc904b61e38a91894
6
- README.zh.md: 9cc58b5f6055601e0a4b6c981e89100717f7b5f5
5
+ README.md: 50c9cbf1785407556771027e9dec8d3bf3455c84
6
+ README.zh.md: 04497bfd7e2e90dd41d434f071e72613c2703b3e
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lingxi-ai-cn/dsh-session-export",
3
3
  "description": "Native atomic path writer over the official Session ZIP producer",
4
- "version": "0.1.7-alpha.2",
4
+ "version": "0.1.9-rc.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -33,12 +33,12 @@
33
33
  "dependencies": {},
34
34
  "peerDependencies": {
35
35
  "@deepseek-ai/cordis": "4.0.2",
36
- "@deepseek-ai/dsh-attachment": "0.1.2-alpha.2",
37
- "@deepseek-ai/dsh-invariants": "0.1.2-alpha.2",
38
- "@deepseek-ai/dsh-session": "0.1.2-alpha.2",
39
- "@deepseek-ai/dsh-session-log-export": "0.1.2-alpha.2",
40
- "@deepseek-ai/dsh-session-persistence": "0.1.2-alpha.2",
41
- "@deepseek-ai/dsh-session-query": "0.1.2-alpha.2",
36
+ "@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
37
+ "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
38
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
39
+ "@deepseek-ai/dsh-session-log-export": "0.1.2-rc.1",
40
+ "@deepseek-ai/dsh-session-persistence": "0.1.2-rc.1",
41
+ "@deepseek-ai/dsh-session-query": "0.1.2-rc.1",
42
42
  "@deepseek-ai/schemastery": "3.18.2"
43
43
  },
44
44
  "peerDependenciesMeta": {
@@ -69,13 +69,13 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@deepseek-ai/cordis": "4.0.2",
72
- "@deepseek-ai/dsh-attachment": "0.1.2-alpha.2",
73
- "@deepseek-ai/dsh-invariants": "0.1.2-alpha.2",
74
- "@deepseek-ai/dsh-llm": "0.1.2-alpha.2",
75
- "@deepseek-ai/dsh-session": "0.1.2-alpha.2",
76
- "@deepseek-ai/dsh-session-log-export": "0.1.2-alpha.2",
77
- "@deepseek-ai/dsh-session-persistence": "0.1.2-alpha.2",
78
- "@deepseek-ai/dsh-session-query": "0.1.2-alpha.2",
72
+ "@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
73
+ "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
74
+ "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
75
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
76
+ "@deepseek-ai/dsh-session-log-export": "0.1.2-rc.1",
77
+ "@deepseek-ai/dsh-session-persistence": "0.1.2-rc.1",
78
+ "@deepseek-ai/dsh-session-query": "0.1.2-rc.1",
79
79
  "@deepseek-ai/schemastery": "3.18.2",
80
80
  "fflate": "^0.8.2"
81
81
  }