@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 +1 -0
- package/lib/client.js +1 -1
- package/package.json +5 -5
package/cordis.patch.yml
CHANGED
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.
|
|
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.
|
|
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.
|
|
72
|
-
"summary": "
|
|
73
|
-
"publishedAt": "2026-09-
|
|
74
|
-
"releaseNotesUrl": "https://github.com/arkme-senx/arkme-dsh-plugin/releases/tag/v0.1.
|
|
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": {
|