Skip to content

Commit ee06b5b

Browse files
committed
1 parent c34430d commit ee06b5b

File tree

21 files changed

+141
-141
lines changed

21 files changed

+141
-141
lines changed

packages/abi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/abi",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Utilities and Classes for parsing, formatting and managing QRL ABIs.",
55
"license": "MIT",
66
"main": "./lib/commonjs/index.js",
@@ -54,10 +54,10 @@
5454
"@ethersproject/logger": "^5.7.0",
5555
"@ethersproject/properties": "^5.7.0",
5656
"@ethersproject/strings": "^5.7.0",
57-
"@theqrl/web3-utils": "^0.3.3"
57+
"@theqrl/web3-utils": "^0.4.0"
5858
},
5959
"devDependencies": {
60-
"@theqrl/eslint-config-base-web3": "^0.3.0",
60+
"@theqrl/eslint-config-base-web3": "^0.4.0",
6161
"@types/jest": "^29.5.0",
6262
"@typescript-eslint/eslint-plugin": "^5.30.7",
6363
"@typescript-eslint/parser": "^5.30.7",

packages/web3-core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-core",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,19 +45,19 @@
4545
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4646
},
4747
"dependencies": {
48-
"@theqrl/web3-errors": "^0.3.3",
49-
"@theqrl/web3-providers-http": "^0.3.3",
50-
"@theqrl/web3-providers-ws": "^0.3.3",
51-
"@theqrl/web3-types": "^0.3.3",
52-
"@theqrl/web3-utils": "^0.3.3",
53-
"@theqrl/web3-validator": "^0.3.3",
54-
"@theqrl/web3-qrl-iban": "^0.3.3"
48+
"@theqrl/web3-errors": "^0.4.0",
49+
"@theqrl/web3-providers-http": "^0.4.0",
50+
"@theqrl/web3-providers-ws": "^0.4.0",
51+
"@theqrl/web3-qrl-iban": "^0.4.0",
52+
"@theqrl/web3-types": "^0.4.0",
53+
"@theqrl/web3-utils": "^0.4.0",
54+
"@theqrl/web3-validator": "^0.4.0"
5555
},
5656
"optionalDependencies": {
57-
"@theqrl/web3-providers-ipc": "^0.3.3"
57+
"@theqrl/web3-providers-ipc": "^0.4.0"
5858
},
5959
"devDependencies": {
60-
"@theqrl/eslint-config-base-web3": "^0.3.0",
60+
"@theqrl/eslint-config-base-web3": "^0.4.0",
6161
"@types/jest": "^29.5.0",
6262
"@types/jest-when": "^3.5.2",
6363
"@typescript-eslint/eslint-plugin": "^5.30.7",

packages/web3-errors/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-errors",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -44,10 +44,10 @@
4444
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4545
},
4646
"dependencies": {
47-
"@theqrl/web3-types": "^0.3.3"
47+
"@theqrl/web3-types": "^0.4.0"
4848
},
4949
"devDependencies": {
50-
"@theqrl/eslint-config-base-web3": "^0.3.0",
50+
"@theqrl/eslint-config-base-web3": "^0.4.0",
5151
"@types/jest": "^29.5.0",
5252
"@typescript-eslint/eslint-plugin": "^5.30.7",
5353
"@typescript-eslint/parser": "^5.30.7",

packages/web3-net/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-net",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,7 +45,7 @@
4545
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4646
},
4747
"devDependencies": {
48-
"@theqrl/eslint-config-base-web3": "^0.3.0",
48+
"@theqrl/eslint-config-base-web3": "^0.4.0",
4949
"@types/jest": "^29.5.0",
5050
"@typescript-eslint/eslint-plugin": "^5.30.7",
5151
"@typescript-eslint/parser": "^5.30.7",
@@ -59,10 +59,10 @@
5959
"typescript": "^5.2.0"
6060
},
6161
"dependencies": {
62-
"@theqrl/web3-core": "^0.3.3",
63-
"@theqrl/web3-rpc-methods": "^0.3.3",
64-
"@theqrl/web3-types": "^0.3.3",
65-
"@theqrl/web3-utils": "^0.3.3"
62+
"@theqrl/web3-core": "^0.4.0",
63+
"@theqrl/web3-rpc-methods": "^0.4.0",
64+
"@theqrl/web3-types": "^0.4.0",
65+
"@theqrl/web3-utils": "^0.4.0"
6666
},
6767
"gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7"
6868
}

packages/web3-providers-http/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-providers-http",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -48,7 +48,7 @@
4848
"test:e2e:firefox": "npx cypress run --headless --browser firefox"
4949
},
5050
"devDependencies": {
51-
"@theqrl/eslint-config-base-web3": "^0.3.0",
51+
"@theqrl/eslint-config-base-web3": "^0.4.0",
5252
"@types/jest": "^29.5.0",
5353
"@typescript-eslint/eslint-plugin": "^5.30.7",
5454
"@typescript-eslint/parser": "^5.30.7",
@@ -63,9 +63,9 @@
6363
"typescript": "^5.2.0"
6464
},
6565
"dependencies": {
66-
"@theqrl/web3-errors": "^0.3.3",
67-
"@theqrl/web3-types": "^0.3.3",
68-
"@theqrl/web3-utils": "^0.3.3",
66+
"@theqrl/web3-errors": "^0.4.0",
67+
"@theqrl/web3-types": "^0.4.0",
68+
"@theqrl/web3-utils": "^0.4.0",
6969
"cross-fetch": "^3.1.5"
7070
},
7171
"gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7"

packages/web3-providers-ipc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-providers-ipc",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,7 +45,7 @@
4545
"test:integration": "jest --config=./test/integration/jest.config.js"
4646
},
4747
"devDependencies": {
48-
"@theqrl/eslint-config-base-web3": "^0.3.0",
48+
"@theqrl/eslint-config-base-web3": "^0.4.0",
4949
"@types/jest": "^29.5.0",
5050
"@typescript-eslint/eslint-plugin": "^5.30.7",
5151
"@typescript-eslint/parser": "^5.30.7",
@@ -59,9 +59,9 @@
5959
"typescript": "^5.2.0"
6060
},
6161
"dependencies": {
62-
"@theqrl/web3-errors": "^0.3.3",
63-
"@theqrl/web3-types": "^0.3.3",
64-
"@theqrl/web3-utils": "^0.3.3"
62+
"@theqrl/web3-errors": "^0.4.0",
63+
"@theqrl/web3-types": "^0.4.0",
64+
"@theqrl/web3-utils": "^0.4.0"
6565
},
6666
"gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7"
6767
}

packages/web3-providers-ws/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-providers-ws",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,7 +45,7 @@
4545
"test:integration": "jest --config=./test/integration/jest.config.js"
4646
},
4747
"devDependencies": {
48-
"@theqrl/eslint-config-base-web3": "^0.3.0",
48+
"@theqrl/eslint-config-base-web3": "^0.4.0",
4949
"@types/express": "^4.17.13",
5050
"@types/jest": "^29.5.0",
5151
"@types/morgan": "^1.9.3",
@@ -63,9 +63,9 @@
6363
"typescript": "^5.2.0"
6464
},
6565
"dependencies": {
66-
"@theqrl/web3-errors": "^0.3.3",
67-
"@theqrl/web3-types": "^0.3.3",
68-
"@theqrl/web3-utils": "^0.3.3",
66+
"@theqrl/web3-errors": "^0.4.0",
67+
"@theqrl/web3-types": "^0.4.0",
68+
"@theqrl/web3-utils": "^0.4.0",
6969
"@types/ws": "8.5.3",
7070
"isomorphic-ws": "^5.0.0",
7171
"ws": "^8.8.1"

packages/web3-qrl-abi/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-qrl-abi",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,21 +45,21 @@
4545
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4646
},
4747
"dependencies": {
48-
"@ethersproject/bignumber": "^5.7.0",
49-
"@theqrl/abi": "^0.3.3",
50-
"@theqrl/web3-errors": "^0.3.3",
51-
"@theqrl/web3-types": "^0.3.3",
52-
"@theqrl/web3-utils": "^0.3.3",
5348
"@ethereumjs/rlp": "^4.0.1",
49+
"@ethersproject/bignumber": "^5.7.0",
50+
"@theqrl/abi": "^0.4.0",
5451
"@theqrl/wallet.js": "^2.0.2",
55-
"@theqrl/web3-validator": "^0.3.3",
52+
"@theqrl/web3-errors": "^0.4.0",
53+
"@theqrl/web3-types": "^0.4.0",
54+
"@theqrl/web3-utils": "^0.4.0",
55+
"@theqrl/web3-validator": "^0.4.0",
5656
"crc-32": "^1.2.2",
5757
"ethereum-cryptography": "^2.0.0",
5858
"sha3": "^2.1.4"
5959
},
6060
"devDependencies": {
6161
"@humeris/espresso-shot": "^4.0.0",
62-
"@theqrl/eslint-config-base-web3": "^0.3.0",
62+
"@theqrl/eslint-config-base-web3": "^0.4.0",
6363
"@types/jest": "^29.5.0",
6464
"@types/jest-when": "^3.5.2",
6565
"@typescript-eslint/eslint-plugin": "^5.30.7",

packages/web3-qrl-accounts/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-qrl-accounts",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,8 +45,8 @@
4545
"test:integration": "jest --config=./test/integration/jest.config.js"
4646
},
4747
"devDependencies": {
48-
"@theqrl/eslint-config-base-web3": "^0.3.0",
49-
"@theqrl/web3-providers-ipc": "^0.3.3",
48+
"@theqrl/eslint-config-base-web3": "^0.4.0",
49+
"@theqrl/web3-providers-ipc": "^0.4.0",
5050
"@types/jest": "^29.5.0",
5151
"@typescript-eslint/eslint-plugin": "^5.30.7",
5252
"@typescript-eslint/parser": "^5.30.7",
@@ -63,13 +63,13 @@
6363
"dependencies": {
6464
"@ethereumjs/rlp": "^4.0.1",
6565
"@theqrl/mldsa87": "^2.0.1",
66+
"@theqrl/qrl-cryptography": "^0.1.0",
6667
"@theqrl/wallet.js": "^2.0.2",
67-
"@theqrl/web3-errors": "^0.3.3",
68-
"@theqrl/web3-types": "^0.3.3",
69-
"@theqrl/web3-utils": "^0.3.3",
70-
"@theqrl/web3-validator": "^0.3.3",
68+
"@theqrl/web3-errors": "^0.4.0",
69+
"@theqrl/web3-types": "^0.4.0",
70+
"@theqrl/web3-utils": "^0.4.0",
71+
"@theqrl/web3-validator": "^0.4.0",
7172
"crc-32": "^1.2.2",
72-
"@theqrl/qrl-cryptography": "^0.1.0",
7373
"sha3": "^2.1.4"
7474
},
7575
"gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7"

packages/web3-qrl-contract/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theqrl/web3-qrl-contract",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -48,18 +48,18 @@
4848
"test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true"
4949
},
5050
"dependencies": {
51-
"@theqrl/web3-core": "^0.3.3",
52-
"@theqrl/web3-errors": "^0.3.3",
53-
"@theqrl/web3-types": "^0.3.3",
54-
"@theqrl/web3-utils": "^0.3.3",
55-
"@theqrl/web3-validator": "^0.3.3",
56-
"@theqrl/web3-qrl": "^0.3.3",
57-
"@theqrl/web3-qrl-abi": "^0.3.3"
51+
"@theqrl/web3-core": "^0.4.0",
52+
"@theqrl/web3-errors": "^0.4.0",
53+
"@theqrl/web3-qrl": "^0.4.0",
54+
"@theqrl/web3-qrl-abi": "^0.4.0",
55+
"@theqrl/web3-types": "^0.4.0",
56+
"@theqrl/web3-utils": "^0.4.0",
57+
"@theqrl/web3-validator": "^0.4.0"
5858
},
5959
"devDependencies": {
6060
"@humeris/espresso-shot": "^4.0.0",
61-
"@theqrl/eslint-config-base-web3": "^0.3.0",
62-
"@theqrl/web3-qrl-accounts": "^0.3.3",
61+
"@theqrl/eslint-config-base-web3": "^0.4.0",
62+
"@theqrl/web3-qrl-accounts": "^0.4.0",
6363
"@types/jest": "^29.5.0",
6464
"@typescript-eslint/eslint-plugin": "^5.30.7",
6565
"@typescript-eslint/parser": "^5.30.7",

0 commit comments

Comments
 (0)