@dsh-cc/settings-migrations 0.6.1 → 0.6.3-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 +3 -3
  2. package/package.json +5 -5
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/settings/settings-migrations/README.md
5
- README.md: 0b6a83bf901d2dcc5d114d646e0e3386fb779657
6
- README.zh.md: 8775b046dcecb51630282bec43b56c1eae65abc4
4
+ # pnpm check:readme --write
5
+ README.md: a93d6c8b4b18a9fad172e81a15e76ee3e0f0a140
6
+ README.zh.md: 716fead6596c557992acb306eb86516205e20c22
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/settings-migrations",
3
3
  "description": "Claude Code-style settings migration mechanism for the DeepSeek Harness: defineMigration list, version-gated runMigrations, and an atomic read/write settings.json seam",
4
- "version": "0.6.1",
4
+ "version": "0.6.3-rc.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dsh-cc/dsh-cc.git",
@@ -21,10 +21,10 @@
21
21
  ],
22
22
  "license": "Apache-2.0",
23
23
  "peerDependencies": {
24
- "@deepseek-ai/dsh-home-paths": ">=0.1.2-rc.1",
25
- "@deepseek-ai/dsh-invariants": ">=0.1.2-rc.1",
26
- "@deepseek-ai/cordis": ">=0.1.2-rc.1",
27
- "@deepseek-ai/schemastery": ">=0.1.2-rc.1"
24
+ "@deepseek-ai/dsh-home-paths": ">=0.1.5-rc.1",
25
+ "@deepseek-ai/dsh-invariants": ">=0.1.5-rc.1",
26
+ "@deepseek-ai/cordis": ">=0.1.5-rc.1",
27
+ "@deepseek-ai/schemastery": ">=0.1.5-rc.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@deepseek-ai/dsh-home-paths": "link:../../../../deepseek-harness/packages/util/home-paths",