@kong-ui-public/entities-plugins 9.104.1 → 9.104.3
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.
|
@@ -19884,7 +19884,7 @@ function AD() {
|
|
|
19884
19884
|
return e;
|
|
19885
19885
|
}
|
|
19886
19886
|
function Yd(e) {
|
|
19887
|
-
const t = e.match(/^(input|output)s@(.*)
|
|
19887
|
+
const t = e.match(/^(input|output)(?:s@(.*))?$/);
|
|
19888
19888
|
if (t)
|
|
19889
19889
|
return {
|
|
19890
19890
|
io: t[1],
|