Skip to content

Commit

Permalink
Merge pull request #49 from Polymarket/fix/update-version
Browse files Browse the repository at this point in the history
Fix: update version
  • Loading branch information
JonathanAmenechi authored Sep 26, 2022
2 parents 84baac4 + ac2a3ce commit 5644746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polymarket/clob-client",
"description": "Typescript client for Polymarket's CLOB",
"version": "1.1.0",
"version": "1.1.1",
"contributors": [
{
"name": "Jonathan Amenechi",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "make test"
},
"dependencies": {
"@polymarket/order-utils": "^1.3.0",
"@polymarket/order-utils": "^1.3.1",
"axios": "^0.27.2",
"ethers": "^5.7.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@polymarket/order-utils@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@polymarket/order-utils/-/order-utils-1.3.0.tgz#3636f0aff8d20b17fca3bbff936b04882aec5dac"
integrity sha512-QkHEP4yl68yxELm4kjpJ5/DEgN5pcEOJfpYKydHKhRt/bTfvWgbhmy5f0cPWvSPHpiU4lW/xr5RfNhWT4x4nFQ==
"@polymarket/order-utils@^1.3.1":
version "1.3.1"
resolved "https://registry.npmjs.org/@polymarket/order-utils/-/order-utils-1.3.1.tgz#786ac15b50dbff8289675615bce4dad9dfcfe6a6"
integrity sha512-+ml9tjIYvpEoWO98MAZwlq0V3fHDAW8oXOEJL0oj58CidFDTzgLGflhhzhDOs4DTEbjaUGD8mbFcuIN4OEzBBQ==
dependencies:
"@metamask/eth-sig-util" "^5.0.0"
ethers "^5.7.1"
Expand Down

0 comments on commit 5644746

Please sign in to comment.