@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.
Files changed (2) hide show
  1. package/front.js +2 -1
  2. 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
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "ops",
3
3
  "name": "@kwirthmagnify/kwirth-plugin-ops",
4
- "version": "0.2.0",
4
+ "displayName": "Ops",
5
+ "version": "0.2.2",
5
6
  "description": "Ops channel plugin for Kwirth",
6
7
  "icon": "Terminal",
7
8
  "website": "https://kwirthmagnify.dev"