Skip to content

Commit c73353e

Browse files
committed
fix: mark viem as an external dep
1 parent ee901fa commit c73353e

4 files changed

Lines changed: 25 additions & 14 deletions

File tree

.changeset/quick-fans-own.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@midl/executor-react": patch
3+
"@midl/hardhat-deploy": patch
4+
"@midl/satoshi-kit": patch
5+
"@midl/connectors": patch
6+
"@midl/playwright": patch
7+
"@midl/executor": patch
8+
"@midl/logger": patch
9+
"@midl/react": patch
10+
"@midl/core": patch
11+
"@midl/node": patch
12+
---
13+
14+
fix: mark viem as an external dep

packages/executor-react/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
}
3333
}
3434
},
35-
"files": [
36-
"dist"
37-
],
35+
"files": ["dist"],
3836
"devDependencies": {
3937
"@midl/node": "workspace:^",
4038
"@midl/react": "workspace:^",
@@ -60,7 +58,8 @@
6058
"react": ">=18 <20",
6159
"react-dom": ">=18 <20",
6260
"wagmi": ">=2 <=4",
63-
"zustand": ">=5"
61+
"zustand": ">=5",
62+
"viem": "*"
6463
},
6564
"repository": {
6665
"url": "git+https://github.com/midl-xyz/midl-js.git",

packages/executor/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
}
3434
}
3535
},
36-
"files": [
37-
"dist"
38-
],
36+
"files": ["dist"],
3937
"devDependencies": {
4038
"@midl/node": "workspace:^",
4139
"@types/node": "^22.8.7",
@@ -59,6 +57,7 @@
5957
},
6058
"peerDependencies": {
6159
"@midl/viem": "*",
60+
"viem": "*",
6261
"bitcoinjs-lib": ">=7 <8"
6362
},
6463
"repository": {

packages/hardhat-deploy/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"main": "./dist/index.cjs",
1010
"module": "./dist/index.mjs",
1111
"types": "./dist/index.d.cts",
12-
"files": [
13-
"dist"
14-
],
12+
"files": ["dist"],
1513
"exports": {
1614
"./package.json": "./package.json",
1715
".": {
@@ -40,15 +38,16 @@
4038
"hardhat-deploy": "^1.0.3"
4139
},
4240
"peerDependencies": {
43-
"hardhat": ">=2 <3"
44-
},
45-
"dependencies": {
41+
"hardhat": ">=2 <3",
4642
"@midl/logger": "workspace:*",
4743
"@midl/core": "workspace:^",
4844
"@midl/executor": "workspace:^",
4945
"@midl/node": "workspace:^",
46+
"viem": "*",
47+
"@midl/viem": "*"
48+
},
49+
"dependencies": {
5050
"@nomicfoundation/hardhat-viem": "^2.0.6",
51-
"viem": "npm:@midl/viem",
5251
"zustand": "^5.0.1"
5352
},
5453
"repository": {

0 commit comments

Comments
 (0)