Skip to content

Commit 5150259

Browse files
authored
chore: remove unused dependency (#2726)
1 parent df5eba9 commit 5150259

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

.changeset/two-pets-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/wallets": patch
3+
---
4+
5+
remove unused dependency

legacy_packages/wallets/package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,7 @@
499499
"url": "https://github.com/thirdweb-dev/js/issues"
500500
},
501501
"author": "thirdweb eng <eng@thirdweb.com>",
502-
"files": [
503-
"dist/",
504-
"evm/"
505-
],
502+
"files": ["dist/", "evm/"],
506503
"preconstruct": {
507504
"entrypoints": [
508505
"index.ts",
@@ -512,9 +509,7 @@
512509
"evm/wallets/**"
513510
],
514511
"exports": {
515-
"envConditions": [
516-
"browser"
517-
]
512+
"envConditions": ["browser"]
518513
}
519514
},
520515
"sideEffects": false,
@@ -555,7 +550,6 @@
555550
},
556551
"peerDependencies": {
557552
"@aws-sdk/client-secrets-manager": "^3.256.0",
558-
"@noble/ed25519": "^1.7.1",
559553
"bs58": "^5.0.0",
560554
"ethers": "^5.7.2",
561555
"ethers-aws-kms-signer": "^1.3.2",
@@ -571,9 +565,6 @@
571565
"ethers-aws-kms-signer": {
572566
"optional": true
573567
},
574-
"@noble/ed25519": {
575-
"optional": true
576-
},
577568
"bs58": {
578569
"optional": true
579570
},
@@ -587,7 +578,6 @@
587578
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
588579
"@babel/plugin-transform-private-methods": "^7.24.1",
589580
"@microsoft/api-extractor": "^7.43.0",
590-
"@noble/ed25519": "^1.7.3",
591581
"@nomiclabs/hardhat-ethers": "^2.2.3",
592582
"@preconstruct/cli": "2.7.0",
593583
"@thirdweb-dev/tsconfig": "workspace:*",

pnpm-lock.yaml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)