@kwirthmagnify/kwirth-plugin-pinocchio 0.2.3 → 0.2.4
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 +5 -0
- package/package.json +1 -1
package/front.js
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"kwirth-globals:react"(exports, module) {
|
|
32
32
|
var _m = window.__kwirth__.React;
|
|
33
33
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
34
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
34
35
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
35
36
|
}
|
|
36
37
|
});
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"kwirth-globals:@mui/icons-material"(exports, module) {
|
|
41
42
|
var _m = window.__kwirth__.MUI.icons;
|
|
42
43
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
44
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
43
45
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
44
46
|
}
|
|
45
47
|
});
|
|
@@ -49,6 +51,7 @@
|
|
|
49
51
|
"kwirth-globals:@kwirthmagnify/kwirth-common"(exports, module) {
|
|
50
52
|
var _m = window.__kwirth__.kwirthCommon;
|
|
51
53
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
54
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
52
55
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
53
56
|
}
|
|
54
57
|
});
|
|
@@ -58,6 +61,7 @@
|
|
|
58
61
|
"kwirth-globals:@mui/material"(exports, module) {
|
|
59
62
|
var _m = window.__kwirth__.MUI.material;
|
|
60
63
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
64
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
61
65
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
62
66
|
}
|
|
63
67
|
});
|
|
@@ -67,6 +71,7 @@
|
|
|
67
71
|
"kwirth-globals:@kwirthmagnify/kwirth-common-front"(exports, module) {
|
|
68
72
|
var _m = window.__kwirth__.kwirthCommonFront;
|
|
69
73
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
74
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
70
75
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
71
76
|
}
|
|
72
77
|
});
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "pinocchio",
|
|
3
3
|
"name": "@kwirthmagnify/kwirth-plugin-pinocchio",
|
|
4
4
|
"displayName": "Pinocchio",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.4",
|
|
6
6
|
"description": "Pinocchio AI channel plugin for Kwirth - LLM-based Kubernetes event analysis",
|
|
7
7
|
"icon": "AutoFixHigh",
|
|
8
8
|
"website": "https://kwirthmagnify.dev"
|