Skip to content

Commit

Permalink
chore: upgrade @lens-chain/storage-client
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 26, 2025
1 parent 06adccc commit 540ad8e
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,13 @@
},
"typesVersions": {
"*": {
"actions": [
"./dist/actions/index.d.ts"
],
"ethers": [
"./dist/ethers/index.d.ts"
],
"viem": [
"./dist/viem/index.d.ts"
],
"test-utils": [
"./dist/test-utils.d.ts"
]
"actions": ["./dist/actions/index.d.ts"],
"ethers": ["./dist/ethers/index.d.ts"],
"viem": ["./dist/viem/index.d.ts"],
"test-utils": ["./dist/test-utils.d.ts"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -92,7 +82,7 @@
}
},
"devDependencies": {
"@lens-chain/storage-client": "0.0.0-next-20250225182032",
"@lens-chain/storage-client": "next",
"@lens-network/sdk": "canary",
"@lens-protocol/metadata": "next",
"ethers": "^6.13.4",
Expand Down

0 comments on commit 540ad8e

Please sign in to comment.