@senguoyun/dsh-arkme 0.1.36 → 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/client.js +1 -1
- package/package.json +5 -5
package/lib/client.js
CHANGED
|
@@ -5117,7 +5117,7 @@ window.__ModuleLoader__.load({
|
|
|
5117
5117
|
qrcode.stringToBytes;
|
|
5118
5118
|
//#endregion
|
|
5119
5119
|
//#region package.json
|
|
5120
|
-
var version = "0.1.
|
|
5120
|
+
var version = "0.1.37";
|
|
5121
5121
|
//#endregion
|
|
5122
5122
|
//#region src/client/arkme-billing.ts
|
|
5123
5123
|
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.37",
|
|
4
4
|
"description": "Arkme account, records, chat and interwoven-moments integration for DeepSeek Harness",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"updateNotice": {
|
|
66
66
|
"schemaVersion": 1,
|
|
67
67
|
"level": "normal",
|
|
68
|
-
"title": "Arkme 插件 0.1.
|
|
69
|
-
"summary": "
|
|
70
|
-
"publishedAt": "2026-09-01T11:
|
|
71
|
-
"releaseNotesUrl": "https://github.com/arkme-senx/arkme-dsh-plugin/releases/tag/v0.1.
|
|
68
|
+
"title": "Arkme 插件 0.1.37 更新",
|
|
69
|
+
"summary": "Dev",
|
|
70
|
+
"publishedAt": "2026-09-01T11:58:13.731Z",
|
|
71
|
+
"releaseNotesUrl": "https://github.com/arkme-senx/arkme-dsh-plugin/releases/tag/v0.1.37"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|