@spikelabs/lobster-shell-plugin 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -541,7 +541,7 @@ function initApiClient(cloudBridge) {
541
541
  // src/index.ts
542
542
  var PLUGIN_ID = "lobster-shell";
543
543
  var CHANNEL_ID = "lobster-shell";
544
- var PLUGIN_VERSION = "0.3.1";
544
+ var PLUGIN_VERSION = "0.3.2";
545
545
  var DEFAULT_CLOUD_URL = "https://www.lobstershell.ai";
546
546
  var gatewayPort;
547
547
  var bridge2 = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spikelabs/lobster-shell-plugin",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Connect your OpenClaw agent to Lobster Shell cloud",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",