@t2000/cli 0.22.22 → 0.22.23
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/{ccip-3TXHQUZ5.js → ccip-JEEJV65M.js} +3 -3
- package/dist/{chunk-3W7OQGNS.js → chunk-3XUF7GM3.js} +21 -42
- package/dist/chunk-3XUF7GM3.js.map +1 -0
- package/dist/chunk-77SWBATH.js +204 -0
- package/dist/chunk-77SWBATH.js.map +1 -0
- package/dist/{chunk-ML6HST4W.js → chunk-A5X4KG7U.js} +1878 -341
- package/dist/chunk-A5X4KG7U.js.map +1 -0
- package/dist/{chunk-VREOXJUB.js → chunk-EEPD7SHV.js} +15455 -14941
- package/dist/chunk-EEPD7SHV.js.map +1 -0
- package/dist/chunk-KHIL2KNW.js +4016 -0
- package/dist/chunk-KHIL2KNW.js.map +1 -0
- package/dist/{chunk-ZNF5QSAT.js → chunk-RN7Z6TWD.js} +33444 -24623
- package/dist/chunk-RN7Z6TWD.js.map +1 -0
- package/dist/{chunk-AB65Y674.js → chunk-V7PXDEKG.js} +2 -2
- package/dist/chunk-V7PXDEKG.js.map +1 -0
- package/dist/client-I4SGZLVD.js +746 -0
- package/dist/client-I4SGZLVD.js.map +1 -0
- package/dist/{client-SYS6Z5RX.js → client-R3NRAXMD.js} +5715 -2933
- package/dist/client-R3NRAXMD.js.map +1 -0
- package/dist/{dist-73ESA7QZ.js → dist-FDS4MNUV.js} +135 -4160
- package/dist/dist-FDS4MNUV.js.map +1 -0
- package/dist/{dist-IANNA5N7.js → dist-G5YKLWC5.js} +5 -5
- package/dist/{esm-IQVNJILX.js → esm-QBJBHFZA.js} +11 -11
- package/dist/esm-QBJBHFZA.js.map +1 -0
- package/dist/index.js +48 -36
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/chunk-3W7OQGNS.js.map +0 -1
- package/dist/chunk-AB65Y674.js.map +0 -1
- package/dist/chunk-H66DC3S3.js +0 -1908
- package/dist/chunk-H66DC3S3.js.map +0 -1
- package/dist/chunk-IHPSFXUW.js +0 -5002
- package/dist/chunk-IHPSFXUW.js.map +0 -1
- package/dist/chunk-ML6HST4W.js.map +0 -1
- package/dist/chunk-VREOXJUB.js.map +0 -1
- package/dist/chunk-ZNF5QSAT.js.map +0 -1
- package/dist/client-4DBCJNJO.js +0 -117
- package/dist/client-4DBCJNJO.js.map +0 -1
- package/dist/client-SYS6Z5RX.js.map +0 -1
- package/dist/dist-73ESA7QZ.js.map +0 -1
- package/dist/esm-IQVNJILX.js.map +0 -1
- /package/dist/{ccip-3TXHQUZ5.js.map → ccip-JEEJV65M.js.map} +0 -0
- /package/dist/{dist-IANNA5N7.js.map → dist-G5YKLWC5.js.map} +0 -0
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
offchainLookup,
|
|
5
5
|
offchainLookupAbiItem,
|
|
6
6
|
offchainLookupSignature
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-A5X4KG7U.js";
|
|
8
|
+
import "./chunk-77SWBATH.js";
|
|
9
9
|
import "./chunk-7LGHVVIJ.js";
|
|
10
10
|
import "./chunk-YPWSCLE3.js";
|
|
11
11
|
export {
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
offchainLookupAbiItem,
|
|
15
15
|
offchainLookupSignature
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=ccip-
|
|
17
|
+
//# sourceMappingURL=ccip-JEEJV65M.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
__esm
|
|
4
4
|
} from "./chunk-YPWSCLE3.js";
|
|
5
5
|
|
|
6
|
-
// ../../node_modules/.pnpm/@mysten+sui@2.
|
|
6
|
+
// ../../node_modules/.pnpm/@mysten+sui@2.11.0_typescript@5.9.3/node_modules/@mysten/sui/dist/utils/suins.mjs
|
|
7
7
|
function isValidSuiNSName(name) {
|
|
8
8
|
if (name.length > MAX_SUI_NS_NAME_LENGTH) return false;
|
|
9
9
|
if (name.includes("@")) return SUI_NS_NAME_REGEX.test(name);
|
|
@@ -25,7 +25,7 @@ function normalizeSuiNSName(name, format = "at") {
|
|
|
25
25
|
}
|
|
26
26
|
var SUI_NS_NAME_REGEX, SUI_NS_DOMAIN_REGEX, MAX_SUI_NS_NAME_LENGTH;
|
|
27
27
|
var init_suins = __esm({
|
|
28
|
-
"../../node_modules/.pnpm/@mysten+sui@2.
|
|
28
|
+
"../../node_modules/.pnpm/@mysten+sui@2.11.0_typescript@5.9.3/node_modules/@mysten/sui/dist/utils/suins.mjs"() {
|
|
29
29
|
"use strict";
|
|
30
30
|
SUI_NS_NAME_REGEX = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i;
|
|
31
31
|
SUI_NS_DOMAIN_REGEX = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i;
|
|
@@ -33,10 +33,10 @@ var init_suins = __esm({
|
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/@mysten+sui@2.
|
|
36
|
+
// ../../node_modules/.pnpm/@mysten+sui@2.11.0_typescript@5.9.3/node_modules/@mysten/sui/dist/utils/move-registry.mjs
|
|
37
37
|
var NAME_PATTERN, VERSION_REGEX, MAX_APP_SIZE, NAME_SEPARATOR, isValidNamedPackage, isValidNamedType;
|
|
38
38
|
var init_move_registry = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/@mysten+sui@2.
|
|
39
|
+
"../../node_modules/.pnpm/@mysten+sui@2.11.0_typescript@5.9.3/node_modules/@mysten/sui/dist/utils/move-registry.mjs"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
init_suins();
|
|
42
42
|
init_sui_types();
|
|
@@ -60,7 +60,7 @@ var init_move_registry = __esm({
|
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
|
|
63
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
63
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/uleb.mjs
|
|
64
64
|
function ulebEncode(num) {
|
|
65
65
|
let bigNum = BigInt(num);
|
|
66
66
|
const arr = [];
|
|
@@ -93,15 +93,15 @@ function ulebDecode(arr) {
|
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
95
|
var init_uleb = __esm({
|
|
96
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
96
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/uleb.mjs"() {
|
|
97
97
|
"use strict";
|
|
98
98
|
}
|
|
99
99
|
});
|
|
100
100
|
|
|
101
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
101
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/reader.mjs
|
|
102
102
|
var BcsReader;
|
|
103
103
|
var init_reader = __esm({
|
|
104
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
104
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/reader.mjs"() {
|
|
105
105
|
"use strict";
|
|
106
106
|
init_uleb();
|
|
107
107
|
BcsReader = class {
|
|
@@ -604,25 +604,6 @@ var init_chunk = __esm({
|
|
|
604
604
|
}
|
|
605
605
|
});
|
|
606
606
|
|
|
607
|
-
// ../../node_modules/.pnpm/@mysten+utils@0.3.1/node_modules/@mysten/utils/dist/with-resolver.mjs
|
|
608
|
-
function promiseWithResolvers() {
|
|
609
|
-
let resolver;
|
|
610
|
-
let rejecter;
|
|
611
|
-
return {
|
|
612
|
-
promise: new Promise((resolve, reject) => {
|
|
613
|
-
resolver = resolve;
|
|
614
|
-
rejecter = reject;
|
|
615
|
-
}),
|
|
616
|
-
resolve: resolver,
|
|
617
|
-
reject: rejecter
|
|
618
|
-
};
|
|
619
|
-
}
|
|
620
|
-
var init_with_resolver = __esm({
|
|
621
|
-
"../../node_modules/.pnpm/@mysten+utils@0.3.1/node_modules/@mysten/utils/dist/with-resolver.mjs"() {
|
|
622
|
-
"use strict";
|
|
623
|
-
}
|
|
624
|
-
});
|
|
625
|
-
|
|
626
607
|
// ../../node_modules/.pnpm/@mysten+utils@0.3.1/node_modules/@mysten/utils/dist/dataloader.mjs
|
|
627
608
|
function getCurrentBatch(loader) {
|
|
628
609
|
const existingBatch = loader._batch;
|
|
@@ -858,12 +839,11 @@ var init_dist = __esm({
|
|
|
858
839
|
init_b64();
|
|
859
840
|
init_hex();
|
|
860
841
|
init_chunk();
|
|
861
|
-
init_with_resolver();
|
|
862
842
|
init_dataloader();
|
|
863
843
|
}
|
|
864
844
|
});
|
|
865
845
|
|
|
866
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
846
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/utils.mjs
|
|
867
847
|
function encodeStr(data, encoding) {
|
|
868
848
|
switch (encoding) {
|
|
869
849
|
case "base58":
|
|
@@ -896,13 +876,13 @@ function splitGenericParameters(str, genericSeparators = ["<", ">"]) {
|
|
|
896
876
|
return tok;
|
|
897
877
|
}
|
|
898
878
|
var init_utils = __esm({
|
|
899
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
879
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/utils.mjs"() {
|
|
900
880
|
"use strict";
|
|
901
881
|
init_dist();
|
|
902
882
|
}
|
|
903
883
|
});
|
|
904
884
|
|
|
905
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
885
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/writer.mjs
|
|
906
886
|
function toLittleEndian(bigint, size) {
|
|
907
887
|
const result = new Uint8Array(size);
|
|
908
888
|
let i = 0;
|
|
@@ -915,7 +895,7 @@ function toLittleEndian(bigint, size) {
|
|
|
915
895
|
}
|
|
916
896
|
var BcsWriter;
|
|
917
897
|
var init_writer = __esm({
|
|
918
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
898
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/writer.mjs"() {
|
|
919
899
|
"use strict";
|
|
920
900
|
init_uleb();
|
|
921
901
|
init_utils();
|
|
@@ -1066,7 +1046,7 @@ var init_writer = __esm({
|
|
|
1066
1046
|
}
|
|
1067
1047
|
});
|
|
1068
1048
|
|
|
1069
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
1049
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/bcs-type.mjs
|
|
1070
1050
|
function isSerializedBcs(obj) {
|
|
1071
1051
|
return !!obj && typeof obj === "object" && obj[SERIALIZED_BCS_BRAND] === true;
|
|
1072
1052
|
}
|
|
@@ -1151,7 +1131,7 @@ function lazyBcsType(cb) {
|
|
|
1151
1131
|
}
|
|
1152
1132
|
var BcsType, SERIALIZED_BCS_BRAND, SerializedBcs, BcsStruct, BcsEnum, BcsTuple;
|
|
1153
1133
|
var init_bcs_type = __esm({
|
|
1154
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
1134
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/bcs-type.mjs"() {
|
|
1155
1135
|
"use strict";
|
|
1156
1136
|
init_uleb();
|
|
1157
1137
|
init_reader();
|
|
@@ -1338,7 +1318,7 @@ var init_bcs_type = __esm({
|
|
|
1338
1318
|
}
|
|
1339
1319
|
});
|
|
1340
1320
|
|
|
1341
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
1321
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/bcs.mjs
|
|
1342
1322
|
function fixedArray(size, type, options) {
|
|
1343
1323
|
return new BcsType({
|
|
1344
1324
|
read: (reader) => {
|
|
@@ -1419,7 +1399,7 @@ function map(keyType, valueType) {
|
|
|
1419
1399
|
}
|
|
1420
1400
|
var bcs;
|
|
1421
1401
|
var init_bcs = __esm({
|
|
1422
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
1402
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/bcs.mjs"() {
|
|
1423
1403
|
"use strict";
|
|
1424
1404
|
init_uleb();
|
|
1425
1405
|
init_bcs_type();
|
|
@@ -1585,9 +1565,9 @@ var init_bcs = __esm({
|
|
|
1585
1565
|
}
|
|
1586
1566
|
});
|
|
1587
1567
|
|
|
1588
|
-
// ../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
1568
|
+
// ../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/index.mjs
|
|
1589
1569
|
var init_dist2 = __esm({
|
|
1590
|
-
"../../node_modules/.pnpm/@mysten+bcs@2.0.
|
|
1570
|
+
"../../node_modules/.pnpm/@mysten+bcs@2.0.3/node_modules/@mysten/bcs/dist/index.mjs"() {
|
|
1591
1571
|
"use strict";
|
|
1592
1572
|
init_utils();
|
|
1593
1573
|
init_bcs_type();
|
|
@@ -1596,7 +1576,7 @@ var init_dist2 = __esm({
|
|
|
1596
1576
|
}
|
|
1597
1577
|
});
|
|
1598
1578
|
|
|
1599
|
-
// ../../node_modules/.pnpm/@mysten+sui@2.
|
|
1579
|
+
// ../../node_modules/.pnpm/@mysten+sui@2.11.0_typescript@5.9.3/node_modules/@mysten/sui/dist/utils/sui-types.mjs
|
|
1600
1580
|
function isValidTransactionDigest(value) {
|
|
1601
1581
|
try {
|
|
1602
1582
|
return fromBase58(value).length === TX_DIGEST_LENGTH;
|
|
@@ -1682,7 +1662,7 @@ function getHexByteLength(value) {
|
|
|
1682
1662
|
}
|
|
1683
1663
|
var TX_DIGEST_LENGTH, SUI_ADDRESS_LENGTH, MOVE_IDENTIFIER_REGEX, PRIMITIVE_TYPE_TAGS, VECTOR_TYPE_REGEX;
|
|
1684
1664
|
var init_sui_types = __esm({
|
|
1685
|
-
"../../node_modules/.pnpm/@mysten+sui@2.
|
|
1665
|
+
"../../node_modules/.pnpm/@mysten+sui@2.11.0_typescript@5.9.3/node_modules/@mysten/sui/dist/utils/sui-types.mjs"() {
|
|
1686
1666
|
"use strict";
|
|
1687
1667
|
init_move_registry();
|
|
1688
1668
|
init_dist2();
|
|
@@ -2614,7 +2594,6 @@ export {
|
|
|
2614
2594
|
fromHex,
|
|
2615
2595
|
toHex,
|
|
2616
2596
|
chunk,
|
|
2617
|
-
promiseWithResolvers,
|
|
2618
2597
|
DataLoader,
|
|
2619
2598
|
init_dist,
|
|
2620
2599
|
splitGenericParameters,
|
|
@@ -2681,4 +2660,4 @@ export {
|
|
|
2681
2660
|
@noble/hashes/utils.js:
|
|
2682
2661
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
2683
2662
|
*/
|
|
2684
|
-
//# sourceMappingURL=chunk-
|
|
2663
|
+
//# sourceMappingURL=chunk-3XUF7GM3.js.map
|