@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.
- package/dist/index.js +1 -1
- 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.
|
|
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;
|