Skip to content

Commit

Permalink
version 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jun 22, 2024
1 parent 59c5008 commit 4a36391
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 16 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# viem

## 1.14.4

### Patch Changes

- add missing exports, fix build errors

## 1.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.14.3'
export const version = '1.14.4'
64 changes: 49 additions & 15 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
]
}

0 comments on commit 4a36391

Please sign in to comment.