Skip to content

Commit 7edb423

Browse files
committed
fix(devnet): move @noble/hashes to dependencies to fix module resolution
1 parent d7b492c commit 7edb423

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/spicy-pandas-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@evolution-sdk/devnet": patch
3+
---
4+
5+
Fix module resolution error by moving @noble/hashes from peerDependencies to dependencies. This resolves the "Package subpath './blake2' is not defined by exports" error when users install the package.

packages/evolution-devnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"typescript": "^5.9.2"
4444
},
4545
"dependencies": {
46+
"@noble/hashes": "^1.8.0",
4647
"dockerode": "^4.0.7"
4748
},
4849
"peerDependencies": {
4950
"@evolution-sdk/evolution": "workspace:*",
5051
"@effect/platform": "^0.90.10",
5152
"@effect/platform-node": "^0.96.1",
52-
"@noble/hashes": "^1.8.0",
5353
"effect": "^3.19.3"
5454
},
5555
"keywords": [

0 commit comments

Comments
 (0)