@linxin666/dsh-pet 0.3.18 → 0.3.19

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
@@ -3619,7 +3619,7 @@ window.__ModuleLoader__.load({
3619
3619
  /** The building package's version, when the bundle carries it. */
3620
3620
  function bakedVersion() {
3621
3621
  try {
3622
- return "0.3.18";
3622
+ return "0.3.19";
3623
3623
  } catch {
3624
3624
  return;
3625
3625
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@linxin666/dsh-pet",
3
3
  "description": "Multi-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score",
4
- "version": "0.3.18",
4
+ "version": "0.3.19",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"