diff --git a/bun.lockb b/bun.lockb index 11c0ce2e..0f3fb9c2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 4ddf13ca..2b34f795 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # viem +## 1.14.4 + +### Patch Changes + +- add missing exports, fix build errors + ## 1.14.3 ### Patch Changes diff --git a/src/errors/version.ts b/src/errors/version.ts index 53df6da8..ee4773f8 100644 --- a/src/errors/version.ts +++ b/src/errors/version.ts @@ -1 +1 @@ -export const version = '1.14.3' +export const version = '1.14.4' diff --git a/src/package.json b/src/package.json index bdd31ca4..a819f936 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "@flashbots/suave-viem", "description": "TypeScript Interface for Ethereum & SUAVE Chain", - "version": "1.14.3", + "version": "1.14.4", "type": "module", "main": "./_cjs/index.js", "module": "./_esm/index.js", @@ -86,18 +86,42 @@ }, "typesVersions": { "*": { - "abi": ["./_types/abi/index.d.ts"], - "accounts": ["./_types/accounts/index.d.ts"], - "actions": ["./_types/actions/index.d.ts"], - "chains": ["./_types/chains/index.d.ts"], - "chains/utils": ["./_types/chains/utils/index.d.ts"], - "contract": ["./_types/contract/index.d.ts"], - "ens": ["./_types/ens/index.d.ts"], - "public": ["./_types/public/index.d.ts"], - "test": ["./_types/test/index.d.ts"], - "utils": ["./_types/utils/index.d.ts"], - "wallet": ["./_types/wallet/index.d.ts"], - "window": ["./_types/window/index.d.ts"] + "abi": [ + "./_types/abi/index.d.ts" + ], + "accounts": [ + "./_types/accounts/index.d.ts" + ], + "actions": [ + "./_types/actions/index.d.ts" + ], + "chains": [ + "./_types/chains/index.d.ts" + ], + "chains/utils": [ + "./_types/chains/utils/index.d.ts" + ], + "contract": [ + "./_types/contract/index.d.ts" + ], + "ens": [ + "./_types/ens/index.d.ts" + ], + "public": [ + "./_types/public/index.d.ts" + ], + "test": [ + "./_types/test/index.d.ts" + ], + "utils": [ + "./_types/utils/index.d.ts" + ], + "wallet": [ + "./_types/wallet/index.d.ts" + ], + "window": [ + "./_types/window/index.d.ts" + ] } }, "peerDependencies": { @@ -121,12 +145,22 @@ }, "license": "MIT", "repository": "flashbots/suave-viem", - "authors": ["awkweb.eth", "jxom.eth"], + "authors": [ + "awkweb.eth", + "jxom.eth" + ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/wagmi-dev" } ], - "keywords": ["eth", "ethereum", "dapps", "wallet", "web3", "suave"] + "keywords": [ + "eth", + "ethereum", + "dapps", + "wallet", + "web3", + "suave" + ] }