@kwirthmagnify/kwirth-plugin-pinocchio 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
@@ -1333,7 +1333,8 @@
1333
1333
  settings: false,
1334
1334
  palette: false,
1335
1335
  userSettings: false,
1336
- webSocket: true
1336
+ webSocket: true,
1337
+ backChannels: false
1337
1338
  };
1338
1339
  }
1339
1340
  getScope() {
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "pinocchio",
3
3
  "name": "@kwirthmagnify/kwirth-plugin-pinocchio",
4
- "version": "0.2.0",
4
+ "displayName": "Pinocchio",
5
+ "version": "0.2.2",
5
6
  "description": "Pinocchio AI channel plugin for Kwirth - LLM-based Kubernetes event analysis",
6
7
  "icon": "AutoFixHigh",
7
8
  "website": "https://kwirthmagnify.dev"