@linxin666/dsh-pet 0.3.13 → 0.3.14

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 +14 -14
package/lib/client.js CHANGED
@@ -3468,7 +3468,7 @@ window.__ModuleLoader__.load({
3468
3468
  /** The building package's version, when the bundle carries it. */
3469
3469
  function bakedVersion() {
3470
3470
  try {
3471
- return "0.3.13";
3471
+ return "0.3.14";
3472
3472
  } catch {
3473
3473
  return;
3474
3474
  }
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.13",
4
+ "version": "0.3.14",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -40,7 +40,7 @@
40
40
  "license": "Apache-2.0",
41
41
  "dsh": {
42
42
  "engines": {
43
- "dsh": ">=0.1.2-alpha.4"
43
+ "dsh": ">=0.1.2-rc.1"
44
44
  },
45
45
  "bundle": {
46
46
  "patch": "./cordis.patch.yml"
@@ -65,18 +65,18 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@deepseek-ai/cordis": "^4.0.2",
68
- "@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.4",
69
- "@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.4",
70
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.4",
71
- "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.4",
72
- "@deepseek-ai/dsh-client-store": "^0.1.2-alpha.4",
73
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-alpha.4",
74
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.4",
75
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.4",
76
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.4",
77
- "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.4",
78
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.4",
79
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.4",
68
+ "@deepseek-ai/dsh-api-remotes": "^0.1.2-rc.1",
69
+ "@deepseek-ai/dsh-api-session-controller": "^0.1.2-rc.1",
70
+ "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-rc.1",
71
+ "@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
72
+ "@deepseek-ai/dsh-client-store": "^0.1.2-rc.1",
73
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-rc.1",
74
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
75
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1",
76
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1",
77
+ "@deepseek-ai/dsh-host-webserver": "^0.1.2-rc.1",
78
+ "@deepseek-ai/dsh-session": "^0.1.2-rc.1",
79
+ "@deepseek-ai/dsh-settings": "^0.1.2-rc.1",
80
80
  "@testing-library/dom": "^10.4.1",
81
81
  "@testing-library/react": "^16.3.2",
82
82
  "@types/node": "^22.20.0",