@kong-ui-public/entities-vaults 3.4.3 → 3.4.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.
- package/dist/entities-vaults.es.js +42 -84
- package/package.json +5 -5
|
@@ -408,13 +408,11 @@ function ne() {
|
|
|
408
408
|
}
|
|
409
409
|
function Ct() {
|
|
410
410
|
const A = (t, i) => (i == null ? void 0 : i[t]) ?? void 0, e = (t, i) => {
|
|
411
|
-
if (t.length !== i.length)
|
|
412
|
-
return !1;
|
|
411
|
+
if (t.length !== i.length) return !1;
|
|
413
412
|
const a = /* @__PURE__ */ new Set([...t, ...i]);
|
|
414
413
|
for (const o of a) {
|
|
415
414
|
const l = t.filter((I) => I === o).length, r = i.filter((I) => I === o).length;
|
|
416
|
-
if (l !== r)
|
|
417
|
-
return !1;
|
|
415
|
+
if (l !== r) return !1;
|
|
418
416
|
}
|
|
419
417
|
return !0;
|
|
420
418
|
};
|
|
@@ -1220,8 +1218,7 @@ function Ie(A, e) {
|
|
|
1220
1218
|
return aA.repeat(" ", e - A.length) + A;
|
|
1221
1219
|
}
|
|
1222
1220
|
function Ki(A, e) {
|
|
1223
|
-
if (e = Object.create(e || null), !A.buffer)
|
|
1224
|
-
return null;
|
|
1221
|
+
if (e = Object.create(e || null), !A.buffer) return null;
|
|
1225
1222
|
e.maxLength || (e.maxLength = 79), typeof e.indent != "number" && (e.indent = 1), typeof e.linesBefore != "number" && (e.linesBefore = 3), typeof e.linesAfter != "number" && (e.linesAfter = 2);
|
|
1226
1223
|
for (var t = /\r?\n|\r|\0/g, i = [0], a = [], o, l = -1; o = t.exec(A.buffer); )
|
|
1227
1224
|
a.push(o.index), i.push(o.index + o[0].length), A.position <= o.index && l < 0 && (l = i.length - 2);
|
|
@@ -1364,8 +1361,7 @@ var pt = ue, ft = new gA("tag:yaml.org,2002:str", {
|
|
|
1364
1361
|
]
|
|
1365
1362
|
});
|
|
1366
1363
|
function Pi(A) {
|
|
1367
|
-
if (A === null)
|
|
1368
|
-
return !0;
|
|
1364
|
+
if (A === null) return !0;
|
|
1369
1365
|
var e = A.length;
|
|
1370
1366
|
return e === 1 && A === "~" || e === 4 && (A === "null" || A === "Null" || A === "NULL");
|
|
1371
1367
|
}
|
|
@@ -1400,8 +1396,7 @@ var yt = new gA("tag:yaml.org,2002:null", {
|
|
|
1400
1396
|
defaultStyle: "lowercase"
|
|
1401
1397
|
});
|
|
1402
1398
|
function Gi(A) {
|
|
1403
|
-
if (A === null)
|
|
1404
|
-
return !1;
|
|
1399
|
+
if (A === null) return !1;
|
|
1405
1400
|
var e = A.length;
|
|
1406
1401
|
return e === 4 && (A === "true" || A === "True" || A === "TRUE") || e === 5 && (A === "false" || A === "False" || A === "FALSE");
|
|
1407
1402
|
}
|
|
@@ -1439,19 +1434,15 @@ function Ao(A) {
|
|
|
1439
1434
|
return 48 <= A && A <= 57;
|
|
1440
1435
|
}
|
|
1441
1436
|
function eo(A) {
|
|
1442
|
-
if (A === null)
|
|
1443
|
-
return !1;
|
|
1437
|
+
if (A === null) return !1;
|
|
1444
1438
|
var e = A.length, t = 0, i = !1, a;
|
|
1445
|
-
if (!e)
|
|
1446
|
-
return !1;
|
|
1439
|
+
if (!e) return !1;
|
|
1447
1440
|
if (a = A[t], (a === "-" || a === "+") && (a = A[++t]), a === "0") {
|
|
1448
|
-
if (t + 1 === e)
|
|
1449
|
-
return !0;
|
|
1441
|
+
if (t + 1 === e) return !0;
|
|
1450
1442
|
if (a = A[++t], a === "b") {
|
|
1451
1443
|
for (t++; t < e; t++)
|
|
1452
1444
|
if (a = A[t], a !== "_") {
|
|
1453
|
-
if (a !== "0" && a !== "1")
|
|
1454
|
-
return !1;
|
|
1445
|
+
if (a !== "0" && a !== "1") return !1;
|
|
1455
1446
|
i = !0;
|
|
1456
1447
|
}
|
|
1457
1448
|
return i && a !== "_";
|
|
@@ -1459,8 +1450,7 @@ function eo(A) {
|
|
|
1459
1450
|
if (a === "x") {
|
|
1460
1451
|
for (t++; t < e; t++)
|
|
1461
1452
|
if (a = A[t], a !== "_") {
|
|
1462
|
-
if (!_i(A.charCodeAt(t)))
|
|
1463
|
-
return !1;
|
|
1453
|
+
if (!_i(A.charCodeAt(t))) return !1;
|
|
1464
1454
|
i = !0;
|
|
1465
1455
|
}
|
|
1466
1456
|
return i && a !== "_";
|
|
@@ -1468,15 +1458,13 @@ function eo(A) {
|
|
|
1468
1458
|
if (a === "o") {
|
|
1469
1459
|
for (t++; t < e; t++)
|
|
1470
1460
|
if (a = A[t], a !== "_") {
|
|
1471
|
-
if (!$i(A.charCodeAt(t)))
|
|
1472
|
-
return !1;
|
|
1461
|
+
if (!$i(A.charCodeAt(t))) return !1;
|
|
1473
1462
|
i = !0;
|
|
1474
1463
|
}
|
|
1475
1464
|
return i && a !== "_";
|
|
1476
1465
|
}
|
|
1477
1466
|
}
|
|
1478
|
-
if (a === "_")
|
|
1479
|
-
return !1;
|
|
1467
|
+
if (a === "_") return !1;
|
|
1480
1468
|
for (; t < e; t++)
|
|
1481
1469
|
if (a = A[t], a !== "_") {
|
|
1482
1470
|
if (!Ao(A.charCodeAt(t)))
|
|
@@ -1487,15 +1475,11 @@ function eo(A) {
|
|
|
1487
1475
|
}
|
|
1488
1476
|
function to(A) {
|
|
1489
1477
|
var e = A, t = 1, i;
|
|
1490
|
-
if (e.indexOf("_") !== -1 && (e = e.replace(/_/g, "")), i = e[0], (i === "-" || i === "+") && (i === "-" && (t = -1), e = e.slice(1), i = e[0]), e === "0")
|
|
1491
|
-
return 0;
|
|
1478
|
+
if (e.indexOf("_") !== -1 && (e = e.replace(/_/g, "")), i = e[0], (i === "-" || i === "+") && (i === "-" && (t = -1), e = e.slice(1), i = e[0]), e === "0") return 0;
|
|
1492
1479
|
if (i === "0") {
|
|
1493
|
-
if (e[1] === "b")
|
|
1494
|
-
|
|
1495
|
-
if (e[1] === "
|
|
1496
|
-
return t * parseInt(e.slice(2), 16);
|
|
1497
|
-
if (e[1] === "o")
|
|
1498
|
-
return t * parseInt(e.slice(2), 8);
|
|
1480
|
+
if (e[1] === "b") return t * parseInt(e.slice(2), 2);
|
|
1481
|
+
if (e[1] === "x") return t * parseInt(e.slice(2), 16);
|
|
1482
|
+
if (e[1] === "o") return t * parseInt(e.slice(2), 8);
|
|
1499
1483
|
}
|
|
1500
1484
|
return t * parseInt(e, 10);
|
|
1501
1485
|
}
|
|
@@ -1603,8 +1587,7 @@ function Co(A) {
|
|
|
1603
1587
|
}
|
|
1604
1588
|
function Io(A) {
|
|
1605
1589
|
var e, t, i, a, o, l, r, I = 0, g = null, u, C, h;
|
|
1606
|
-
if (e = Ut.exec(A), e === null && (e = Vt.exec(A)), e === null)
|
|
1607
|
-
throw new Error("Date resolve error");
|
|
1590
|
+
if (e = Ut.exec(A), e === null && (e = Vt.exec(A)), e === null) throw new Error("Date resolve error");
|
|
1608
1591
|
if (t = +e[1], i = +e[2] - 1, a = +e[3], !e[4])
|
|
1609
1592
|
return new Date(Date.UTC(t, i, a));
|
|
1610
1593
|
if (o = +e[4], l = +e[5], r = +e[6], e[7]) {
|
|
@@ -1633,13 +1616,11 @@ var Tt = new gA("tag:yaml.org,2002:merge", {
|
|
|
1633
1616
|
}), be = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
1634
1617
|
\r`;
|
|
1635
1618
|
function Eo(A) {
|
|
1636
|
-
if (A === null)
|
|
1637
|
-
return !1;
|
|
1619
|
+
if (A === null) return !1;
|
|
1638
1620
|
var e, t, i = 0, a = A.length, o = be;
|
|
1639
1621
|
for (t = 0; t < a; t++)
|
|
1640
1622
|
if (e = o.indexOf(A.charAt(t)), !(e > 64)) {
|
|
1641
|
-
if (e < 0)
|
|
1642
|
-
return !1;
|
|
1623
|
+
if (e < 0) return !1;
|
|
1643
1624
|
i += 6;
|
|
1644
1625
|
}
|
|
1645
1626
|
return i % 8 === 0;
|
|
@@ -1667,24 +1648,17 @@ var xt = new gA("tag:yaml.org,2002:binary", {
|
|
|
1667
1648
|
represent: uo
|
|
1668
1649
|
}), po = Object.prototype.hasOwnProperty, fo = Object.prototype.toString;
|
|
1669
1650
|
function mo(A) {
|
|
1670
|
-
if (A === null)
|
|
1671
|
-
return !0;
|
|
1651
|
+
if (A === null) return !0;
|
|
1672
1652
|
var e = [], t, i, a, o, l, r = A;
|
|
1673
1653
|
for (t = 0, i = r.length; t < i; t += 1) {
|
|
1674
|
-
if (a = r[t], l = !1, fo.call(a) !== "[object Object]")
|
|
1675
|
-
return !1;
|
|
1654
|
+
if (a = r[t], l = !1, fo.call(a) !== "[object Object]") return !1;
|
|
1676
1655
|
for (o in a)
|
|
1677
1656
|
if (po.call(a, o))
|
|
1678
|
-
if (!l)
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
return !1;
|
|
1684
|
-
if (e.indexOf(o) === -1)
|
|
1685
|
-
e.push(o);
|
|
1686
|
-
else
|
|
1687
|
-
return !1;
|
|
1657
|
+
if (!l) l = !0;
|
|
1658
|
+
else return !1;
|
|
1659
|
+
if (!l) return !1;
|
|
1660
|
+
if (e.indexOf(o) === -1) e.push(o);
|
|
1661
|
+
else return !1;
|
|
1688
1662
|
}
|
|
1689
1663
|
return !0;
|
|
1690
1664
|
}
|
|
@@ -1697,19 +1671,16 @@ var Rt = new gA("tag:yaml.org,2002:omap", {
|
|
|
1697
1671
|
construct: vo
|
|
1698
1672
|
}), ho = Object.prototype.toString;
|
|
1699
1673
|
function yo(A) {
|
|
1700
|
-
if (A === null)
|
|
1701
|
-
return !0;
|
|
1674
|
+
if (A === null) return !0;
|
|
1702
1675
|
var e, t, i, a, o, l = A;
|
|
1703
1676
|
for (o = new Array(l.length), e = 0, t = l.length; e < t; e += 1) {
|
|
1704
|
-
if (i = l[e], ho.call(i) !== "[object Object]" || (a = Object.keys(i), a.length !== 1))
|
|
1705
|
-
return !1;
|
|
1677
|
+
if (i = l[e], ho.call(i) !== "[object Object]" || (a = Object.keys(i), a.length !== 1)) return !1;
|
|
1706
1678
|
o[e] = [a[0], i[a[0]]];
|
|
1707
1679
|
}
|
|
1708
1680
|
return !0;
|
|
1709
1681
|
}
|
|
1710
1682
|
function bo(A) {
|
|
1711
|
-
if (A === null)
|
|
1712
|
-
return [];
|
|
1683
|
+
if (A === null) return [];
|
|
1713
1684
|
var e, t, i, a, o, l = A;
|
|
1714
1685
|
for (o = new Array(l.length), e = 0, t = l.length; e < t; e += 1)
|
|
1715
1686
|
i = l[e], a = Object.keys(i), o[e] = [a[0], i[a[0]]];
|
|
@@ -1721,8 +1692,7 @@ var Ft = new gA("tag:yaml.org,2002:pairs", {
|
|
|
1721
1692
|
construct: bo
|
|
1722
1693
|
}), ko = Object.prototype.hasOwnProperty;
|
|
1723
1694
|
function wo(A) {
|
|
1724
|
-
if (A === null)
|
|
1725
|
-
return !0;
|
|
1695
|
+
if (A === null) return !0;
|
|
1726
1696
|
var e, t = A;
|
|
1727
1697
|
for (e in t)
|
|
1728
1698
|
if (ko.call(t, e) && t[e] !== null)
|
|
@@ -1828,8 +1798,7 @@ function SA(A, e, t, i) {
|
|
|
1828
1798
|
if (r = A.input.slice(e, t), i)
|
|
1829
1799
|
for (a = 0, o = r.length; a < o; a += 1)
|
|
1830
1800
|
l = r.charCodeAt(a), l === 9 || 32 <= l && l <= 1114111 || V(A, "expected valid JSON character");
|
|
1831
|
-
else
|
|
1832
|
-
Uo.test(r) && V(A, "the stream contains non-printable characters");
|
|
1801
|
+
else Uo.test(r) && V(A, "the stream contains non-printable characters");
|
|
1833
1802
|
A.result += r;
|
|
1834
1803
|
}
|
|
1835
1804
|
}
|
|
@@ -1923,8 +1892,7 @@ function Ko(A, e) {
|
|
|
1923
1892
|
i = A.position, A.position++, a = A.position;
|
|
1924
1893
|
else
|
|
1925
1894
|
return !0;
|
|
1926
|
-
else
|
|
1927
|
-
hA(t) ? (SA(A, i, a, !0), Se(A, eA(A, !1, e)), i = a = A.position) : A.position === A.lineStart && re(A) ? V(A, "unexpected end of the document within a single quoted scalar") : (A.position++, a = A.position);
|
|
1895
|
+
else hA(t) ? (SA(A, i, a, !0), Se(A, eA(A, !1, e)), i = a = A.position) : A.position === A.lineStart && re(A) ? V(A, "unexpected end of the document within a single quoted scalar") : (A.position++, a = A.position);
|
|
1928
1896
|
V(A, "unexpected end of the stream within a single quoted scalar");
|
|
1929
1897
|
}
|
|
1930
1898
|
function jo(A, e) {
|
|
@@ -1946,8 +1914,7 @@ function jo(A, e) {
|
|
|
1946
1914
|
} else
|
|
1947
1915
|
V(A, "unknown escape sequence");
|
|
1948
1916
|
t = i = A.position;
|
|
1949
|
-
} else
|
|
1950
|
-
hA(r) ? (SA(A, t, i, !0), Se(A, eA(A, !1, e)), t = i = A.position) : A.position === A.lineStart && re(A) ? V(A, "unexpected end of the document within a double quoted scalar") : (A.position++, i = A.position);
|
|
1917
|
+
} else hA(r) ? (SA(A, t, i, !0), Se(A, eA(A, !1, e)), t = i = A.position) : A.position === A.lineStart && re(A) ? V(A, "unexpected end of the document within a double quoted scalar") : (A.position++, i = A.position);
|
|
1951
1918
|
}
|
|
1952
1919
|
V(A, "unexpected end of the stream within a double quoted scalar");
|
|
1953
1920
|
}
|
|
@@ -2015,8 +1982,7 @@ function Wo(A, e) {
|
|
|
2015
1982
|
}
|
|
2016
1983
|
function ze(A, e) {
|
|
2017
1984
|
var t, i = A.tag, a = A.anchor, o = [], l, r = !1, I;
|
|
2018
|
-
if (A.firstTabInLine !== -1)
|
|
2019
|
-
return !1;
|
|
1985
|
+
if (A.firstTabInLine !== -1) return !1;
|
|
2020
1986
|
for (A.anchor !== null && (A.anchorMap[A.anchor] = o), I = A.input.charCodeAt(A.position); I !== 0 && (A.firstTabInLine !== -1 && (A.position = A.firstTabInLine, V(A, "tab characters must not be used in indentation")), !(I !== 45 || (l = A.input.charCodeAt(A.position + 1), !uA(l)))); ) {
|
|
2021
1987
|
if (r = !0, A.position++, eA(A, !0, -1) && A.lineIndent <= e) {
|
|
2022
1988
|
o.push(null), I = A.input.charCodeAt(A.position);
|
|
@@ -2031,8 +1997,7 @@ function ze(A, e) {
|
|
|
2031
1997
|
}
|
|
2032
1998
|
function Oo(A, e, t) {
|
|
2033
1999
|
var i, a, o, l, r, I, g = A.tag, u = A.anchor, C = {}, h = /* @__PURE__ */ Object.create(null), f = null, s = null, N = null, w = !1, q = !1, U;
|
|
2034
|
-
if (A.firstTabInLine !== -1)
|
|
2035
|
-
return !1;
|
|
2000
|
+
if (A.firstTabInLine !== -1) return !1;
|
|
2036
2001
|
for (A.anchor !== null && (A.anchorMap[A.anchor] = C), U = A.input.charCodeAt(A.position); U !== 0; ) {
|
|
2037
2002
|
if (!w && A.firstTabInLine !== -1 && (A.position = A.firstTabInLine, V(A, "tab characters must not be used in indentation")), i = A.input.charCodeAt(A.position + 1), o = A.line, (U === 63 || U === 58) && uA(i))
|
|
2038
2003
|
U === 63 ? (w && (jA(A, C, h, f, s, null, l, r, I), f = s = N = null), q = !0, w = !0, a = !0) : w ? (w = !1, a = !0) : V(A, "incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"), A.position += 1, U = i;
|
|
@@ -2062,8 +2027,7 @@ function Oo(A, e, t) {
|
|
|
2062
2027
|
}
|
|
2063
2028
|
function Do(A) {
|
|
2064
2029
|
var e, t = !1, i = !1, a, o, l;
|
|
2065
|
-
if (l = A.input.charCodeAt(A.position), l !== 33)
|
|
2066
|
-
return !1;
|
|
2030
|
+
if (l = A.input.charCodeAt(A.position), l !== 33) return !1;
|
|
2067
2031
|
if (A.tag !== null && V(A, "duplication of a tag property"), l = A.input.charCodeAt(++A.position), l === 60 ? (t = !0, l = A.input.charCodeAt(++A.position)) : l === 33 ? (i = !0, a = "!!", l = A.input.charCodeAt(++A.position)) : a = "!", e = A.position, t) {
|
|
2068
2032
|
do
|
|
2069
2033
|
l = A.input.charCodeAt(++A.position);
|
|
@@ -2084,16 +2048,14 @@ function Do(A) {
|
|
|
2084
2048
|
}
|
|
2085
2049
|
function Yo(A) {
|
|
2086
2050
|
var e, t;
|
|
2087
|
-
if (t = A.input.charCodeAt(A.position), t !== 38)
|
|
2088
|
-
return !1;
|
|
2051
|
+
if (t = A.input.charCodeAt(A.position), t !== 38) return !1;
|
|
2089
2052
|
for (A.anchor !== null && V(A, "duplication of an anchor property"), t = A.input.charCodeAt(++A.position), e = A.position; t !== 0 && !uA(t) && !KA(t); )
|
|
2090
2053
|
t = A.input.charCodeAt(++A.position);
|
|
2091
2054
|
return A.position === e && V(A, "name of an anchor node must contain at least one character"), A.anchor = A.input.slice(e, A.position), !0;
|
|
2092
2055
|
}
|
|
2093
2056
|
function Po(A) {
|
|
2094
2057
|
var e, t, i;
|
|
2095
|
-
if (i = A.input.charCodeAt(A.position), i !== 42)
|
|
2096
|
-
return !1;
|
|
2058
|
+
if (i = A.input.charCodeAt(A.position), i !== 42) return !1;
|
|
2097
2059
|
for (i = A.input.charCodeAt(++A.position), e = A.position; i !== 0 && !uA(i) && !KA(i); )
|
|
2098
2060
|
i = A.input.charCodeAt(++A.position);
|
|
2099
2061
|
return A.position === e && V(A, "name of an alias node must contain at least one character"), t = A.input.slice(e, A.position), UA.call(A.anchorMap, t) || V(A, 'unidentified alias "' + t + '"'), A.result = A.anchorMap[t], eA(A, !0, -1), !0;
|
|
@@ -2138,8 +2100,7 @@ function zo(A) {
|
|
|
2138
2100
|
while (l !== 0 && !hA(l));
|
|
2139
2101
|
break;
|
|
2140
2102
|
}
|
|
2141
|
-
if (hA(l))
|
|
2142
|
-
break;
|
|
2103
|
+
if (hA(l)) break;
|
|
2143
2104
|
for (t = A.position; l !== 0 && !uA(l); )
|
|
2144
2105
|
l = A.input.charCodeAt(++A.position);
|
|
2145
2106
|
a.push(A.input.slice(t, A.position));
|
|
@@ -2220,8 +2181,7 @@ var El = [
|
|
|
2220
2181
|
], Bl = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
|
|
2221
2182
|
function ul(A, e) {
|
|
2222
2183
|
var t, i, a, o, l, r, I;
|
|
2223
|
-
if (e === null)
|
|
2224
|
-
return {};
|
|
2184
|
+
if (e === null) return {};
|
|
2225
2185
|
for (t = {}, i = Object.keys(e), a = 0, o = i.length; a < o; a += 1)
|
|
2226
2186
|
l = i[a], r = String(e[l]), l.slice(0, 2) === "!!" && (l = "tag:yaml.org,2002:" + l.slice(2)), I = A.compiledTypeMap.fallback[l], I && Ht.call(I.styleAliases, r) && (r = I.styleAliases[r]), t[l] = r;
|
|
2227
2187
|
return t;
|
|
@@ -2376,8 +2336,7 @@ function bl(A, e) {
|
|
|
2376
2336
|
return i;
|
|
2377
2337
|
}
|
|
2378
2338
|
function $e(A, e) {
|
|
2379
|
-
if (A === "" || A[0] === " ")
|
|
2380
|
-
return A;
|
|
2339
|
+
if (A === "" || A[0] === " ") return A;
|
|
2381
2340
|
for (var t = / [^ ]/g, i, a = 0, o, l = 0, r = 0, I = ""; i = t.exec(A); )
|
|
2382
2341
|
r = i.index, r - a > e && (o = l > a ? l : r, I += `
|
|
2383
2342
|
` + A.slice(a, o), a = o + 1), l = r;
|
|
@@ -2452,8 +2411,7 @@ function bA(A, e, t, i, a, o, l) {
|
|
|
2452
2411
|
else if (r === "[object String]")
|
|
2453
2412
|
A.tag !== "?" && yl(A, A.dump, e, o, I);
|
|
2454
2413
|
else {
|
|
2455
|
-
if (r === "[object Undefined]" || A.skipInvalid)
|
|
2456
|
-
return !1;
|
|
2414
|
+
if (r === "[object Undefined]" || A.skipInvalid) return !1;
|
|
2457
2415
|
throw new sA("unacceptable kind of an object to dump " + r);
|
|
2458
2416
|
}
|
|
2459
2417
|
A.tag !== null && A.tag !== "?" && (g = encodeURI(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-vaults",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-vaults.umd.js",
|
|
6
6
|
"module": "./dist/entities-vaults.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",
|