Skip to content

Commit

Permalink
bump packages for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Dec 4, 2023
1 parent 64db359 commit 5e2c609
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions source/balances/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/balances",
"version": "4.0.3",
"version": "4.0.4",
"description": "Batch balance and allowance calls",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@airswap/constants": "4.1.6",
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions source/pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/pool",
"version": "4.1.3",
"version": "4.1.4",
"description": "AirSwap: Withdrawable Token Pool",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@airswap/constants": "4.1.6",
"@airswap/metadata": "4.1.10",
"@airswap/metadata": "4.1.11",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions source/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/registry",
"version": "4.1.2",
"version": "4.1.3",
"description": "AirSwap: Server URL Registry",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@airswap/constants": "4.1.6",
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"prompt-confirm": "^2.0.4"
}
}
4 changes: 2 additions & 2 deletions source/staking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/staking",
"version": "4.0.4",
"version": "4.0.5",
"description": "AirSwap: Stake Tokens",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"prompt-confirm": "^2.0.4"
}
}
6 changes: 3 additions & 3 deletions source/swap-erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/swap-erc20",
"version": "4.1.5",
"version": "4.1.6",
"description": "AirSwap: Atomic ERC20 Token Swap",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@airswap/constants": "4.1.6",
"@airswap/staking": "4.0.4",
"@airswap/staking": "4.0.5",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"prompt-confirm": "^2.0.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions source/swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/swap",
"version": "4.1.1",
"version": "4.1.2",
"description": "AirSwap: Atomic Token Swap",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@airswap/constants": "4.1.6",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions source/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/wrapper",
"version": "4.1.4",
"version": "4.1.5",
"description": "AirSwap: Wrap and Unwrap Native Tokens",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,12 +28,12 @@
"owners": "hardhat run ./scripts/owner.js"
},
"dependencies": {
"@airswap/swap-erc20": "4.1.5",
"@airswap/swap-erc20": "4.1.6",
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
"@airswap/constants": "4.1.6",
"@airswap/utils": "4.1.7",
"@airswap/utils": "4.1.8",
"@airswap/types": "4.1.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"prompt-confirm": "^2.0.4"
Expand Down
18 changes: 9 additions & 9 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/libraries",
"version": "4.1.12",
"version": "4.1.13",
"description": "AirSwap: Libraries for Developers",
"repository": {
"type": "git",
Expand All @@ -26,17 +26,17 @@
"test:ci": "yarn test"
},
"dependencies": {
"@airswap/balances": "4.0.3",
"@airswap/balances": "4.0.4",
"@airswap/constants": "4.1.6",
"@airswap/jsonrpc-client-websocket": "0.0.1",
"@airswap/registry": "4.1.2",
"@airswap/pool": "4.1.3",
"@airswap/staking": "4.0.4",
"@airswap/swap": "4.1.1",
"@airswap/swap-erc20": "4.1.5",
"@airswap/registry": "4.1.3",
"@airswap/pool": "4.1.4",
"@airswap/staking": "4.0.5",
"@airswap/swap": "4.1.2",
"@airswap/swap-erc20": "4.1.6",
"@airswap/types": "4.1.1",
"@airswap/utils": "4.1.7",
"@airswap/wrapper": "4.1.4",
"@airswap/utils": "4.1.8",
"@airswap/wrapper": "4.1.5",
"browser-or-node": "^2.1.1",
"ethers": "^5.6.9",
"jayson": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/metadata",
"version": "4.1.10",
"version": "4.1.11",
"description": "AirSwap: Token Metadata for Developers",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@airswap/constants": "4.1.6",
"@airswap/types": "4.1.1",
"@airswap/wrapper": "4.1.4",
"@airswap/wrapper": "4.1.5",
"@openzeppelin/contracts": "^4.8.3",
"@uniswap/token-lists": "^1.0.0-beta.24",
"axios": "^1.6.0",
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.1.7",
"version": "4.1.8",
"description": "AirSwap: Utilities for Developers",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5e2c609

Please sign in to comment.