Skip to content

Commit

Permalink
chore: version package (#39)
Browse files Browse the repository at this point in the history
Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 20, 2024
1 parent aed5e25 commit 0890d22
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-clouds-exercise.md

This file was deleted.

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.2

### Patch Changes

- [#38](https://github.com/flashbots/suave-viem/pull/38) [`aed5e25`](https://github.com/flashbots/suave-viem/commit/aed5e25ef77793fae016894093bad3f8d0277049) Thanks [@zeroXbrock](https://github.com/zeroXbrock)! - CI build

## 1.14.1

### Patch Changes
Expand Down
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.1",
"version": "1.14.2",
"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 0890d22

Please sign in to comment.