rocketh 0.15.11 → 0.15.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # rocketh
2
2
 
3
+ ## 0.15.12
4
+
5
+ ### Patch Changes
6
+
7
+ - only export types from eip-1193
8
+
3
9
  ## 0.15.11
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocketh",
3
- "version": "0.15.11",
3
+ "version": "0.15.12",
4
4
  "description": "deploy smart contract on ethereum-compatible networks",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/src/index.ts CHANGED
@@ -14,4 +14,4 @@ export {mergeArtifacts, mergeABIs} from './environment/utils/artifacts.js';
14
14
  export {getGasPriceEstimate, getRoughGasPriceEstimate} from './utils/eth.js';
15
15
  export {bigIntToStringReplacer} from './utils/json.js';
16
16
 
17
- export * from 'eip-1193';
17
+ export type * from 'eip-1193';