@dsh-enhanced/lark-channel 0.1.35 → 0.1.37

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.
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.35";
1
+ export declare const version = "0.1.37";
2
2
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.1.35';
1
+ export const version = '0.1.37';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsh-enhanced/lark-channel",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "A thin Feishu/Lark WebSocket adapter for the durable DSH assistant-delivery core.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -130,21 +130,21 @@
130
130
  "@types/qrcode": "1.5.6",
131
131
  "typescript": "6.0.3",
132
132
  "vitest": "4.1.8",
133
- "@dsh-enhanced/assistant-evaluation": "0.1.35",
134
- "@dsh-enhanced/assistant-automations": "0.1.35",
135
- "@dsh-enhanced/assistant-delivery": "0.1.35",
136
- "@dsh-enhanced/assistant-evolution": "0.1.35",
137
- "@dsh-enhanced/assistant-health": "0.1.35",
138
- "@dsh-enhanced/assistant-growth-experiments": "0.1.35",
139
- "@dsh-enhanced/assistant-heartbeat": "0.1.35",
140
- "@dsh-enhanced/personal-assistant": "0.1.35",
141
- "@dsh-enhanced/preference-learning": "0.1.35",
142
- "@dsh-enhanced/credentials-keychain": "0.1.35",
143
- "@dsh-enhanced/assistant-recovery": "0.1.35",
144
- "@dsh-enhanced/assistant-growth-driver": "0.1.35",
145
- "@dsh-enhanced/assistant-verifier": "0.1.35",
146
- "@dsh-enhanced/assistant-policy": "0.1.35",
147
- "@dsh-enhanced/plugin-control-plane": "0.1.35"
133
+ "@dsh-enhanced/assistant-delivery": "0.1.37",
134
+ "@dsh-enhanced/assistant-evolution": "0.1.37",
135
+ "@dsh-enhanced/assistant-growth-experiments": "0.1.37",
136
+ "@dsh-enhanced/assistant-automations": "0.1.37",
137
+ "@dsh-enhanced/assistant-health": "0.1.37",
138
+ "@dsh-enhanced/assistant-recovery": "0.1.37",
139
+ "@dsh-enhanced/assistant-heartbeat": "0.1.37",
140
+ "@dsh-enhanced/assistant-evaluation": "0.1.37",
141
+ "@dsh-enhanced/credentials-keychain": "0.1.37",
142
+ "@dsh-enhanced/personal-assistant": "0.1.37",
143
+ "@dsh-enhanced/assistant-growth-driver": "0.1.37",
144
+ "@dsh-enhanced/plugin-control-plane": "0.1.37",
145
+ "@dsh-enhanced/preference-learning": "0.1.37",
146
+ "@dsh-enhanced/assistant-policy": "0.1.37",
147
+ "@dsh-enhanced/assistant-verifier": "0.1.37"
148
148
  },
149
149
  "scripts": {
150
150
  "build": "tsc -p tsconfig.build.json",