Skip to content

Commit ee00960

Browse files
committed
v3.0.0-beta.8
1 parent 8c3563b commit ee00960

File tree

10 files changed

+37
-37
lines changed

10 files changed

+37
-37
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-beta.7",
2+
"version": "3.0.0-beta.8",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/cli",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"license": "GPL-3.0-only",
55
"main": "dist/index.js",
66
"bin": {
@@ -26,11 +26,11 @@
2626
"dependencies": {
2727
"@ethereumjs/tx": "^3.2.0",
2828
"@ethersproject/providers": "^5.7.2",
29-
"@opengsn/common": "^3.0.0-beta.7",
30-
"@opengsn/contracts": "^3.0.0-beta.7",
31-
"@opengsn/logger": "^3.0.0-beta.7",
32-
"@opengsn/provider": "^3.0.0-beta.7",
33-
"@opengsn/relay": "^3.0.0-beta.7",
29+
"@opengsn/common": "^3.0.0-beta.8",
30+
"@opengsn/contracts": "^3.0.0-beta.8",
31+
"@opengsn/logger": "^3.0.0-beta.8",
32+
"@opengsn/provider": "^3.0.0-beta.8",
33+
"@opengsn/relay": "^3.0.0-beta.8",
3434
"@truffle/hdwallet-provider": "^2.0.10",
3535
"@types/node": "^13.0.0",
3636
"@types/web3": "1.0.20",

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/common",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"@ethersproject/networks": "^5.7.1",
2525
"@ethersproject/providers": "^5.7.2",
2626
"@metamask/eth-sig-util": "^5.1.0",
27-
"@opengsn/contracts": "^3.0.0-beta.7",
27+
"@opengsn/contracts": "^3.0.0-beta.8",
2828
"@types/bn.js": "^5.1.0",
2929
"@types/semver": "^7.3.4",
3030
"axios": "^0.21.1",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opengsn/contracts",
33
"license": "GPL-3.0-only",
4-
"version": "3.0.0-beta.7",
4+
"version": "3.0.0-beta.8",
55
"main": "types/truffle-contracts/index.d.ts",
66
"scripts": {
77
"solpp": "yarn --cwd=\"../..\" solpp",

packages/deployer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/deployer",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"private": true,
55
"author": "Dror Tirosh",
66
"license": "MIT",
@@ -18,8 +18,8 @@
1818
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
1919
"@nomiclabs/hardhat-etherscan": "^2.1.8",
2020
"@nomiclabs/hardhat-web3": "^2.0.0",
21-
"@opengsn/common": "^3.0.0-beta.7",
22-
"@opengsn/provider": "^3.0.0-beta.7",
21+
"@opengsn/common": "^3.0.0-beta.8",
22+
"@opengsn/provider": "^3.0.0-beta.8",
2323
"axios": "^0.27.2",
2424
"chai": "^4.3.6",
2525
"chalk": "^4.1.2",

packages/dev/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/dev",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"license": "GPL-3.0-only",
55
"main": "dist/src/index.js",
66
"files": [
@@ -25,12 +25,12 @@
2525
"rm-dist": "rm -rf tsconfig.tsbuildinfo dist build"
2626
},
2727
"dependencies": {
28-
"@opengsn/cli": "^3.0.0-beta.7",
29-
"@opengsn/common": "^3.0.0-beta.7",
30-
"@opengsn/contracts": "^3.0.0-beta.7",
31-
"@opengsn/logger": "^3.0.0-beta.7",
32-
"@opengsn/provider": "^3.0.0-beta.7",
33-
"@opengsn/relay": "^3.0.0-beta.7"
28+
"@opengsn/cli": "^3.0.0-beta.8",
29+
"@opengsn/common": "^3.0.0-beta.8",
30+
"@opengsn/contracts": "^3.0.0-beta.8",
31+
"@opengsn/logger": "^3.0.0-beta.8",
32+
"@opengsn/provider": "^3.0.0-beta.8",
33+
"@opengsn/relay": "^3.0.0-beta.8"
3434
},
3535
"devDependencies": {
3636
"@ethereumjs/common": "^2.6.5",

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/logger",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"license": "GPL-3.0-only",
55
"main": "dist/index.js",
66
"files": [
@@ -18,7 +18,7 @@
1818
"rm-dist": "rm -rf tsconfig.tsbuildinfo dist build"
1919
},
2020
"dependencies": {
21-
"@opengsn/common": "^3.0.0-beta.7",
21+
"@opengsn/common": "^3.0.0-beta.8",
2222
"loglevel": "^1.8.0",
2323
"winston": "^3.3.3"
2424
}

packages/paymasters/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opengsn/paymasters",
33
"license": "GPL-3.0-only",
4-
"version": "3.0.0-beta.7",
4+
"version": "3.0.0-beta.8",
55
"scripts": {
66
"deploy": "hardhat deploy",
77
"verify": "hardhat etherscan-verify --force-license --license GPL-3.0",
@@ -33,10 +33,10 @@
3333
},
3434
"dependencies": {
3535
"@metamask/eth-sig-util": "^5.1.0",
36-
"@opengsn/common": "^3.0.0-beta.7",
37-
"@opengsn/contracts": "^3.0.0-beta.7",
38-
"@opengsn/dev": "^3.0.0-beta.7",
39-
"@opengsn/provider": "^3.0.0-beta.7",
36+
"@opengsn/common": "^3.0.0-beta.8",
37+
"@opengsn/contracts": "^3.0.0-beta.8",
38+
"@opengsn/dev": "^3.0.0-beta.8",
39+
"@opengsn/provider": "^3.0.0-beta.8",
4040
"@openzeppelin/contracts": "^4.2.0",
4141
"@uniswap/v3-periphery": "^1.1.1",
4242
"ethereumjs-util": "^7.1.0",
@@ -52,7 +52,7 @@
5252
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
5353
"@nomiclabs/hardhat-etherscan": "^2.1.8",
5454
"@nomiclabs/hardhat-web3": "^2.0.0",
55-
"@opengsn/cli": "^3.0.0-beta.7",
55+
"@opengsn/cli": "^3.0.0-beta.8",
5656
"@openzeppelin/test-helpers": "^0.5.15",
5757
"@truffle/hdwallet-provider": "^2.0.10",
5858
"@types/chai-as-promised": "^7.1.3",

packages/provider/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/provider",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"scripts": {
@@ -25,10 +25,10 @@
2525
"@ethersproject/transactions": "^5.7.0",
2626
"@ethersproject/wallet": "^5.7.0",
2727
"@metamask/eth-sig-util": "^5.1.0",
28-
"@opengsn/common": "^3.0.0-beta.7",
28+
"@opengsn/common": "^3.0.0-beta.8",
2929
"ethereumjs-util": "^7.1.0",
3030
"ethereumjs-wallet": "^1.0.2",
31-
"ethers-v6": "npm:ethers@6.0.0",
32-
"ethers": "^5.7.2"
31+
"ethers": "^5.7.2",
32+
"ethers-v6": "npm:ethers@6.0.0"
3333
}
3434
}

packages/relay/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengsn/relay",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"license": "GPL-3.0-only",
55
"main": "dist/runServer.js",
66
"files": [
@@ -20,9 +20,9 @@
2020
"dependencies": {
2121
"@ethereumjs/tx": "^3.2.0",
2222
"@ethersproject/providers": "^5.7.2",
23-
"@opengsn/common": "^3.0.0-beta.7",
24-
"@opengsn/contracts": "^3.0.0-beta.7",
25-
"@opengsn/logger": "^3.0.0-beta.7",
23+
"@opengsn/common": "^3.0.0-beta.8",
24+
"@opengsn/contracts": "^3.0.0-beta.8",
25+
"@opengsn/logger": "^3.0.0-beta.8",
2626
"@seald-io/nedb": "^3.0.0",
2727
"@types/cors": "^2.8.12",
2828
"@types/express": "^4.17.13",
@@ -40,8 +40,8 @@
4040
"ethval": "^2.1.1",
4141
"express": "^4.18.1",
4242
"minimist": "^1.2.6",
43-
"rlp": "^2.2.7",
4443
"ow": "^0.28.1",
44+
"rlp": "^2.2.7",
4545
"web3": "^1.7.4",
4646
"web3-core-helpers": "^1.7.4",
4747
"web3-eth-contract": "^1.7.4",

0 commit comments

Comments
 (0)