@linxin666/dsh-client-ui-skin-center 0.3.25 → 0.4.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/lib/client.js +1 -1
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -5277,7 +5277,7 @@ window.__ModuleLoader__.load({
5277
5277
  /** The building package's version, when the bundle carries it. */
5278
5278
  function bakedVersion() {
5279
5279
  try {
5280
- return "0.3.25";
5280
+ return "0.4.2";
5281
5281
  } catch {
5282
5282
  return;
5283
5283
  }
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.25",
4
+ "version": "0.4.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },