@senguoyun/dsh-arkme 0.1.44 → 0.1.45

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/cordis.patch.yml CHANGED
@@ -42,5 +42,6 @@
42
42
  updateCheckIntervalHours: 12
43
43
  updateAllowLocalInstall: true
44
44
  richMediaRenderEnabled: true
45
+ markdownQuickNotesEnabled: true
45
46
  richMediaSendEnabled: true
46
47
  maxUploadBytes: 104857600
package/lib/client.js CHANGED
@@ -5360,7 +5360,7 @@ window.__ModuleLoader__.load({
5360
5360
  qrcode.stringToBytes;
5361
5361
  //#endregion
5362
5362
  //#region package.json
5363
- var version$1 = "0.1.44";
5363
+ var version$1 = "0.1.45";
5364
5364
  //#endregion
5365
5365
  //#region src/client/arkme-billing.ts
5366
5366
  function createBillingClientRequestId(source = globalThis.crypto) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senguoyun/dsh-arkme",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "Arkme account, records, chat and interwoven-moments integration for DeepSeek Harness",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -68,10 +68,10 @@
68
68
  "updateNotice": {
69
69
  "schemaVersion": 1,
70
70
  "level": "normal",
71
- "title": "Arkme 插件 0.1.44 更新",
72
- "summary": "0907-1847",
73
- "publishedAt": "2026-09-07T10:48:03.449Z",
74
- "releaseNotesUrl": "https://github.com/arkme-senx/arkme-dsh-plugin/releases/tag/v0.1.44"
71
+ "title": "Arkme 插件 0.1.45 更新",
72
+ "summary": "fix(markdown): 合入 dev 最新生产 Markdown 配置",
73
+ "publishedAt": "2026-09-07T11:20:37.241Z",
74
+ "releaseNotesUrl": "https://github.com/arkme-senx/arkme-dsh-plugin/releases/tag/v0.1.45"
75
75
  }
76
76
  },
77
77
  "scripts": {