Skip to content

Commit

Permalink
v3.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Sep 25, 2023
1 parent 9e3aa12 commit 2b4c252
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"npmClient": "yarn",
"useWorkspaces": true
}
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/cli",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "GPL-3.0-only",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -28,11 +28,11 @@
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/contracts": "^3.0.0-beta.9",
"@opengsn/logger": "^3.0.0-beta.9",
"@opengsn/provider": "^3.0.0-beta.9",
"@opengsn/relay": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.10",
"@opengsn/contracts": "^3.0.0-beta.10",
"@opengsn/logger": "^3.0.0-beta.10",
"@opengsn/provider": "^3.0.0-beta.10",
"@opengsn/relay": "^3.0.0-beta.10",
"@truffle/hdwallet-provider": "^2.0.10",
"@types/node": "^13.0.0",
"@types/web3": "1.0.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/common",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@ethersproject/networks": "^5.7.1",
"@ethersproject/providers": "^5.7.2",
"@metamask/eth-sig-util": "^5.1.0",
"@opengsn/contracts": "^3.0.0-beta.9",
"@opengsn/contracts": "^3.0.0-beta.10",
"@types/bn.js": "^5.1.0",
"@types/semver": "^7.3.4",
"axios": "^0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opengsn/contracts",
"license": "GPL-3.0-only",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"main": "dist/types/ethers-contracts/index.js",
"scripts": {
"tsc": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/deployer",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"private": true,
"author": "Dror Tirosh",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/provider": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.10",
"@opengsn/provider": "^3.0.0-beta.10",
"axios": "^0.27.2",
"chai": "^4.3.6",
"chalk": "^4.1.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/dev",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "GPL-3.0-only",
"main": "dist/src/index.js",
"files": [
Expand All @@ -26,11 +26,11 @@
"rm-dist": "rm -rf tsconfig.tsbuildinfo dist build"
},
"dependencies": {
"@opengsn/cli": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/logger": "^3.0.0-beta.9",
"@opengsn/provider": "^3.0.0-beta.9",
"@opengsn/relay": "^3.0.0-beta.9"
"@opengsn/cli": "^3.0.0-beta.10",
"@opengsn/common": "^3.0.0-beta.10",
"@opengsn/logger": "^3.0.0-beta.10",
"@opengsn/provider": "^3.0.0-beta.10",
"@opengsn/relay": "^3.0.0-beta.10"
},
"devDependencies": {
"@ethereumjs/common": "^2.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/logger",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "GPL-3.0-only",
"main": "dist/index.js",
"files": [
Expand All @@ -18,7 +18,7 @@
"rm-dist": "rm -rf tsconfig.tsbuildinfo dist build"
},
"dependencies": {
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.10",
"loglevel": "^1.8.0",
"winston": "^3.3.3"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/paymasters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opengsn/paymasters",
"license": "GPL-3.0-only",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"scripts": {
"tsc": "tsc",
"deploy": "hardhat deploy",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@metamask/eth-sig-util": "^5.1.0",
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/contracts": "^3.0.0-beta.9",
"@opengsn/dev": "^3.0.0-beta.9",
"@opengsn/provider": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.10",
"@opengsn/contracts": "^3.0.0-beta.10",
"@opengsn/dev": "^3.0.0-beta.10",
"@opengsn/provider": "^3.0.0-beta.10",
"@openzeppelin/contracts": "^4.2.0",
"@uniswap/v3-periphery": "^1.1.1",
"ethereumjs-util": "^7.1.0",
Expand All @@ -56,7 +56,7 @@
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@opengsn/cli": "^3.0.0-beta.9",
"@opengsn/cli": "^3.0.0-beta.10",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.10",
"@types/chai-as-promised": "^7.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/provider",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,8 +25,8 @@
"@ethersproject/transactions": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@metamask/eth-sig-util": "^5.1.0",
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/contracts": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.10",
"@opengsn/contracts": "^3.0.0-beta.10",
"ethereumjs-util": "^7.1.0",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengsn/relay",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "GPL-3.0-only",
"main": "dist/runServer.js",
"files": [
Expand All @@ -21,9 +21,9 @@
"@ethereumjs/tx": "^3.2.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@opengsn/common": "^3.0.0-beta.9",
"@opengsn/contracts": "^3.0.0-beta.9",
"@opengsn/logger": "^3.0.0-beta.9",
"@opengsn/common": "^3.0.0-beta.10",
"@opengsn/contracts": "^3.0.0-beta.10",
"@opengsn/logger": "^3.0.0-beta.10",
"@seald-io/nedb": "^3.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 2b4c252

Please sign in to comment.