Skip to content

Commit

Permalink
bump utils, libraries for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Feb 7, 2024
1 parent f8f21ca commit 9430917
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion source/batch-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@airswap/swap-erc20": "4.2.1"
},
"devDependencies": {
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion source/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"@airswap/merkle": "0.0.2",
"prompt-confirm": "^2.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion source/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"prompt-confirm": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion source/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"prompt-confirm": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion source/swap-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@airswap/staking": "4.2.1",
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion source/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion source/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"prompt-confirm": "^2.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/libraries",
"version": "4.2.7",
"version": "4.2.8",
"description": "AirSwap: Libraries for Developers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@airswap/staking": "4.2.1",
"@airswap/swap": "4.2.1",
"@airswap/swap-erc20": "4.2.1",
"@airswap/utils": "4.2.5",
"@airswap/utils": "4.2.6",
"@airswap/wrapper": "4.2.1",
"browser-or-node": "^2.1.1",
"ethers": "^5.6.9",
Expand Down
2 changes: 1 addition & 1 deletion tools/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/utils",
"version": "4.2.5",
"version": "4.2.6",
"description": "AirSwap: Utilities for Developers",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9430917

Please sign in to comment.