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

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 +1 -1
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.10";
4816
4816
  } catch {
4817
4817
  return;
4818
4818
  }
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.10",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {