Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
pkieltyka committed Nov 13, 2022
1 parent c6d0973 commit 66d635f
Showing 3 changed files with 86 additions and 116 deletions.
195 changes: 81 additions & 114 deletions pnpm-lock.yaml
3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- 'src'

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/erc-1155",
"version": "3.2.0",
"version": "3.2.1",
"description": "ERC-1155 implementation for Ethereum",
"repository": "https://github.com/0xsequence/erc-1155",
"homepage": "https://sequence.build",
@@ -19,7 +19,7 @@
"Ethereum"
],
"optionalDependencies": {
"@ethersproject/abi": "^5.7.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"ethers": "^5.7.2"
},

0 comments on commit 66d635f

Please sign in to comment.