@linxin666/dsh-client-ui-skin-center 0.3.9 → 0.3.11

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/lib/client.js CHANGED
@@ -4812,7 +4812,7 @@ window.__ModuleLoader__.load({
4812
4812
  /** The building package's version, when the bundle carries it. */
4813
4813
  function bakedVersion() {
4814
4814
  try {
4815
- return "0.3.9";
4815
+ return "0.3.11";
4816
4816
  } catch {
4817
4817
  return;
4818
4818
  }
package/lib/index.js CHANGED
@@ -707,6 +707,11 @@ function resolveHarnessPaths(home, profile, fromUrl = import.meta.url) {
707
707
  //#endregion
708
708
  //#region src/reviewed-hooks.generated.ts
709
709
  const REVIEWED_SKIN_HOOKS = {
710
+ "abyssal-serenade": {
711
+ entry: "hooks.mjs",
712
+ manifestSha256: "ff9ac39a1e5b6607e0a0795505e9556a1c957e956b50d7dbdeca59e96edcf874",
713
+ hooksSha256: "c920106a33ffabbf235d2f11cbd4d1d55a40bda36a69b154567307eaaa0bf982"
714
+ },
710
715
  "blue-fantasy": {
711
716
  entry: "hooks.mjs",
712
717
  manifestSha256: "b22cc82145e1f90f4257af1411724e34a99513761290980fb5f8d25727809808",
@@ -732,6 +737,11 @@ const REVIEWED_SKIN_HOOKS = {
732
737
  manifestSha256: "a09949fdf5217ac2f6d5d37603df525e56713385ad799cf4c496fbd71cc5861d",
733
738
  hooksSha256: "7981a2f98d1ade2815f7e33e2d79672c280334001a00406bb11b5362ce8182bf"
734
739
  },
740
+ "hologram-sanctum": {
741
+ entry: "hooks.mjs",
742
+ manifestSha256: "a655bbde8580eddb45271949a7864355cc5c368f91bd811f3632809134c9c3e8",
743
+ hooksSha256: "f82cf61957efb9d9f53557637b00333aa307b3c9642e73620afdbb1fa9511e9e"
744
+ },
735
745
  "maid-atelier": {
736
746
  entry: "hooks.mjs",
737
747
  manifestSha256: "f36e854f52f24939dfe6318ed6b1ff6fe33d0564e63255a22aaca459af1a84d9",
@@ -757,6 +767,16 @@ const REVIEWED_SKIN_HOOKS = {
757
767
  manifestSha256: "48b9c76b6f8fc4fad1473d987c0ebd8c10f4734e2eff2091bbb9040c9a5ce089",
758
768
  hooksSha256: "0ea2d7e3f7547d9a37884b788042557ec7c59b1416be527660329584c4d65254"
759
769
  },
770
+ "starry-nocturne": {
771
+ entry: "hooks.mjs",
772
+ manifestSha256: "5a5bd138ed156d1877e00ea9acfbf94f8342b751d21796942ed3175562801a61",
773
+ hooksSha256: "5493c9d0c28c80c18e0fe39ee851f3ffe7813f0a126c67c95b36674b2a4bcf65"
774
+ },
775
+ "stellar-diva": {
776
+ entry: "hooks.mjs",
777
+ manifestSha256: "66a56618fbd36da1423d97a0f1196aec391c478f6bdc40fc38f99e23df3dbdbe",
778
+ hooksSha256: "22efa5c0860f8f20c425c79d29a82ee9a98cfb710e2e9c3c6ca633a9eae7086b"
779
+ },
760
780
  "trading": {
761
781
  entry: "hooks.mjs",
762
782
  manifestSha256: "945b5c1f6ef387060a9b7dbb4451a261ecbffedf7949890925cf2b97c6b0c3a8",
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.9",
4
+ "version": "0.3.11",
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-alpha.1"
15
+ "dsh": ">=0.1.2-alpha.3"
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-alpha.2",
43
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.2",
44
- "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
45
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
46
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2",
47
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
48
- "@deepseek-ai/dsh-client-ui-theme": "^0.1.2-alpha.2",
49
- "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.2",
50
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
42
+ "@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.3",
43
+ "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.3",
44
+ "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.3",
45
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.3",
46
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.3",
47
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.3",
48
+ "@deepseek-ai/dsh-client-ui-theme": "^0.1.2-alpha.3",
49
+ "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.3",
50
+ "@deepseek-ai/dsh-settings": "^0.1.2-alpha.3",
51
51
  "@types/jpeg-js": "^0.3.7",
52
52
  "@types/node": "^22.20.0",
53
53
  "@types/react": "^18.3.0",