@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 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;
@@ -2,7 +2,7 @@
2
2
  "id": "stagewhisper",
3
3
  "name": "StageWhisper",
4
4
  "description": "Turn live call moments into assistant tasks via StageWhisper",
5
- "version": "0.52.0",
5
+ "version": "0.53.0",
6
6
  "channels": [
7
7
  "stagewhisper"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stagewhisper/stagewhisper",
3
- "version": "0.52.0",
3
+ "version": "0.53.0",
4
4
  "type": "module",
5
5
  "description": "OpenClaw channel plugin that connects StageWhisper live calls to your AI assistant",
6
6
  "license": "MIT",