@sentio/sdk 2.15.3 → 2.15.4-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.
- package/lib/eth/index.d.ts +1 -1
- package/lib/eth/index.js +1 -1
- package/lib/eth/index.js.map +1 -1
- package/package.json +3 -3
- package/src/eth/index.ts +1 -1
package/lib/eth/index.d.ts
CHANGED
@@ -7,7 +7,7 @@ export { EthContext } from './context.js';
|
|
7
7
|
export * from './eth.js';
|
8
8
|
export { BindOptions, AccountBindOptions } from './bind-options.js';
|
9
9
|
export { getProcessor, addProcessor, getContractByABI, addContractByABI } from './binds.js';
|
10
|
-
export { ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js';
|
10
|
+
export { AccountContext, ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js';
|
11
11
|
export { EthPlugin } from './eth-plugin.js';
|
12
12
|
export { EthFetchConfig } from '@sentio/protos';
|
13
13
|
export { EthChainId } from '../core/chain.js';
|
package/lib/eth/index.js
CHANGED
@@ -7,7 +7,7 @@ export { EthContext } from './context.js';
|
|
7
7
|
export * from './eth.js';
|
8
8
|
export { BindOptions, AccountBindOptions } from './bind-options.js';
|
9
9
|
export { getProcessor, addProcessor, getContractByABI, addContractByABI } from './binds.js';
|
10
|
-
export { ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js';
|
10
|
+
export { AccountContext, ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js';
|
11
11
|
export { EthPlugin } from './eth-plugin.js';
|
12
12
|
export { EthFetchConfig } from '@sentio/protos';
|
13
13
|
export { EthChainId } from '../core/chain.js';
|
package/lib/eth/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/eth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,cAAc,UAAU,CAAA;AACxB,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC3F,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/eth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,cAAc,UAAU,CAAA;AACxB,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC3F,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAE9G,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAE/C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA","sourcesContent":["export { BaseProcessor, GlobalProcessor } from './base-processor.js'\nexport { GenericProcessor } from './generic-processor.js'\nexport { BaseProcessorTemplate } from './base-processor-template.js'\nexport { AccountProcessor } from './account-processor.js'\nexport { getProvider, DummyProvider, getEthChainId } from './provider.js'\nexport { EthContext } from './context.js'\nexport * from './eth.js'\nexport { BindOptions, AccountBindOptions } from './bind-options.js'\nexport { getProcessor, addProcessor, getContractByABI, addContractByABI } from './binds.js'\nexport { AccountContext, ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js'\n\nexport { EthPlugin } from './eth-plugin.js'\n\nexport { EthFetchConfig } from '@sentio/protos'\n\nexport { EthChainId } from '../core/chain.js'\n"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sentio/sdk",
|
3
|
-
"version": "2.15.
|
3
|
+
"version": "2.15.4-rc.1",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -70,8 +70,8 @@
|
|
70
70
|
"typechain": "^8.0.0",
|
71
71
|
"typedoc": "^0.24.1",
|
72
72
|
"yaml": "^2.2.1",
|
73
|
-
"@sentio/protos": "^2.15.
|
74
|
-
"@sentio/runtime": "^2.15.
|
73
|
+
"@sentio/protos": "^2.15.4-rc.1",
|
74
|
+
"@sentio/runtime": "^2.15.4-rc.1"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|
77
77
|
"tsup": "npm:@sentio/tsup@^6.7.0"
|
package/src/eth/index.ts
CHANGED
@@ -7,7 +7,7 @@ export { EthContext } from './context.js'
|
|
7
7
|
export * from './eth.js'
|
8
8
|
export { BindOptions, AccountBindOptions } from './bind-options.js'
|
9
9
|
export { getProcessor, addProcessor, getContractByABI, addContractByABI } from './binds.js'
|
10
|
-
export { ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js'
|
10
|
+
export { AccountContext, ContractContext, GlobalContext, ContractView, BoundContractView } from './context.js'
|
11
11
|
|
12
12
|
export { EthPlugin } from './eth-plugin.js'
|
13
13
|
|