soulnet-dsh 0.1.4 → 0.1.5
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soulnet-dsh",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "SoulMirror network for DeepSeek Harness: A2A identity, friends and end-to-end encrypted chat as dsh sessions -- host plugins + browser UI bundle, backed by the soulnet light peer (shipped as a platform package)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"react": "^18.2.0"
|
|
84
84
|
},
|
|
85
85
|
"optionalDependencies": {
|
|
86
|
-
"soulnet-peer-linux-
|
|
87
|
-
"soulnet-peer-darwin-x64": "0.1.
|
|
88
|
-
"soulnet-peer-windows-x64": "0.1.
|
|
89
|
-
"soulnet-peer-
|
|
90
|
-
"soulnet-peer-
|
|
86
|
+
"soulnet-peer-linux-arm64": "0.1.5",
|
|
87
|
+
"soulnet-peer-darwin-x64": "0.1.5",
|
|
88
|
+
"soulnet-peer-windows-x64": "0.1.5",
|
|
89
|
+
"soulnet-peer-linux-x64": "0.1.5",
|
|
90
|
+
"soulnet-peer-darwin-arm64": "0.1.5"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@deepseek-ai/cordis": "4.0.1",
|