@kong-ui-public/entities-gateway-services 3.5.3 → 3.5.5
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.
|
@@ -538,13 +538,11 @@ function gt() {
|
|
|
538
538
|
}
|
|
539
539
|
function yi() {
|
|
540
540
|
const e = (i, a) => (a == null ? void 0 : a[i]) ?? void 0, t = (i, a) => {
|
|
541
|
-
if (i.length !== a.length)
|
|
542
|
-
return !1;
|
|
541
|
+
if (i.length !== a.length) return !1;
|
|
543
542
|
const r = /* @__PURE__ */ new Set([...i, ...a]);
|
|
544
543
|
for (const n of r) {
|
|
545
544
|
const o = i.filter((l) => l === n).length, c = a.filter((l) => l === n).length;
|
|
546
|
-
if (o !== c)
|
|
547
|
-
return !1;
|
|
545
|
+
if (o !== c) return !1;
|
|
548
546
|
}
|
|
549
547
|
return !0;
|
|
550
548
|
};
|
|
@@ -1350,8 +1348,7 @@ function bt(e, t) {
|
|
|
1350
1348
|
return oe.repeat(" ", t - e.length) + e;
|
|
1351
1349
|
}
|
|
1352
1350
|
function Ha(e, t) {
|
|
1353
|
-
if (t = Object.create(t || null), !e.buffer)
|
|
1354
|
-
return null;
|
|
1351
|
+
if (t = Object.create(t || null), !e.buffer) return null;
|
|
1355
1352
|
t.maxLength || (t.maxLength = 79), typeof t.indent != "number" && (t.indent = 1), typeof t.linesBefore != "number" && (t.linesBefore = 3), typeof t.linesAfter != "number" && (t.linesAfter = 2);
|
|
1356
1353
|
for (var i = /\r?\n|\r|\0/g, a = [0], r = [], n, o = -1; n = i.exec(e.buffer); )
|
|
1357
1354
|
r.push(n.index), a.push(n.index + n[0].length), e.position <= n.index && o < 0 && (o = a.length - 2);
|
|
@@ -1494,8 +1491,7 @@ var Ii = kt, xi = new se("tag:yaml.org,2002:str", {
|
|
|
1494
1491
|
]
|
|
1495
1492
|
});
|
|
1496
1493
|
function Xa(e) {
|
|
1497
|
-
if (e === null)
|
|
1498
|
-
return !0;
|
|
1494
|
+
if (e === null) return !0;
|
|
1499
1495
|
var t = e.length;
|
|
1500
1496
|
return t === 1 && e === "~" || t === 4 && (e === "null" || e === "Null" || e === "NULL");
|
|
1501
1497
|
}
|
|
@@ -1530,8 +1526,7 @@ var Ni = new se("tag:yaml.org,2002:null", {
|
|
|
1530
1526
|
defaultStyle: "lowercase"
|
|
1531
1527
|
});
|
|
1532
1528
|
function io(e) {
|
|
1533
|
-
if (e === null)
|
|
1534
|
-
return !1;
|
|
1529
|
+
if (e === null) return !1;
|
|
1535
1530
|
var t = e.length;
|
|
1536
1531
|
return t === 4 && (e === "true" || e === "True" || e === "TRUE") || t === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
1537
1532
|
}
|
|
@@ -1569,19 +1564,15 @@ function lo(e) {
|
|
|
1569
1564
|
return 48 <= e && e <= 57;
|
|
1570
1565
|
}
|
|
1571
1566
|
function so(e) {
|
|
1572
|
-
if (e === null)
|
|
1573
|
-
return !1;
|
|
1567
|
+
if (e === null) return !1;
|
|
1574
1568
|
var t = e.length, i = 0, a = !1, r;
|
|
1575
|
-
if (!t)
|
|
1576
|
-
return !1;
|
|
1569
|
+
if (!t) return !1;
|
|
1577
1570
|
if (r = e[i], (r === "-" || r === "+") && (r = e[++i]), r === "0") {
|
|
1578
|
-
if (i + 1 === t)
|
|
1579
|
-
return !0;
|
|
1571
|
+
if (i + 1 === t) return !0;
|
|
1580
1572
|
if (r = e[++i], r === "b") {
|
|
1581
1573
|
for (i++; i < t; i++)
|
|
1582
1574
|
if (r = e[i], r !== "_") {
|
|
1583
|
-
if (r !== "0" && r !== "1")
|
|
1584
|
-
return !1;
|
|
1575
|
+
if (r !== "0" && r !== "1") return !1;
|
|
1585
1576
|
a = !0;
|
|
1586
1577
|
}
|
|
1587
1578
|
return a && r !== "_";
|
|
@@ -1589,8 +1580,7 @@ function so(e) {
|
|
|
1589
1580
|
if (r === "x") {
|
|
1590
1581
|
for (i++; i < t; i++)
|
|
1591
1582
|
if (r = e[i], r !== "_") {
|
|
1592
|
-
if (!oo(e.charCodeAt(i)))
|
|
1593
|
-
return !1;
|
|
1583
|
+
if (!oo(e.charCodeAt(i))) return !1;
|
|
1594
1584
|
a = !0;
|
|
1595
1585
|
}
|
|
1596
1586
|
return a && r !== "_";
|
|
@@ -1598,15 +1588,13 @@ function so(e) {
|
|
|
1598
1588
|
if (r === "o") {
|
|
1599
1589
|
for (i++; i < t; i++)
|
|
1600
1590
|
if (r = e[i], r !== "_") {
|
|
1601
|
-
if (!no(e.charCodeAt(i)))
|
|
1602
|
-
return !1;
|
|
1591
|
+
if (!no(e.charCodeAt(i))) return !1;
|
|
1603
1592
|
a = !0;
|
|
1604
1593
|
}
|
|
1605
1594
|
return a && r !== "_";
|
|
1606
1595
|
}
|
|
1607
1596
|
}
|
|
1608
|
-
if (r === "_")
|
|
1609
|
-
return !1;
|
|
1597
|
+
if (r === "_") return !1;
|
|
1610
1598
|
for (; i < t; i++)
|
|
1611
1599
|
if (r = e[i], r !== "_") {
|
|
1612
1600
|
if (!lo(e.charCodeAt(i)))
|
|
@@ -1617,15 +1605,11 @@ function so(e) {
|
|
|
1617
1605
|
}
|
|
1618
1606
|
function co(e) {
|
|
1619
1607
|
var t = e, i = 1, a;
|
|
1620
|
-
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), a = t[0], (a === "-" || a === "+") && (a === "-" && (i = -1), t = t.slice(1), a = t[0]), t === "0")
|
|
1621
|
-
return 0;
|
|
1608
|
+
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), a = t[0], (a === "-" || a === "+") && (a === "-" && (i = -1), t = t.slice(1), a = t[0]), t === "0") return 0;
|
|
1622
1609
|
if (a === "0") {
|
|
1623
|
-
if (t[1] === "b")
|
|
1624
|
-
|
|
1625
|
-
if (t[1] === "
|
|
1626
|
-
return i * parseInt(t.slice(2), 16);
|
|
1627
|
-
if (t[1] === "o")
|
|
1628
|
-
return i * parseInt(t.slice(2), 8);
|
|
1610
|
+
if (t[1] === "b") return i * parseInt(t.slice(2), 2);
|
|
1611
|
+
if (t[1] === "x") return i * parseInt(t.slice(2), 16);
|
|
1612
|
+
if (t[1] === "o") return i * parseInt(t.slice(2), 8);
|
|
1629
1613
|
}
|
|
1630
1614
|
return i * parseInt(t, 10);
|
|
1631
1615
|
}
|
|
@@ -1733,8 +1717,7 @@ function ho(e) {
|
|
|
1733
1717
|
}
|
|
1734
1718
|
function bo(e) {
|
|
1735
1719
|
var t, i, a, r, n, o, c, l = 0, u = null, m, p, _;
|
|
1736
|
-
if (t = qi.exec(e), t === null && (t = Ei.exec(e)), t === null)
|
|
1737
|
-
throw new Error("Date resolve error");
|
|
1720
|
+
if (t = qi.exec(e), t === null && (t = Ei.exec(e)), t === null) throw new Error("Date resolve error");
|
|
1738
1721
|
if (i = +t[1], a = +t[2] - 1, r = +t[3], !t[4])
|
|
1739
1722
|
return new Date(Date.UTC(i, a, r));
|
|
1740
1723
|
if (n = +t[4], o = +t[5], c = +t[6], t[7]) {
|
|
@@ -1763,13 +1746,11 @@ var Ui = new se("tag:yaml.org,2002:merge", {
|
|
|
1763
1746
|
}), jt = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
1764
1747
|
\r`;
|
|
1765
1748
|
function ko(e) {
|
|
1766
|
-
if (e === null)
|
|
1767
|
-
return !1;
|
|
1749
|
+
if (e === null) return !1;
|
|
1768
1750
|
var t, i, a = 0, r = e.length, n = jt;
|
|
1769
1751
|
for (i = 0; i < r; i++)
|
|
1770
1752
|
if (t = n.indexOf(e.charAt(i)), !(t > 64)) {
|
|
1771
|
-
if (t < 0)
|
|
1772
|
-
return !1;
|
|
1753
|
+
if (t < 0) return !1;
|
|
1773
1754
|
a += 6;
|
|
1774
1755
|
}
|
|
1775
1756
|
return a % 8 === 0;
|
|
@@ -1797,24 +1778,17 @@ var Bi = new se("tag:yaml.org,2002:binary", {
|
|
|
1797
1778
|
represent: So
|
|
1798
1779
|
}), xo = Object.prototype.hasOwnProperty, Ao = Object.prototype.toString;
|
|
1799
1780
|
function To(e) {
|
|
1800
|
-
if (e === null)
|
|
1801
|
-
return !0;
|
|
1781
|
+
if (e === null) return !0;
|
|
1802
1782
|
var t = [], i, a, r, n, o, c = e;
|
|
1803
1783
|
for (i = 0, a = c.length; i < a; i += 1) {
|
|
1804
|
-
if (r = c[i], o = !1, Ao.call(r) !== "[object Object]")
|
|
1805
|
-
return !1;
|
|
1784
|
+
if (r = c[i], o = !1, Ao.call(r) !== "[object Object]") return !1;
|
|
1806
1785
|
for (n in r)
|
|
1807
1786
|
if (xo.call(r, n))
|
|
1808
|
-
if (!o)
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
return !1;
|
|
1814
|
-
if (t.indexOf(n) === -1)
|
|
1815
|
-
t.push(n);
|
|
1816
|
-
else
|
|
1817
|
-
return !1;
|
|
1787
|
+
if (!o) o = !0;
|
|
1788
|
+
else return !1;
|
|
1789
|
+
if (!o) return !1;
|
|
1790
|
+
if (t.indexOf(n) === -1) t.push(n);
|
|
1791
|
+
else return !1;
|
|
1818
1792
|
}
|
|
1819
1793
|
return !0;
|
|
1820
1794
|
}
|
|
@@ -1827,19 +1801,16 @@ var Ki = new se("tag:yaml.org,2002:omap", {
|
|
|
1827
1801
|
construct: $o
|
|
1828
1802
|
}), No = Object.prototype.toString;
|
|
1829
1803
|
function jo(e) {
|
|
1830
|
-
if (e === null)
|
|
1831
|
-
return !0;
|
|
1804
|
+
if (e === null) return !0;
|
|
1832
1805
|
var t, i, a, r, n, o = e;
|
|
1833
1806
|
for (n = new Array(o.length), t = 0, i = o.length; t < i; t += 1) {
|
|
1834
|
-
if (a = o[t], No.call(a) !== "[object Object]" || (r = Object.keys(a), r.length !== 1))
|
|
1835
|
-
return !1;
|
|
1807
|
+
if (a = o[t], No.call(a) !== "[object Object]" || (r = Object.keys(a), r.length !== 1)) return !1;
|
|
1836
1808
|
n[t] = [r[0], a[r[0]]];
|
|
1837
1809
|
}
|
|
1838
1810
|
return !0;
|
|
1839
1811
|
}
|
|
1840
1812
|
function Mo(e) {
|
|
1841
|
-
if (e === null)
|
|
1842
|
-
return [];
|
|
1813
|
+
if (e === null) return [];
|
|
1843
1814
|
var t, i, a, r, n, o = e;
|
|
1844
1815
|
for (n = new Array(o.length), t = 0, i = o.length; t < i; t += 1)
|
|
1845
1816
|
a = o[t], r = Object.keys(a), n[t] = [r[0], a[r[0]]];
|
|
@@ -1851,8 +1822,7 @@ var Ri = new se("tag:yaml.org,2002:pairs", {
|
|
|
1851
1822
|
construct: Mo
|
|
1852
1823
|
}), Oo = Object.prototype.hasOwnProperty;
|
|
1853
1824
|
function Fo(e) {
|
|
1854
|
-
if (e === null)
|
|
1855
|
-
return !0;
|
|
1825
|
+
if (e === null) return !0;
|
|
1856
1826
|
var t, i = e;
|
|
1857
1827
|
for (t in i)
|
|
1858
1828
|
if (Oo.call(i, t) && i[t] !== null)
|
|
@@ -1958,8 +1928,7 @@ function Ae(e, t, i, a) {
|
|
|
1958
1928
|
if (c = e.input.slice(t, i), a)
|
|
1959
1929
|
for (r = 0, n = c.length; r < n; r += 1)
|
|
1960
1930
|
o = c.charCodeAt(r), o === 9 || 32 <= o && o <= 1114111 || V(e, "expected valid JSON character");
|
|
1961
|
-
else
|
|
1962
|
-
Eo.test(c) && V(e, "the stream contains non-printable characters");
|
|
1931
|
+
else Eo.test(c) && V(e, "the stream contains non-printable characters");
|
|
1963
1932
|
e.result += c;
|
|
1964
1933
|
}
|
|
1965
1934
|
}
|
|
@@ -2053,8 +2022,7 @@ function Ho(e, t) {
|
|
|
2053
2022
|
a = e.position, e.position++, r = e.position;
|
|
2054
2023
|
else
|
|
2055
2024
|
return !0;
|
|
2056
|
-
else
|
|
2057
|
-
be(i) ? (Ae(e, a, r, !0), Ft(e, re(e, !1, t)), a = r = e.position) : e.position === e.lineStart && mt(e) ? V(e, "unexpected end of the document within a single quoted scalar") : (e.position++, r = e.position);
|
|
2025
|
+
else be(i) ? (Ae(e, a, r, !0), Ft(e, re(e, !1, t)), a = r = e.position) : e.position === e.lineStart && mt(e) ? V(e, "unexpected end of the document within a single quoted scalar") : (e.position++, r = e.position);
|
|
2058
2026
|
V(e, "unexpected end of the stream within a single quoted scalar");
|
|
2059
2027
|
}
|
|
2060
2028
|
function Go(e, t) {
|
|
@@ -2076,8 +2044,7 @@ function Go(e, t) {
|
|
|
2076
2044
|
} else
|
|
2077
2045
|
V(e, "unknown escape sequence");
|
|
2078
2046
|
i = a = e.position;
|
|
2079
|
-
} else
|
|
2080
|
-
be(c) ? (Ae(e, i, a, !0), Ft(e, re(e, !1, t)), i = a = e.position) : e.position === e.lineStart && mt(e) ? V(e, "unexpected end of the document within a double quoted scalar") : (e.position++, a = e.position);
|
|
2047
|
+
} else be(c) ? (Ae(e, i, a, !0), Ft(e, re(e, !1, t)), i = a = e.position) : e.position === e.lineStart && mt(e) ? V(e, "unexpected end of the document within a double quoted scalar") : (e.position++, a = e.position);
|
|
2081
2048
|
}
|
|
2082
2049
|
V(e, "unexpected end of the stream within a double quoted scalar");
|
|
2083
2050
|
}
|
|
@@ -2145,8 +2112,7 @@ function Wo(e, t) {
|
|
|
2145
2112
|
}
|
|
2146
2113
|
function Qt(e, t) {
|
|
2147
2114
|
var i, a = e.tag, r = e.anchor, n = [], o, c = !1, l;
|
|
2148
|
-
if (e.firstTabInLine !== -1)
|
|
2149
|
-
return !1;
|
|
2115
|
+
if (e.firstTabInLine !== -1) return !1;
|
|
2150
2116
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = n), l = e.input.charCodeAt(e.position); l !== 0 && (e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, V(e, "tab characters must not be used in indentation")), !(l !== 45 || (o = e.input.charCodeAt(e.position + 1), !ge(o)))); ) {
|
|
2151
2117
|
if (c = !0, e.position++, re(e, !0, -1) && e.lineIndent <= t) {
|
|
2152
2118
|
n.push(null), l = e.input.charCodeAt(e.position);
|
|
@@ -2161,8 +2127,7 @@ function Qt(e, t) {
|
|
|
2161
2127
|
}
|
|
2162
2128
|
function Yo(e, t, i) {
|
|
2163
2129
|
var a, r, n, o, c, l, u = e.tag, m = e.anchor, p = {}, _ = /* @__PURE__ */ Object.create(null), h = null, A = null, M = null, C = !1, K = !1, N;
|
|
2164
|
-
if (e.firstTabInLine !== -1)
|
|
2165
|
-
return !1;
|
|
2130
|
+
if (e.firstTabInLine !== -1) return !1;
|
|
2166
2131
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = p), N = e.input.charCodeAt(e.position); N !== 0; ) {
|
|
2167
2132
|
if (!C && e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, V(e, "tab characters must not be used in indentation")), a = e.input.charCodeAt(e.position + 1), n = e.line, (N === 63 || N === 58) && ge(a))
|
|
2168
2133
|
N === 63 ? (C && (Ke(e, p, _, h, A, null, o, c, l), h = A = M = null), K = !0, C = !0, r = !0) : C ? (C = !1, r = !0) : V(e, "incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"), e.position += 1, N = a;
|
|
@@ -2192,8 +2157,7 @@ function Yo(e, t, i) {
|
|
|
2192
2157
|
}
|
|
2193
2158
|
function Zo(e) {
|
|
2194
2159
|
var t, i = !1, a = !1, r, n, o;
|
|
2195
|
-
if (o = e.input.charCodeAt(e.position), o !== 33)
|
|
2196
|
-
return !1;
|
|
2160
|
+
if (o = e.input.charCodeAt(e.position), o !== 33) return !1;
|
|
2197
2161
|
if (e.tag !== null && V(e, "duplication of a tag property"), o = e.input.charCodeAt(++e.position), o === 60 ? (i = !0, o = e.input.charCodeAt(++e.position)) : o === 33 ? (a = !0, r = "!!", o = e.input.charCodeAt(++e.position)) : r = "!", t = e.position, i) {
|
|
2198
2162
|
do
|
|
2199
2163
|
o = e.input.charCodeAt(++e.position);
|
|
@@ -2214,16 +2178,14 @@ function Zo(e) {
|
|
|
2214
2178
|
}
|
|
2215
2179
|
function Qo(e) {
|
|
2216
2180
|
var t, i;
|
|
2217
|
-
if (i = e.input.charCodeAt(e.position), i !== 38)
|
|
2218
|
-
return !1;
|
|
2181
|
+
if (i = e.input.charCodeAt(e.position), i !== 38) return !1;
|
|
2219
2182
|
for (e.anchor !== null && V(e, "duplication of an anchor property"), i = e.input.charCodeAt(++e.position), t = e.position; i !== 0 && !ge(i) && !Be(i); )
|
|
2220
2183
|
i = e.input.charCodeAt(++e.position);
|
|
2221
2184
|
return e.position === t && V(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(t, e.position), !0;
|
|
2222
2185
|
}
|
|
2223
2186
|
function Xo(e) {
|
|
2224
2187
|
var t, i, a;
|
|
2225
|
-
if (a = e.input.charCodeAt(e.position), a !== 42)
|
|
2226
|
-
return !1;
|
|
2188
|
+
if (a = e.input.charCodeAt(e.position), a !== 42) return !1;
|
|
2227
2189
|
for (a = e.input.charCodeAt(++e.position), t = e.position; a !== 0 && !ge(a) && !Be(a); )
|
|
2228
2190
|
a = e.input.charCodeAt(++e.position);
|
|
2229
2191
|
return e.position === t && V(e, "name of an alias node must contain at least one character"), i = e.input.slice(t, e.position), $e.call(e.anchorMap, i) || V(e, 'unidentified alias "' + i + '"'), e.result = e.anchorMap[i], re(e, !0, -1), !0;
|
|
@@ -2268,8 +2230,7 @@ function en(e) {
|
|
|
2268
2230
|
while (o !== 0 && !be(o));
|
|
2269
2231
|
break;
|
|
2270
2232
|
}
|
|
2271
|
-
if (be(o))
|
|
2272
|
-
break;
|
|
2233
|
+
if (be(o)) break;
|
|
2273
2234
|
for (i = e.position; o !== 0 && !ge(o); )
|
|
2274
2235
|
o = e.input.charCodeAt(++e.position);
|
|
2275
2236
|
r.push(e.input.slice(i, e.position));
|
|
@@ -2350,8 +2311,7 @@ var kn = [
|
|
|
2350
2311
|
], Cn = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
|
|
2351
2312
|
function Sn(e, t) {
|
|
2352
2313
|
var i, a, r, n, o, c, l;
|
|
2353
|
-
if (t === null)
|
|
2354
|
-
return {};
|
|
2314
|
+
if (t === null) return {};
|
|
2355
2315
|
for (i = {}, a = Object.keys(t), r = 0, n = a.length; r < n; r += 1)
|
|
2356
2316
|
o = a[r], c = String(t[o]), o.slice(0, 2) === "!!" && (o = "tag:yaml.org,2002:" + o.slice(2)), l = e.compiledTypeMap.fallback[o], l && er.call(l.styleAliases, c) && (c = l.styleAliases[c]), i[o] = c;
|
|
2357
2317
|
return i;
|
|
@@ -2506,8 +2466,7 @@ function On(e, t) {
|
|
|
2506
2466
|
return a;
|
|
2507
2467
|
}
|
|
2508
2468
|
function ai(e, t) {
|
|
2509
|
-
if (e === "" || e[0] === " ")
|
|
2510
|
-
return e;
|
|
2469
|
+
if (e === "" || e[0] === " ") return e;
|
|
2511
2470
|
for (var i = / [^ ]/g, a, r = 0, n, o = 0, c = 0, l = ""; a = i.exec(e); )
|
|
2512
2471
|
c = a.index, c - r > t && (n = o > r ? o : c, l += `
|
|
2513
2472
|
` + e.slice(r, n), r = n + 1), o = c;
|
|
@@ -2582,8 +2541,7 @@ function Se(e, t, i, a, r, n, o) {
|
|
|
2582
2541
|
else if (c === "[object String]")
|
|
2583
2542
|
e.tag !== "?" && Mn(e, e.dump, t, n, l);
|
|
2584
2543
|
else {
|
|
2585
|
-
if (c === "[object Undefined]" || e.skipInvalid)
|
|
2586
|
-
return !1;
|
|
2544
|
+
if (c === "[object Undefined]" || e.skipInvalid) return !1;
|
|
2587
2545
|
throw new de("unacceptable kind of an object to dump " + c);
|
|
2588
2546
|
}
|
|
2589
2547
|
e.tag !== null && e.tag !== "?" && (u = encodeURI(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-gateway-services",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-gateway-services.umd.js",
|
|
6
6
|
"module": "./dist/entities-gateway-services.es.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"@kong/kongponents": "^9.0.8",
|
|
25
25
|
"axios": "^1.6.8",
|
|
26
26
|
"vue": ">= 3.3.13 < 4",
|
|
27
|
-
"vue-router": "^4.3.
|
|
27
|
+
"vue-router": "^4.3.3",
|
|
28
28
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@kong/design-tokens": "1.15.1",
|
|
32
32
|
"@kong/kongponents": "9.0.8",
|
|
33
33
|
"axios": "^1.6.8",
|
|
34
|
-
"vue": "^3.4.
|
|
35
|
-
"vue-router": "^4.
|
|
34
|
+
"vue": "^3.4.31",
|
|
35
|
+
"vue-router": "^4.4.0",
|
|
36
36
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@kong/icons": "^1.14.2",
|
|
54
|
-
"@kong-ui-public/entities-shared": "^3.4.
|
|
54
|
+
"@kong-ui-public/entities-shared": "^3.4.5"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"dev": "cross-env USE_SANDBOX=true vite",
|