@sentio/sdk 2.15.0-rc.6 → 2.15.0

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,4 +1,4 @@
1
- export { SuiBaseProcessor, SuiAddressProcessor, SuiObjectProcessor, SuiBindOptions, SuiObjectBindOptions, } from './sui-processor.js';
1
+ export * from './sui-processor.js';
2
2
  export * from './network.js';
3
3
  export * from './context.js';
4
4
  export * from './models.js';
package/lib/sui/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { SuiBaseProcessor, SuiAddressProcessor, SuiObjectProcessor, SuiBindOptions, SuiObjectBindOptions, } from './sui-processor.js';
1
+ export * from './sui-processor.js';
2
2
  export * from './network.js';
3
3
  export * from './context.js';
4
4
  export * from './models.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sui/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,oBAAoB,GACrB,MAAM,oBAAoB,CAAA;AAE3B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAG3B,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEhD,cAAc,iBAAiB,CAAA;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA","sourcesContent":["export {\n SuiBaseProcessor,\n SuiAddressProcessor,\n SuiObjectProcessor,\n SuiBindOptions,\n SuiObjectBindOptions,\n} from './sui-processor.js'\n\nexport * from './network.js'\nexport * from './context.js'\nexport * from './models.js'\n\nexport type { SuiAddress } from './move-types.js'\nexport { BUILTIN_TYPES } from '../move/types.js'\n\nexport * from './move-coder.js'\n\nexport { SuiPlugin } from './sui-plugin.js'\n\nexport { ModuleClient } from './module-client.js'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sui/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAElC,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAG3B,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEhD,cAAc,iBAAiB,CAAA;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA","sourcesContent":["export * from './sui-processor.js'\n\nexport * from './network.js'\nexport * from './context.js'\nexport * from './models.js'\n\nexport type { SuiAddress } from './move-types.js'\nexport { BUILTIN_TYPES } from '../move/types.js'\n\nexport * from './move-coder.js'\n\nexport { SuiPlugin } from './sui-plugin.js'\n\nexport { ModuleClient } from './module-client.js'\n"]}
@@ -5,8 +5,3 @@ export declare const SuiNetwork: {
5
5
  readonly TEST_NET: SuiChainId.SUI_TESTNET;
6
6
  readonly DEV_NET: SuiChainId.SUI_DEVNET;
7
7
  };
8
- export declare class SuiBindOptions {
9
- address: string;
10
- network?: SuiNetwork;
11
- startVersion?: bigint | number;
12
- }
@@ -4,9 +4,4 @@ export const SuiNetwork = {
4
4
  TEST_NET: SuiChainId.SUI_TESTNET,
5
5
  DEV_NET: SuiChainId.SUI_DEVNET,
6
6
  };
7
- export class SuiBindOptions {
8
- address;
9
- network = SuiNetwork.MAIN_NET;
10
- startVersion;
11
- }
12
7
  //# sourceMappingURL=network.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"network.js","sourceRoot":"","sources":["../../src/sui/network.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAG7C,MAAM,CAAC,MAAM,UAAU,GAAU;IAC/B,QAAQ,EAAE,UAAU,CAAC,WAAW;IAChC,QAAQ,EAAE,UAAU,CAAC,WAAW;IAChC,OAAO,EAAE,UAAU,CAAC,UAAU;CAC/B,CAAA;AAED,MAAM,OAAO,cAAc;IACzB,OAAO,CAAQ;IACf,OAAO,GAAgB,UAAU,CAAC,QAAQ,CAAA;IAC1C,YAAY,CAAkB;CAC/B","sourcesContent":["import { SuiChainId } from '../core/chain.js'\n\nexport type SuiNetwork = SuiChainId\nexport const SuiNetwork = <const>{\n MAIN_NET: SuiChainId.SUI_MAINNET,\n TEST_NET: SuiChainId.SUI_TESTNET,\n DEV_NET: SuiChainId.SUI_DEVNET,\n}\n\nexport class SuiBindOptions {\n address: string\n network?: SuiNetwork = SuiNetwork.MAIN_NET\n startVersion?: bigint | number\n}\n"]}
1
+ {"version":3,"file":"network.js","sourceRoot":"","sources":["../../src/sui/network.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAG7C,MAAM,CAAC,MAAM,UAAU,GAAU;IAC/B,QAAQ,EAAE,UAAU,CAAC,WAAW;IAChC,QAAQ,EAAE,UAAU,CAAC,WAAW;IAChC,OAAO,EAAE,UAAU,CAAC,UAAU;CAC/B,CAAA","sourcesContent":["import { SuiChainId } from '../core/chain.js'\n\nexport type SuiNetwork = SuiChainId\nexport const SuiNetwork = <const>{\n MAIN_NET: SuiChainId.SUI_MAINNET,\n TEST_NET: SuiChainId.SUI_TESTNET,\n DEV_NET: SuiChainId.SUI_DEVNET,\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
- "version": "2.15.0-rc.6",
3
+ "version": "2.15.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -68,8 +68,8 @@
68
68
  "typechain": "^8.0.0",
69
69
  "typedoc": "^0.24.1",
70
70
  "yaml": "^2.2.1",
71
- "@sentio/protos": "^2.15.0-rc.6",
72
- "@sentio/runtime": "^2.15.0-rc.6"
71
+ "@sentio/protos": "^2.15.0",
72
+ "@sentio/runtime": "^2.15.0"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "tsup": "npm:@sentio/tsup@^6.7.0"
package/src/sui/index.ts CHANGED
@@ -1,10 +1,4 @@
1
- export {
2
- SuiBaseProcessor,
3
- SuiAddressProcessor,
4
- SuiObjectProcessor,
5
- SuiBindOptions,
6
- SuiObjectBindOptions,
7
- } from './sui-processor.js'
1
+ export * from './sui-processor.js'
8
2
 
9
3
  export * from './network.js'
10
4
  export * from './context.js'
@@ -6,9 +6,3 @@ export const SuiNetwork = <const>{
6
6
  TEST_NET: SuiChainId.SUI_TESTNET,
7
7
  DEV_NET: SuiChainId.SUI_DEVNET,
8
8
  }
9
-
10
- export class SuiBindOptions {
11
- address: string
12
- network?: SuiNetwork = SuiNetwork.MAIN_NET
13
- startVersion?: bigint | number
14
- }