@web3dotorg/evm-slc-core-sdk 0.3.4 → 0.3.6

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.
Files changed (2) hide show
  1. package/index.ts +4 -8
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -35,14 +35,10 @@ export {
35
35
 
36
36
  // Re-export from contract
37
37
 
38
- export * from "./contracts";
38
+ export * from "./contracts/governance";
39
+ export * from "./contracts/slc-core";
39
40
 
40
41
  // Re-exports from factories
41
42
 
42
- export { ExecutorsRegistry__factory } from "./factories/contracts/governance/ExecutorsRegistry__factory";
43
- export { Governance__factory } from "./factories/contracts/governance/Governance__factory";
44
- export { NeutralsRegistry__factory } from "./factories/contracts/governance/NeutralsRegistry__factory";
45
- export { ParameterRegistry__factory } from "./factories/contracts/governance/ParameterRegistry__factory";
46
-
47
- export { SLCCoreFactory__factory } from "./factories/contracts/slc-core/SLCCoreFactory__factory";
48
- export { SLCCore__factory } from "./factories/contracts/slc-core/SLCCore__factory";
43
+ export * from "./factories/contracts/governance";
44
+ export * from "./factories/contracts/slc-core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3dotorg/evm-slc-core-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "author": "<TBD>",
5
5
  "repository": {
6
6
  "type": "git",