@kwirthmagnify/kwirth-plugin-ops 0.2.0 → 0.2.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/front.js +2 -1
- package/package.json +2 -1
package/front.js
CHANGED
|
@@ -7096,7 +7096,8 @@ WARNING: This link could potentially be dangerous`)) {
|
|
|
7096
7096
|
settings: false,
|
|
7097
7097
|
palette: false,
|
|
7098
7098
|
userSettings: false,
|
|
7099
|
-
webSocket: true
|
|
7099
|
+
webSocket: true,
|
|
7100
|
+
backChannels: false
|
|
7100
7101
|
});
|
|
7101
7102
|
__publicField(this, "waitForInstanceAndStart", async (channelObject, shell) => {
|
|
7102
7103
|
if (!channelObject.webSocket) return;
|
package/package.json
CHANGED