@sentio/sdk-bundle 3.4.1-rc.2 → 3.4.1-rc.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.
- package/lib/aptos/builtin/0x1.js +1 -1
- package/lib/aptos/builtin/0x3.js +2 -2
- package/lib/aptos/builtin/0x4.js +2 -2
- package/lib/aptos/builtin/index.js +3 -3
- package/lib/aptos/ext/index.js +1 -1
- package/lib/aptos/index.js +1 -1
- package/lib/{chunk-W5HNBE7Y.js → chunk-Q7HOQQYE.js} +2 -2
- package/lib/{chunk-YM4EG5FX.js → chunk-QCLWM5YM.js} +2 -2
- package/lib/{chunk-ZLDJKEYW.js → chunk-V6RHFXGI.js} +3 -11
- package/lib/{chunk-ZLDJKEYW.js.map → chunk-V6RHFXGI.js.map} +1 -1
- package/lib/testing/index.js +1 -1
- package/package.json +2 -2
- /package/lib/{chunk-W5HNBE7Y.js.map → chunk-Q7HOQQYE.js.map} +0 -0
- /package/lib/{chunk-YM4EG5FX.js.map → chunk-QCLWM5YM.js.map} +0 -0
package/lib/aptos/builtin/0x1.js
CHANGED
package/lib/aptos/builtin/0x3.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
token_coin_swap,
|
|
7
7
|
token_event_store,
|
|
8
8
|
token_transfers
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-QCLWM5YM.js";
|
|
10
|
+
import "../../chunk-V6RHFXGI.js";
|
|
11
11
|
import "../../chunk-742S42NO.js";
|
|
12
12
|
import "../../chunk-7IDGS56O.js";
|
|
13
13
|
import "../../chunk-XTERRIL3.js";
|
package/lib/aptos/builtin/0x4.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
property_map,
|
|
7
7
|
royalty,
|
|
8
8
|
token
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-Q7HOQQYE.js";
|
|
10
|
+
import "../../chunk-V6RHFXGI.js";
|
|
11
11
|
import "../../chunk-742S42NO.js";
|
|
12
12
|
import "../../chunk-7IDGS56O.js";
|
|
13
13
|
import "../../chunk-XTERRIL3.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
x3_exports
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-QCLWM5YM.js";
|
|
5
5
|
import {
|
|
6
6
|
x4_exports
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-Q7HOQQYE.js";
|
|
8
8
|
import {
|
|
9
9
|
x1_exports
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-V6RHFXGI.js";
|
|
11
11
|
import "../../chunk-742S42NO.js";
|
|
12
12
|
import "../../chunk-7IDGS56O.js";
|
|
13
13
|
import "../../chunk-XTERRIL3.js";
|
package/lib/aptos/ext/index.js
CHANGED
package/lib/aptos/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
defaultMoveCoder,
|
|
6
6
|
defaultMoveCoderForClient,
|
|
7
7
|
loadAllTypes
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-V6RHFXGI.js";
|
|
9
9
|
import {
|
|
10
10
|
TypeDescriptor
|
|
11
11
|
} from "./chunk-LHES6DNY.js";
|
|
@@ -1402,4 +1402,4 @@ export {
|
|
|
1402
1402
|
loadAllTypes2 as loadAllTypes,
|
|
1403
1403
|
x4_exports
|
|
1404
1404
|
};
|
|
1405
|
-
//# sourceMappingURL=chunk-
|
|
1405
|
+
//# sourceMappingURL=chunk-Q7HOQQYE.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
defaultMoveCoder,
|
|
6
6
|
defaultMoveCoderForClient,
|
|
7
7
|
loadAllTypes
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-V6RHFXGI.js";
|
|
9
9
|
import {
|
|
10
10
|
ANY_TYPE,
|
|
11
11
|
TypeDescriptor
|
|
@@ -1794,4 +1794,4 @@ export {
|
|
|
1794
1794
|
loadAllTypes2 as loadAllTypes,
|
|
1795
1795
|
x3_exports
|
|
1796
1796
|
};
|
|
1797
|
-
//# sourceMappingURL=chunk-
|
|
1797
|
+
//# sourceMappingURL=chunk-QCLWM5YM.js.map
|
|
@@ -21220,11 +21220,7 @@ var AptosTransactionProcessor = class {
|
|
|
21220
21220
|
if (typeof typeDesc === "string") {
|
|
21221
21221
|
typeDescArr = [parseMoveType(typeDesc)];
|
|
21222
21222
|
} else if (Array.isArray(typeDesc)) {
|
|
21223
|
-
|
|
21224
|
-
typeDescArr = typeDesc.map((t9) => parseMoveType(t9));
|
|
21225
|
-
} else {
|
|
21226
|
-
typeDescArr = typeDesc;
|
|
21227
|
-
}
|
|
21223
|
+
typeDescArr = typeDesc.map((t9) => typeof t9 === "string" ? parseMoveType(t9) : t9);
|
|
21228
21224
|
} else {
|
|
21229
21225
|
typeDescArr = [typeDesc];
|
|
21230
21226
|
}
|
|
@@ -21463,11 +21459,7 @@ var AptosResourcesProcessor = class _AptosResourcesProcessor {
|
|
|
21463
21459
|
if (typeof typeDesc === "string") {
|
|
21464
21460
|
typeDescArr = [parseMoveType(typeDesc)];
|
|
21465
21461
|
} else if (Array.isArray(typeDesc)) {
|
|
21466
|
-
|
|
21467
|
-
typeDescArr = typeDesc.map((t9) => parseMoveType(t9));
|
|
21468
|
-
} else {
|
|
21469
|
-
typeDescArr = typeDesc;
|
|
21470
|
-
}
|
|
21462
|
+
typeDescArr = typeDesc.map((t9) => typeof t9 === "string" ? parseMoveType(t9) : t9);
|
|
21471
21463
|
} else {
|
|
21472
21464
|
typeDescArr = [typeDesc];
|
|
21473
21465
|
}
|
|
@@ -41581,4 +41573,4 @@ export {
|
|
|
41581
41573
|
@scure/bip32/lib/esm/index.js:
|
|
41582
41574
|
(*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
41583
41575
|
*/
|
|
41584
|
-
//# sourceMappingURL=chunk-
|
|
41576
|
+
//# sourceMappingURL=chunk-V6RHFXGI.js.map
|