@linxin666/dsh-client-ui-skin-center 0.3.19 → 0.3.20

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/lib/client.js +1 -1
  2. package/package.json +11 -11
package/lib/client.js CHANGED
@@ -5011,7 +5011,7 @@ window.__ModuleLoader__.load({
5011
5011
  /** The building package's version, when the bundle carries it. */
5012
5012
  function bakedVersion() {
5013
5013
  try {
5014
- return "0.3.19";
5014
+ return "0.3.20";
5015
5015
  } catch {
5016
5016
  return;
5017
5017
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@linxin666/dsh-client-ui-skin-center",
3
3
  "description": "In-GUI skin center for the dsh web GUI — the single skin package: skins are pure asset directories (built-in plus $DSH_HOME/skins) loaded and rendered only by the skin center; live try-on and one-click apply switch atomically in the page (no reload, no cordis.patch.yml rewrite, no restart)",
4
- "version": "0.3.19",
4
+ "version": "0.3.20",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dsh": {
14
14
  "engines": {
15
- "dsh": ">=0.1.2-rc.1"
15
+ "dsh": ">=0.1.5-rc.1"
16
16
  },
17
17
  "bundle": {
18
18
  "patch": "./cordis.patch.yml"
@@ -39,15 +39,15 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@deepseek-ai/cordis": "^4.0.2",
42
- "@deepseek-ai/dsh-api-remotes": "^0.1.2-rc.1",
43
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-rc.1",
44
- "@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
45
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
46
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1",
47
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1",
48
- "@deepseek-ai/dsh-client-ui-theme": "^0.1.2-rc.1",
49
- "@deepseek-ai/dsh-host-webserver": "^0.1.2-rc.1",
50
- "@deepseek-ai/dsh-settings": "^0.1.2-rc.1",
42
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-rc.1",
43
+ "@deepseek-ai/dsh-api-workspace-controller": "^0.1.5-rc.1",
44
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-rc.1",
45
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-rc.1",
46
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-rc.1",
47
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-rc.1",
48
+ "@deepseek-ai/dsh-client-ui-theme": "^0.1.5-rc.1",
49
+ "@deepseek-ai/dsh-host-webserver": "^0.1.5-rc.1",
50
+ "@deepseek-ai/dsh-settings": "^0.1.5-rc.1",
51
51
  "@types/jpeg-js": "^0.3.7",
52
52
  "@types/node": "^22.20.0",
53
53
  "@types/react": "^18.3.0",