@dsh-cc/skill-loader 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 +8 -8
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/skill/skill-claude-code/README.md
5
- README.md: b923e9dbaea04f31c9a3343cb60fa72873ea3aba
6
- README.zh.md: 407d463dab330c7732dcc2d0960ace5a5f93ada0
4
+ # pnpm check:readme --write
5
+ README.md: 7295565720fa324aa4c0a0c53b616e5e5523f1fa
6
+ README.zh.md: 186661916758701d9aaea32850e9fd93d5e3299c
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/skill-loader",
3
3
  "description": "Claude Code skill-format compatible provider for the DeepSeek Harness",
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",
@@ -33,13 +33,13 @@
33
33
  ],
34
34
  "license": "Apache-2.0",
35
35
  "peerDependencies": {
36
- "@deepseek-ai/dsh-fs": ">=0.1.2-rc.1",
37
- "@deepseek-ai/dsh-home-paths": ">=0.1.2-rc.1",
38
- "@deepseek-ai/dsh-invariants": ">=0.1.2-rc.1",
39
- "@deepseek-ai/dsh-skill": ">=0.1.2-rc.1",
40
- "@deepseek-ai/cordis": ">=0.1.2-rc.1",
36
+ "@deepseek-ai/dsh-fs": ">=0.1.5-rc.1",
37
+ "@deepseek-ai/dsh-home-paths": ">=0.1.5-rc.1",
38
+ "@deepseek-ai/dsh-invariants": ">=0.1.5-rc.1",
39
+ "@deepseek-ai/dsh-skill": ">=0.1.5-rc.1",
40
+ "@deepseek-ai/cordis": ">=0.1.5-rc.1",
41
41
  "@deepseek-ai/schemastery": "^3.18.1",
42
- "@dsh-cc/tools": "^0.6.1"
42
+ "@dsh-cc/tools": "^0.6.3-rc.2"
43
43
  },
44
44
  "dependencies": {
45
45
  "yaml": "^2.4.2"
@@ -51,7 +51,7 @@
51
51
  "@deepseek-ai/dsh-skill": "link:../../../../deepseek-harness/packages/skill/skill",
52
52
  "@deepseek-ai/cordis": "link:../../../../deepseek-harness/vendor/cordis",
53
53
  "@deepseek-ai/schemastery": "link:../../../../deepseek-harness/vendor/schemastery",
54
- "@dsh-cc/tools": "^0.6.1"
54
+ "@dsh-cc/tools": "^0.6.3-rc.2"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"