@sentio/sdk 2.57.12-rc.h → 2.57.12-rc.i

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.
@@ -1,23 +1,4 @@
1
1
  import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
2
- import {
3
- fetch as fetch2
4
- } from "./chunk-742S42NO.js";
5
- import {
6
- getPriceByType
7
- } from "./chunk-AZFMPZRN.js";
8
- import {
9
- ANY_TYPE,
10
- AbstractMoveCoder,
11
- ChainAdapter,
12
- InternalMoveFunctionVisibility,
13
- MoveContext,
14
- SPLITTER,
15
- TypeDescriptor,
16
- accountTypeString,
17
- matchType,
18
- moduleQname,
19
- parseMoveType
20
- } from "./chunk-4OCWUYSJ.js";
21
2
  import {
22
3
  HashMD,
23
4
  bytes,
@@ -39,10 +20,29 @@ import {
39
20
  utf8ToBytes,
40
21
  wrapConstructor
41
22
  } from "./chunk-LR232ZJV.js";
23
+ import {
24
+ fetch as fetch2
25
+ } from "./chunk-742S42NO.js";
26
+ import {
27
+ getPriceByType
28
+ } from "./chunk-AZFMPZRN.js";
42
29
  import {
43
30
  getHandlerName,
44
31
  proxyProcessor
45
32
  } from "./chunk-43HP4DQZ.js";
33
+ import {
34
+ ANY_TYPE,
35
+ AbstractMoveCoder,
36
+ ChainAdapter,
37
+ InternalMoveFunctionVisibility,
38
+ MoveContext,
39
+ SPLITTER,
40
+ TypeDescriptor,
41
+ accountTypeString,
42
+ matchType,
43
+ moduleQname,
44
+ parseMoveType
45
+ } from "./chunk-4OCWUYSJ.js";
46
46
  import {
47
47
  ed25519,
48
48
  eventemitter3_default,
@@ -26754,4 +26754,4 @@ export {
26754
26754
  @scure/bip32/lib/esm/index.js:
26755
26755
  (*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
26756
26756
  */
26757
- //# sourceMappingURL=chunk-IWKJC3QU.js.map
26757
+ //# sourceMappingURL=chunk-7ECRTQD7.js.map
@@ -8,6 +8,10 @@ import {
8
8
  normalizeSuiObjectId,
9
9
  suiBcs
10
10
  } from "./chunk-4HPFNKDX.js";
11
+ import {
12
+ getHandlerName,
13
+ proxyProcessor
14
+ } from "./chunk-43HP4DQZ.js";
11
15
  import {
12
16
  ANY_TYPE,
13
17
  AbstractMoveCoder,
@@ -22,10 +26,6 @@ import {
22
26
  moduleQname,
23
27
  parseMoveType
24
28
  } from "./chunk-4OCWUYSJ.js";
25
- import {
26
- getHandlerName,
27
- proxyProcessor
28
- } from "./chunk-43HP4DQZ.js";
29
29
  import {
30
30
  ALL_ADDRESS,
31
31
  AccountConfig,
@@ -1687,4 +1687,4 @@ export {
1687
1687
  SuiWrappedObjectProcessorTemplate,
1688
1688
  SuiPlugin
1689
1689
  };
1690
- //# sourceMappingURL=chunk-NTLPIJLT.js.map
1690
+ //# sourceMappingURL=chunk-E2DS6WZF.js.map
@@ -1,11 +1,11 @@
1
1
  import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
2
2
  import {
3
3
  loadAllTypes
4
- } from "./chunk-QP4FTMPU.js";
4
+ } from "./chunk-PVX2LIM5.js";
5
5
  import {
6
6
  SuiBaseProcessor,
7
7
  defaultMoveCoder
8
- } from "./chunk-NTLPIJLT.js";
8
+ } from "./chunk-E2DS6WZF.js";
9
9
  import {
10
10
  SuiNetwork
11
11
  } from "./chunk-4HPFNKDX.js";
@@ -1718,4 +1718,4 @@ export {
1718
1718
  loadAllTypes2 as loadAllTypes,
1719
1719
  x2_exports
1720
1720
  };
1721
- //# sourceMappingURL=chunk-ZYMBRWPA.js.map
1721
+ //# sourceMappingURL=chunk-GE6BRIGS.js.map
@@ -2,7 +2,7 @@ import { createRequire as createRequireSdkShim } from 'module'; const require =
2
2
  import {
3
3
  SuiBaseProcessor,
4
4
  defaultMoveCoder
5
- } from "./chunk-NTLPIJLT.js";
5
+ } from "./chunk-E2DS6WZF.js";
6
6
  import {
7
7
  SuiNetwork
8
8
  } from "./chunk-4HPFNKDX.js";
@@ -202,4 +202,4 @@ export {
202
202
  loadAllTypes,
203
203
  x1_exports
204
204
  };
205
- //# sourceMappingURL=chunk-QP4FTMPU.js.map
205
+ //# sourceMappingURL=chunk-PVX2LIM5.js.map
@@ -1,13 +1,13 @@
1
1
  import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
2
+ import {
3
+ inflate_1
4
+ } from "./chunk-6UVWNOIX.js";
2
5
  import {
3
6
  ed25519,
4
7
  import_index,
5
8
  init_ed25519,
6
9
  init_eventemitter3
7
10
  } from "./chunk-UIBPOKNT.js";
8
- import {
9
- inflate_1
10
- } from "./chunk-6UVWNOIX.js";
11
11
  import {
12
12
  BaseContext,
13
13
  ContractConfig,
@@ -27795,4 +27795,4 @@ buffer-layout/lib/Layout.js:
27795
27795
  * @see {@link https://github.com/pabigot/buffer-layout|buffer-layout on GitHub}
27796
27796
  *)
27797
27797
  */
27798
- //# sourceMappingURL=chunk-MPJGLOUG.js.map
27798
+ //# sourceMappingURL=chunk-S6MJ3KIL.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
- "version": "2.57.12-rc.h",
3
+ "version": "2.57.12-rc.i",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -88,8 +88,8 @@
88
88
  "typechain": "^8.3.2",
89
89
  "utility-types": "^3.11.0",
90
90
  "yaml": "^2.3.4",
91
- "@sentio/protos": "2.57.12-rc.h",
92
- "@sentio/runtime": "^2.57.12-rc.h"
91
+ "@sentio/protos": "2.57.12-rc.i",
92
+ "@sentio/runtime": "^2.57.12-rc.i"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "tsup": "npm:@sentio/tsup@^8.3.5-rc.1"