@stagewhisper/stagewhisper 0.52.0 → 0.53.0
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/dist/index.js +0 -4
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5008,10 +5008,6 @@ var plugin_main_default = definePluginEntry({
|
|
|
5008
5008
|
swConfig["integrationId"] = result.integration_id;
|
|
5009
5009
|
swConfig["relayToken"] = result.relay_token;
|
|
5010
5010
|
swConfig["label"] = result.label;
|
|
5011
|
-
swConfig["pluginSecretKey"] = Buffer.from(pluginKeypair.secretBytes()).toString("base64");
|
|
5012
|
-
if (result.byo_public_key) {
|
|
5013
|
-
swConfig["desktopPublicKey"] = result.byo_public_key;
|
|
5014
|
-
}
|
|
5015
5011
|
swEntry["config"] = swConfig;
|
|
5016
5012
|
entries["stagewhisper"] = swEntry;
|
|
5017
5013
|
plugins["entries"] = entries;
|
package/openclaw.plugin.json
CHANGED