@sentio/runtime 2.58.7-rc.5 → 2.59.0-rc.1

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.
@@ -831,9 +831,9 @@ var require_graceful_fs = __commonJS({
831
831
  }
832
832
  });
833
833
 
834
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/fs/index.js
834
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/fs/index.js
835
835
  var require_fs = __commonJS({
836
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/fs/index.js"(exports) {
836
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/fs/index.js"(exports) {
837
837
  "use strict";
838
838
  var u = require_universalify().fromCallback;
839
839
  var fs2 = require_graceful_fs();
@@ -844,6 +844,7 @@ var require_fs = __commonJS({
844
844
  "chown",
845
845
  "close",
846
846
  "copyFile",
847
+ "cp",
847
848
  "fchmod",
848
849
  "fchown",
849
850
  "fdatasync",
@@ -851,8 +852,10 @@ var require_fs = __commonJS({
851
852
  "fsync",
852
853
  "ftruncate",
853
854
  "futimes",
855
+ "glob",
854
856
  "lchmod",
855
857
  "lchown",
858
+ "lutimes",
856
859
  "link",
857
860
  "lstat",
858
861
  "mkdir",
@@ -867,6 +870,7 @@ var require_fs = __commonJS({
867
870
  "rm",
868
871
  "rmdir",
869
872
  "stat",
873
+ "statfs",
870
874
  "symlink",
871
875
  "truncate",
872
876
  "unlink",
@@ -943,9 +947,9 @@ var require_fs = __commonJS({
943
947
  }
944
948
  });
945
949
 
946
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/utils.js
950
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/utils.js
947
951
  var require_utils = __commonJS({
948
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module) {
952
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module) {
949
953
  "use strict";
950
954
  var path2 = __require("path");
951
955
  module.exports.checkPath = function checkPath(pth) {
@@ -961,9 +965,9 @@ var require_utils = __commonJS({
961
965
  }
962
966
  });
963
967
 
964
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/make-dir.js
968
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/make-dir.js
965
969
  var require_make_dir = __commonJS({
966
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module) {
970
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module) {
967
971
  "use strict";
968
972
  var fs2 = require_fs();
969
973
  var { checkPath } = require_utils();
@@ -989,9 +993,9 @@ var require_make_dir = __commonJS({
989
993
  }
990
994
  });
991
995
 
992
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/index.js
996
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/index.js
993
997
  var require_mkdirs = __commonJS({
994
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module) {
998
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module) {
995
999
  "use strict";
996
1000
  var u = require_universalify().fromPromise;
997
1001
  var { makeDir: _makeDir, makeDirSync } = require_make_dir();
@@ -1008,9 +1012,9 @@ var require_mkdirs = __commonJS({
1008
1012
  }
1009
1013
  });
1010
1014
 
1011
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/path-exists/index.js
1015
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/path-exists/index.js
1012
1016
  var require_path_exists = __commonJS({
1013
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/path-exists/index.js"(exports, module) {
1017
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/path-exists/index.js"(exports, module) {
1014
1018
  "use strict";
1015
1019
  var u = require_universalify().fromPromise;
1016
1020
  var fs2 = require_fs();
@@ -1024,9 +1028,9 @@ var require_path_exists = __commonJS({
1024
1028
  }
1025
1029
  });
1026
1030
 
1027
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/util/utimes.js
1031
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/util/utimes.js
1028
1032
  var require_utimes = __commonJS({
1029
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/util/utimes.js"(exports, module) {
1033
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/util/utimes.js"(exports, module) {
1030
1034
  "use strict";
1031
1035
  var fs2 = require_fs();
1032
1036
  var u = require_universalify().fromPromise;
@@ -1058,9 +1062,9 @@ var require_utimes = __commonJS({
1058
1062
  }
1059
1063
  });
1060
1064
 
1061
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/util/stat.js
1065
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/util/stat.js
1062
1066
  var require_stat = __commonJS({
1063
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/util/stat.js"(exports, module) {
1067
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/util/stat.js"(exports, module) {
1064
1068
  "use strict";
1065
1069
  var fs2 = require_fs();
1066
1070
  var path2 = __require("path");
@@ -1190,9 +1194,9 @@ var require_stat = __commonJS({
1190
1194
  }
1191
1195
  });
1192
1196
 
1193
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/copy/copy.js
1197
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy.js
1194
1198
  var require_copy = __commonJS({
1195
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/copy/copy.js"(exports, module) {
1199
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy.js"(exports, module) {
1196
1200
  "use strict";
1197
1201
  var fs2 = require_fs();
1198
1202
  var path2 = __require("path");
@@ -1269,15 +1273,21 @@ var require_copy = __commonJS({
1269
1273
  if (!destStat) {
1270
1274
  await fs2.mkdir(dest);
1271
1275
  }
1272
- const items = await fs2.readdir(src);
1273
- await Promise.all(items.map(async (item) => {
1274
- const srcItem = path2.join(src, item);
1275
- const destItem = path2.join(dest, item);
1276
- const include = await runFilter(srcItem, destItem, opts);
1277
- if (!include) return;
1278
- const { destStat: destStat2 } = await stat.checkPaths(srcItem, destItem, "copy", opts);
1279
- return getStatsAndPerformCopy(destStat2, srcItem, destItem, opts);
1280
- }));
1276
+ const promises = [];
1277
+ for await (const item of await fs2.opendir(src)) {
1278
+ const srcItem = path2.join(src, item.name);
1279
+ const destItem = path2.join(dest, item.name);
1280
+ promises.push(
1281
+ runFilter(srcItem, destItem, opts).then((include) => {
1282
+ if (include) {
1283
+ return stat.checkPaths(srcItem, destItem, "copy", opts).then(({ destStat: destStat2 }) => {
1284
+ return getStatsAndPerformCopy(destStat2, srcItem, destItem, opts);
1285
+ });
1286
+ }
1287
+ })
1288
+ );
1289
+ }
1290
+ await Promise.all(promises);
1281
1291
  if (!destStat) {
1282
1292
  await fs2.chmod(dest, srcStat.mode);
1283
1293
  }
@@ -1313,9 +1323,9 @@ var require_copy = __commonJS({
1313
1323
  }
1314
1324
  });
1315
1325
 
1316
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/copy/copy-sync.js
1326
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy-sync.js
1317
1327
  var require_copy_sync = __commonJS({
1318
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module) {
1328
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module) {
1319
1329
  "use strict";
1320
1330
  var fs2 = require_graceful_fs();
1321
1331
  var path2 = __require("path");
@@ -1397,7 +1407,15 @@ var require_copy_sync = __commonJS({
1397
1407
  return setDestMode(dest, srcMode);
1398
1408
  }
1399
1409
  function copyDir(src, dest, opts) {
1400
- fs2.readdirSync(src).forEach((item) => copyDirItem(item, src, dest, opts));
1410
+ const dir = fs2.opendirSync(src);
1411
+ try {
1412
+ let dirent;
1413
+ while ((dirent = dir.readSync()) !== null) {
1414
+ copyDirItem(dirent.name, src, dest, opts);
1415
+ }
1416
+ } finally {
1417
+ dir.closeSync();
1418
+ }
1401
1419
  }
1402
1420
  function copyDirItem(item, src, dest, opts) {
1403
1421
  const srcItem = path2.join(src, item);
@@ -1441,9 +1459,9 @@ var require_copy_sync = __commonJS({
1441
1459
  }
1442
1460
  });
1443
1461
 
1444
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/copy/index.js
1462
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/index.js
1445
1463
  var require_copy2 = __commonJS({
1446
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/copy/index.js"(exports, module) {
1464
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/index.js"(exports, module) {
1447
1465
  "use strict";
1448
1466
  var u = require_universalify().fromPromise;
1449
1467
  module.exports = {
@@ -1453,9 +1471,9 @@ var require_copy2 = __commonJS({
1453
1471
  }
1454
1472
  });
1455
1473
 
1456
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/remove/index.js
1474
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/remove/index.js
1457
1475
  var require_remove = __commonJS({
1458
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/remove/index.js"(exports, module) {
1476
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/remove/index.js"(exports, module) {
1459
1477
  "use strict";
1460
1478
  var fs2 = require_graceful_fs();
1461
1479
  var u = require_universalify().fromCallback;
@@ -1472,9 +1490,9 @@ var require_remove = __commonJS({
1472
1490
  }
1473
1491
  });
1474
1492
 
1475
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/empty/index.js
1493
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/empty/index.js
1476
1494
  var require_empty = __commonJS({
1477
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/empty/index.js"(exports, module) {
1495
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/empty/index.js"(exports, module) {
1478
1496
  "use strict";
1479
1497
  var u = require_universalify().fromPromise;
1480
1498
  var fs2 = require_fs();
@@ -1511,9 +1529,9 @@ var require_empty = __commonJS({
1511
1529
  }
1512
1530
  });
1513
1531
 
1514
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/file.js
1532
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/file.js
1515
1533
  var require_file = __commonJS({
1516
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/file.js"(exports, module) {
1534
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/file.js"(exports, module) {
1517
1535
  "use strict";
1518
1536
  var u = require_universalify().fromPromise;
1519
1537
  var path2 = __require("path");
@@ -1570,9 +1588,9 @@ var require_file = __commonJS({
1570
1588
  }
1571
1589
  });
1572
1590
 
1573
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/link.js
1591
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/link.js
1574
1592
  var require_link = __commonJS({
1575
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/link.js"(exports, module) {
1593
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/link.js"(exports, module) {
1576
1594
  "use strict";
1577
1595
  var u = require_universalify().fromPromise;
1578
1596
  var path2 = __require("path");
@@ -1627,9 +1645,9 @@ var require_link = __commonJS({
1627
1645
  }
1628
1646
  });
1629
1647
 
1630
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/symlink-paths.js
1648
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-paths.js
1631
1649
  var require_symlink_paths = __commonJS({
1632
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module) {
1650
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module) {
1633
1651
  "use strict";
1634
1652
  var path2 = __require("path");
1635
1653
  var fs2 = require_fs();
@@ -1700,9 +1718,9 @@ var require_symlink_paths = __commonJS({
1700
1718
  }
1701
1719
  });
1702
1720
 
1703
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/symlink-type.js
1721
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-type.js
1704
1722
  var require_symlink_type = __commonJS({
1705
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module) {
1723
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module) {
1706
1724
  "use strict";
1707
1725
  var fs2 = require_fs();
1708
1726
  var u = require_universalify().fromPromise;
@@ -1733,9 +1751,9 @@ var require_symlink_type = __commonJS({
1733
1751
  }
1734
1752
  });
1735
1753
 
1736
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/symlink.js
1754
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink.js
1737
1755
  var require_symlink = __commonJS({
1738
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module) {
1756
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module) {
1739
1757
  "use strict";
1740
1758
  var u = require_universalify().fromPromise;
1741
1759
  var path2 = __require("path");
@@ -1794,9 +1812,9 @@ var require_symlink = __commonJS({
1794
1812
  }
1795
1813
  });
1796
1814
 
1797
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/index.js
1815
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/index.js
1798
1816
  var require_ensure = __commonJS({
1799
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/ensure/index.js"(exports, module) {
1817
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/index.js"(exports, module) {
1800
1818
  "use strict";
1801
1819
  var { createFile, createFileSync } = require_file();
1802
1820
  var { createLink, createLinkSync } = require_link();
@@ -1912,9 +1930,9 @@ var require_jsonfile = __commonJS({
1912
1930
  }
1913
1931
  });
1914
1932
 
1915
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/jsonfile.js
1933
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/jsonfile.js
1916
1934
  var require_jsonfile2 = __commonJS({
1917
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module) {
1935
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module) {
1918
1936
  "use strict";
1919
1937
  var jsonFile = require_jsonfile();
1920
1938
  module.exports = {
@@ -1927,9 +1945,9 @@ var require_jsonfile2 = __commonJS({
1927
1945
  }
1928
1946
  });
1929
1947
 
1930
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/output-file/index.js
1948
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/output-file/index.js
1931
1949
  var require_output_file = __commonJS({
1932
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/output-file/index.js"(exports, module) {
1950
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/output-file/index.js"(exports, module) {
1933
1951
  "use strict";
1934
1952
  var u = require_universalify().fromPromise;
1935
1953
  var fs2 = require_fs();
@@ -1957,9 +1975,9 @@ var require_output_file = __commonJS({
1957
1975
  }
1958
1976
  });
1959
1977
 
1960
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/output-json.js
1978
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json.js
1961
1979
  var require_output_json = __commonJS({
1962
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/output-json.js"(exports, module) {
1980
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json.js"(exports, module) {
1963
1981
  "use strict";
1964
1982
  var { stringify: stringify2 } = require_utils2();
1965
1983
  var { outputFile } = require_output_file();
@@ -1971,9 +1989,9 @@ var require_output_json = __commonJS({
1971
1989
  }
1972
1990
  });
1973
1991
 
1974
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/output-json-sync.js
1992
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json-sync.js
1975
1993
  var require_output_json_sync = __commonJS({
1976
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module) {
1994
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module) {
1977
1995
  "use strict";
1978
1996
  var { stringify: stringify2 } = require_utils2();
1979
1997
  var { outputFileSync } = require_output_file();
@@ -1985,9 +2003,9 @@ var require_output_json_sync = __commonJS({
1985
2003
  }
1986
2004
  });
1987
2005
 
1988
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/index.js
2006
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/index.js
1989
2007
  var require_json = __commonJS({
1990
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/index.js"(exports, module) {
2008
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/index.js"(exports, module) {
1991
2009
  "use strict";
1992
2010
  var u = require_universalify().fromPromise;
1993
2011
  var jsonFile = require_jsonfile2();
@@ -2003,9 +2021,9 @@ var require_json = __commonJS({
2003
2021
  }
2004
2022
  });
2005
2023
 
2006
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/move/move.js
2024
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move.js
2007
2025
  var require_move = __commonJS({
2008
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/move/move.js"(exports, module) {
2026
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move.js"(exports, module) {
2009
2027
  "use strict";
2010
2028
  var fs2 = require_fs();
2011
2029
  var path2 = __require("path");
@@ -2055,9 +2073,9 @@ var require_move = __commonJS({
2055
2073
  }
2056
2074
  });
2057
2075
 
2058
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/move/move-sync.js
2076
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move-sync.js
2059
2077
  var require_move_sync = __commonJS({
2060
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/move/move-sync.js"(exports, module) {
2078
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move-sync.js"(exports, module) {
2061
2079
  "use strict";
2062
2080
  var fs2 = require_graceful_fs();
2063
2081
  var path2 = __require("path");
@@ -2108,9 +2126,9 @@ var require_move_sync = __commonJS({
2108
2126
  }
2109
2127
  });
2110
2128
 
2111
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/move/index.js
2129
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/index.js
2112
2130
  var require_move2 = __commonJS({
2113
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/move/index.js"(exports, module) {
2131
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/index.js"(exports, module) {
2114
2132
  "use strict";
2115
2133
  var u = require_universalify().fromPromise;
2116
2134
  module.exports = {
@@ -2120,9 +2138,9 @@ var require_move2 = __commonJS({
2120
2138
  }
2121
2139
  });
2122
2140
 
2123
- // ../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/index.js
2141
+ // ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/index.js
2124
2142
  var require_lib = __commonJS({
2125
- "../../node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/index.js"(exports, module) {
2143
+ "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/index.js"(exports, module) {
2126
2144
  "use strict";
2127
2145
  module.exports = {
2128
2146
  // Export promiseified graceful-fs:
@@ -26984,9 +27002,9 @@ var require_eventemitter3 = __commonJS({
26984
27002
  }
26985
27003
  });
26986
27004
 
26987
- // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-id.js
27005
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/chain-id.js
26988
27006
  var require_chain_id = __commonJS({
26989
- "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
27007
+ "../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
26990
27008
  "use strict";
26991
27009
  Object.defineProperty(exports, "__esModule", { value: true });
26992
27010
  exports.getChainType = exports.ChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
@@ -27069,6 +27087,7 @@ var require_chain_id = __commonJS({
27069
27087
  AptosChainId2["APTOS_TESTNET"] = "aptos_testnet";
27070
27088
  AptosChainId2["APTOS_MOVEMENT_TESTNET"] = "aptos_movement_testnet";
27071
27089
  AptosChainId2["APTOS_MOVEMENT_MAINNET"] = "aptos_movement_mainnet";
27090
+ AptosChainId2["INITIA_ECHELON"] = "aptos_echelon";
27072
27091
  })(AptosChainId || (exports.AptosChainId = AptosChainId = {}));
27073
27092
  var SuiChainId;
27074
27093
  (function(SuiChainId2) {
@@ -27132,12 +27151,12 @@ var require_chain_id = __commonJS({
27132
27151
  }
27133
27152
  });
27134
27153
 
27135
- // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-info.js
27154
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/chain-info.js
27136
27155
  var require_chain_info = __commonJS({
27137
- "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
27156
+ "../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
27138
27157
  "use strict";
27139
27158
  Object.defineProperty(exports, "__esModule", { value: true });
27140
- exports.getChainLogo = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
27159
+ exports.getChainLogo = exports.getSuiscanUrl = exports.getChainBlockscoutUrl = exports.getChainExternalUrl = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
27141
27160
  var chain_id_1 = require_chain_id();
27142
27161
  var ExplorerApiType;
27143
27162
  (function(ExplorerApiType2) {
@@ -28099,7 +28118,9 @@ var require_chain_info = __commonJS({
28099
28118
  wrappedTokenAddress: "0x0000000000000000000000000000000000000000",
28100
28119
  tokenSymbol: "ETH",
28101
28120
  tokenDecimals: 18,
28102
- explorerUrl: "https://www.mev-commit.xyz/"
28121
+ explorerUrl: "https://www.mev-commit.xyz/",
28122
+ lightIcon: "https://sentio.xyz/chains/mev-commit-dark.svg",
28123
+ darkIcon: "https://sentio.xyz/chains/mev-commit.svg"
28103
28124
  }
28104
28125
  };
28105
28126
  function getEVMChainScanUrl(chainId, hash2, subtype) {
@@ -28225,31 +28246,61 @@ var require_chain_info = __commonJS({
28225
28246
  [chain_id_1.SuiChainId.SUI_MAINNET]: {
28226
28247
  name: "Sui Mainnet",
28227
28248
  chainId: chain_id_1.SuiChainId.SUI_MAINNET,
28228
- explorerUrl: "https://suivision.xyz",
28249
+ suivisionUrl: "https://suivision.xyz",
28250
+ explorerUrl: "https://suiscan.xyz/mainnet",
28229
28251
  lightIcon: "https://sentio.xyz/chains/sui.svg",
28230
28252
  darkIcon: "https://sentio.xyz/chains/sui-dark.svg"
28231
28253
  },
28232
28254
  [chain_id_1.SuiChainId.SUI_TESTNET]: {
28233
28255
  name: "Sui Testnet",
28234
28256
  chainId: chain_id_1.SuiChainId.SUI_TESTNET,
28235
- explorerUrl: "https://testnet.suivision.xyz",
28257
+ suivisionUrl: "https://testnet.suivision.xyz",
28258
+ explorerUrl: "https://suiscan.xyz/testnet",
28236
28259
  lightIcon: "https://sentio.xyz/chains/sui.svg",
28237
28260
  darkIcon: "https://sentio.xyz/chains/sui-dark.svg"
28238
28261
  }
28239
28262
  };
28240
- var SuibSubTypePaths = {
28263
+ var SuiScanSubTypePaths = {
28264
+ block: "checkpoint",
28265
+ address: "account",
28266
+ tx: "tx",
28267
+ token: "coin",
28268
+ object: "object"
28269
+ };
28270
+ var SuiVisionSubTypePaths = {
28241
28271
  block: "checkpoint",
28242
28272
  address: "account",
28243
28273
  tx: "txblock",
28244
- token: void 0
28274
+ token: "coin",
28275
+ object: "object"
28245
28276
  };
28246
28277
  function getSuiChainScanUrl(chainId, hash2, subtype) {
28247
- const { explorerUrl } = SuiChainInfo[chainId];
28248
- const subPath = SuibSubTypePaths[subtype];
28278
+ const suiChain = SuiChainInfo[chainId];
28279
+ if (!suiChain) {
28280
+ return;
28281
+ }
28282
+ if (!suiChain.explorerUrl) {
28283
+ return;
28284
+ }
28285
+ const subPath = SuiScanSubTypePaths[subtype];
28249
28286
  if (!subPath) {
28250
28287
  return;
28251
28288
  }
28252
- return `${explorerUrl}/${subPath}/${hash2}`;
28289
+ return `${suiChain.explorerUrl}/${subPath}/${hash2}`;
28290
+ }
28291
+ function getSuiChainVisionUrl(chainId, hash2, subtype) {
28292
+ const suiChain = SuiChainInfo[chainId];
28293
+ if (!suiChain) {
28294
+ return;
28295
+ }
28296
+ if (!suiChain.suivisionUrl) {
28297
+ return;
28298
+ }
28299
+ const subPath = SuiVisionSubTypePaths[subtype];
28300
+ if (!subPath) {
28301
+ return;
28302
+ }
28303
+ return `${suiChain.suivisionUrl}/${subPath}/${hash2}`;
28253
28304
  }
28254
28305
  var FuelChainInfo = {
28255
28306
  [chain_id_1.FuelChainId.FUEL_MAINNET]: {
@@ -28293,7 +28344,7 @@ var require_chain_info = __commonJS({
28293
28344
  } else if (Object.keys(exports.SolanaChainInfo).includes(chainIdStr)) {
28294
28345
  return getSolanaChainScanUrl(chainIdStr, hash2, subtype);
28295
28346
  } else if (Object.keys(SuiChainInfo).includes(chainIdStr)) {
28296
- return getSuiChainScanUrl(chainIdStr, hash2, subtype);
28347
+ return getSuiChainVisionUrl(chainIdStr, hash2, subtype);
28297
28348
  } else if (Object.keys(FuelChainInfo).includes(chainIdStr)) {
28298
28349
  return getFuelChainScanUrl(chainIdStr, hash2, subtype);
28299
28350
  }
@@ -28314,6 +28365,13 @@ var require_chain_info = __commonJS({
28314
28365
  return `${supportedChain.blockscoutUrl}/${subtype}/${hash2}`;
28315
28366
  }
28316
28367
  exports.getChainBlockscoutUrl = getChainBlockscoutUrl;
28368
+ function getSuiscanUrl(chainId, hash2, subtype) {
28369
+ if (!chainId || !hash2 || !subtype) {
28370
+ return;
28371
+ }
28372
+ return getSuiChainScanUrl(chainId, hash2, subtype);
28373
+ }
28374
+ exports.getSuiscanUrl = getSuiscanUrl;
28317
28375
  function getLogoUrl(info, dark) {
28318
28376
  const defaultUrl = "https://sentio.xyz/chains/chain-unknown.webp";
28319
28377
  if (!info) {
@@ -28351,9 +28409,9 @@ var require_chain_info = __commonJS({
28351
28409
  }
28352
28410
  });
28353
28411
 
28354
- // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-name.js
28412
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/chain-name.js
28355
28413
  var require_chain_name = __commonJS({
28356
- "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
28414
+ "../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
28357
28415
  "use strict";
28358
28416
  Object.defineProperty(exports, "__esModule", { value: true });
28359
28417
  exports.getChainScanUrl = exports.getChainName = exports.CHAIN_MAP = void 0;
@@ -28363,7 +28421,8 @@ var require_chain_name = __commonJS({
28363
28421
  [chain_id_1.ChainId.APTOS_MOVEMENT_MAINNET]: "Movement Mainnet",
28364
28422
  [chain_id_1.ChainId.APTOS_MOVEMENT_TESTNET]: "Movement Testnet",
28365
28423
  [chain_id_1.ChainId.BTC_MAINNET]: "Bitcoin Mainnet",
28366
- [chain_id_1.ChainId.BTC_TESTNET]: "Bitcoin Testnet"
28424
+ [chain_id_1.ChainId.BTC_TESTNET]: "Bitcoin Testnet",
28425
+ [chain_id_1.ChainId.MEV_COMMIT]: "Mev-commit"
28367
28426
  };
28368
28427
  for (const [key, value] of Object.entries(chain_id_1.ChainId)) {
28369
28428
  if (exports.CHAIN_MAP[value]) {
@@ -28451,9 +28510,9 @@ var require_chain_name = __commonJS({
28451
28510
  }
28452
28511
  });
28453
28512
 
28454
- // ../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/index.js
28513
+ // ../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/index.js
28455
28514
  var require_dist = __commonJS({
28456
- "../../node_modules/.pnpm/@sentio+chain@3.0.8/node_modules/@sentio/chain/dist/index.js"(exports) {
28515
+ "../../node_modules/.pnpm/@sentio+chain@3.0.9/node_modules/@sentio/chain/dist/index.js"(exports) {
28457
28516
  "use strict";
28458
28517
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
28459
28518
  if (k2 === void 0) k2 = k;
@@ -59771,4 +59830,4 @@ long/umd/index.js:
59771
59830
  @noble/curves/esm/secp256k1.js:
59772
59831
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59773
59832
  */
59774
- //# sourceMappingURL=chunk-IIWFZPNM.js.map
59833
+ //# sourceMappingURL=chunk-QELD44EL.js.map