@lmzhen/dsh-evolution-approval 0.3.66 → 0.3.67

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/index.js +1 -1
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -105,7 +105,7 @@ var EvolutionApproval = class extends Service {
105
105
  id: randomUUID(),
106
106
  kind: input.kind,
107
107
  summary,
108
- args: input.args,
108
+ args: input.args === void 0 ? {} : input.args,
109
109
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
110
110
  status: "pending",
111
111
  origin: input.origin,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-approval",
3
3
  "description": "Stage/pending approval service for Hermes-style self-evolution writes (community build)",
4
- "version": "0.3.66",
4
+ "version": "0.3.67",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,15 +35,15 @@
35
35
  "peerDependencies": {
36
36
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
37
37
  "@deepseek-ai/cordis": "^4.0.1",
38
- "@lmzhen/dsh-evolution-state-storage": "^0.3.66",
39
- "@lmzhen/dsh-evolution-state": "^0.3.66"
38
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.67",
39
+ "@lmzhen/dsh-evolution-state": "^0.3.67"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
43
- "@lmzhen/dsh-evolution-state-storage": "^0.3.66",
44
- "@lmzhen/dsh-evolution-state": "^0.3.66",
45
- "@lmzhen/dsh-evolution-io": "^0.3.66",
46
- "@lmzhen/dsh-evolution-io-node": "^0.3.66",
47
- "@lmzhen/dsh-evolution-state-json": "^0.3.66"
43
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.67",
44
+ "@lmzhen/dsh-evolution-state": "^0.3.67",
45
+ "@lmzhen/dsh-evolution-io": "^0.3.67",
46
+ "@lmzhen/dsh-evolution-io-node": "^0.3.67",
47
+ "@lmzhen/dsh-evolution-state-json": "^0.3.67"
48
48
  }
49
49
  }