Skip to content

Commit

Permalink
[ADHOC] chore(sdk): remove evm as optional dep (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord authored Nov 5, 2024
1 parent 95240eb commit 5473021
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-baboons-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@boostxyz/sdk": patch
---

remove evm as optional dependency
3 changes: 0 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@
"dependencies": {
"ts-pattern": "5.4.0"
},
"optionalDependencies": {
"@boostxyz/evm": "workspace:*"
},
"peerDependencies": {
"@wagmi/core": "2.x",
"abitype": "1",
Expand Down
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@
"deploys/**"
]
},
"signatures#build": {
"@boostxyz/signatures#build": {
"inputs": ["manifests"],
"outputs": ["dist/**"]
},
"@boostxyz/sdk#build": {
"dependsOn": ["^build", "@boostxyz/evm#build"],
"inputs": [".env", "src"],
"outputs": ["dist/**"]
},
"lint:ci": {},
"test": {
"dependsOn": ["^build"]
Expand Down

0 comments on commit 5473021

Please sign in to comment.