diff --git a/packages/abi/package.json b/packages/abi/package.json index 486958e3..91925d54 100644 --- a/packages/abi/package.json +++ b/packages/abi/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/abi", - "version": "0.3.2", + "version": "0.3.3", "description": "Utilities and Classes for parsing, formatting and managing Zond ABIs.", "license": "MIT", "main": "./lib/commonjs/index.js", @@ -54,7 +54,7 @@ "@ethersproject/logger": "^5.7.0", "@ethersproject/properties": "^5.7.0", "@ethersproject/strings": "^5.7.0", - "@theqrl/web3-utils": "^0.3.2" + "@theqrl/web3-utils": "^0.3.3" }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", diff --git a/packages/web3-core/package.json b/packages/web3-core/package.json index f9074c6f..10ad2788 100644 --- a/packages/web3-core/package.json +++ b/packages/web3-core/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-core", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -45,16 +45,16 @@ "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-providers-http": "^0.3.2", - "@theqrl/web3-providers-ws": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", - "@theqrl/web3-zond-iban": "^0.3.2" + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-providers-http": "^0.3.3", + "@theqrl/web3-providers-ws": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", + "@theqrl/web3-zond-iban": "^0.3.3" }, "optionalDependencies": { - "@theqrl/web3-providers-ipc": "^0.3.2" + "@theqrl/web3-providers-ipc": "^0.3.3" }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", diff --git a/packages/web3-errors/package.json b/packages/web3-errors/package.json index a6a054a1..78617775 100644 --- a/packages/web3-errors/package.json +++ b/packages/web3-errors/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-errors", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -44,7 +44,7 @@ "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, "dependencies": { - "@theqrl/web3-types": "^0.3.2" + "@theqrl/web3-types": "^0.3.3" }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", diff --git a/packages/web3-net/package.json b/packages/web3-net/package.json index 77d2d77b..b4b4d72e 100644 --- a/packages/web3-net/package.json +++ b/packages/web3-net/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-net", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -59,10 +59,10 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-rpc-methods": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2" + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-rpc-methods": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-providers-http/package.json b/packages/web3-providers-http/package.json index 4316632a..d34d3c10 100644 --- a/packages/web3-providers-http/package.json +++ b/packages/web3-providers-http/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-providers-http", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -63,9 +63,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", "cross-fetch": "^3.1.5" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" diff --git a/packages/web3-providers-ipc/package.json b/packages/web3-providers-ipc/package.json index 23ef035c..e1d5cd59 100644 --- a/packages/web3-providers-ipc/package.json +++ b/packages/web3-providers-ipc/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-providers-ipc", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -59,9 +59,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2" + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-providers-ws/package.json b/packages/web3-providers-ws/package.json index a1877c86..18f327da 100644 --- a/packages/web3-providers-ws/package.json +++ b/packages/web3-providers-ws/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-providers-ws", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -63,9 +63,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", "@types/ws": "8.5.3", "isomorphic-ws": "^5.0.0", "ws": "^8.8.1" diff --git a/packages/web3-rpc-methods/package.json b/packages/web3-rpc-methods/package.json index dc3109c8..3609e852 100644 --- a/packages/web3-rpc-methods/package.json +++ b/packages/web3-rpc-methods/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-rpc-methods", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -59,9 +59,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2" + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-types/package.json b/packages/web3-types/package.json index 80c62906..121f8ac6 100644 --- a/packages/web3-types/package.json +++ b/packages/web3-types/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-types", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, diff --git a/packages/web3-utils/package.json b/packages/web3-utils/package.json index 92d5a04a..5e86f93d 100644 --- a/packages/web3-utils/package.json +++ b/packages/web3-utils/package.json @@ -1,7 +1,7 @@ { "name": "@theqrl/web3-utils", "sideEffects": false, - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -62,9 +62,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", "ethereum-cryptography": "^2.0.0" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" diff --git a/packages/web3-validator/package.json b/packages/web3-validator/package.json index f7cbe74c..47c6d687 100644 --- a/packages/web3-validator/package.json +++ b/packages/web3-validator/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-validator", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -48,8 +48,8 @@ "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", "ethereum-cryptography": "^2.0.0", "util": "^0.12.5", "zod": "^3.21.4" diff --git a/packages/web3-zond-abi/package.json b/packages/web3-zond-abi/package.json index 46158af6..6512af91 100644 --- a/packages/web3-zond-abi/package.json +++ b/packages/web3-zond-abi/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond-abi", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -47,9 +47,9 @@ "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@theqrl/abi": "^0.1.0", - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2" + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3" }, "devDependencies": { "@humeris/espresso-shot": "^4.0.0", diff --git a/packages/web3-zond-accounts/package.json b/packages/web3-zond-accounts/package.json index 00cb16fe..f06a9fbe 100644 --- a/packages/web3-zond-accounts/package.json +++ b/packages/web3-zond-accounts/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond-accounts", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -46,7 +46,7 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-providers-ipc": "^0.3.2", + "@theqrl/web3-providers-ipc": "^0.3.3", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", @@ -64,10 +64,10 @@ "@ethereumjs/rlp": "^4.0.1", "@theqrl/dilithium5": "^0.0.9", "@theqrl/wallet.js": "^0.1.0", - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", "crc-32": "^1.2.2", "ethereum-cryptography": "^2.0.0", "sha3": "^2.1.4" diff --git a/packages/web3-zond-contract/package.json b/packages/web3-zond-contract/package.json index 55d1782e..afbb80e4 100644 --- a/packages/web3-zond-contract/package.json +++ b/packages/web3-zond-contract/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond-contract", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -48,18 +48,18 @@ "test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true" }, "dependencies": { - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", - "@theqrl/web3-zond": "^0.3.2", - "@theqrl/web3-zond-abi": "^0.3.2" + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", + "@theqrl/web3-zond": "^0.3.3", + "@theqrl/web3-zond-abi": "^0.3.3" }, "devDependencies": { "@humeris/espresso-shot": "^4.0.0", "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-zond-accounts": "^0.3.2", + "@theqrl/web3-zond-accounts": "^0.3.3", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", diff --git a/packages/web3-zond-ens/package.json b/packages/web3-zond-ens/package.json index b140f99e..577eed9c 100644 --- a/packages/web3-zond-ens/package.json +++ b/packages/web3-zond-ens/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond-ens", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -62,14 +62,14 @@ }, "dependencies": { "@adraffy/ens-normalize": "^1.8.8", - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-net": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", - "@theqrl/web3-zond": "^0.3.2", - "@theqrl/web3-zond-contract": "^0.3.2" + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-net": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", + "@theqrl/web3-zond": "^0.3.3", + "@theqrl/web3-zond-contract": "^0.3.3" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-zond-iban/package.json b/packages/web3-zond-iban/package.json index 60dfef06..8820c9dd 100644 --- a/packages/web3-zond-iban/package.json +++ b/packages/web3-zond-iban/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond-iban", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -59,10 +59,10 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2" + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-zond/package.json b/packages/web3-zond/package.json index e30a92f6..bf120fa2 100644 --- a/packages/web3-zond/package.json +++ b/packages/web3-zond/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -50,7 +50,7 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-providers-http": "^0.3.2", + "@theqrl/web3-providers-http": "^0.3.3", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", @@ -65,16 +65,16 @@ }, "dependencies": { "@theqrl/wallet.js": "^0.1.0", - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-net": "^0.3.2", - "@theqrl/web3-providers-ws": "^0.3.2", - "@theqrl/web3-rpc-methods": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", - "@theqrl/web3-zond-abi": "^0.3.2", - "@theqrl/web3-zond-accounts": "^0.3.2", + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-net": "^0.3.3", + "@theqrl/web3-providers-ws": "^0.3.3", + "@theqrl/web3-rpc-methods": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", + "@theqrl/web3-zond-abi": "^0.3.3", + "@theqrl/web3-zond-accounts": "^0.3.3", "setimmediate": "^1.0.5" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" diff --git a/packages/web3/package.json b/packages/web3/package.json index 9980bb40..2b3f9003 100644 --- a/packages/web3/package.json +++ b/packages/web3/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -61,7 +61,7 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-providers-ipc": "^0.3.2", + "@theqrl/web3-providers-ipc": "^0.3.3", "@truffle/hdwallet-provider": "^2.0.12", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", @@ -78,21 +78,21 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-errors": "^0.3.2", - "@theqrl/web3-net": "^0.3.2", - "@theqrl/web3-providers-http": "^0.3.2", - "@theqrl/web3-providers-ws": "^0.3.2", - "@theqrl/web3-rpc-methods": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-validator": "^0.3.2", - "@theqrl/web3-zond": "^0.3.2", - "@theqrl/web3-zond-abi": "^0.3.2", - "@theqrl/web3-zond-accounts": "^0.3.2", - "@theqrl/web3-zond-contract": "^0.3.2", - "@theqrl/web3-zond-ens": "^0.3.2", - "@theqrl/web3-zond-iban": "^0.3.2" + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-errors": "^0.3.3", + "@theqrl/web3-net": "^0.3.3", + "@theqrl/web3-providers-http": "^0.3.3", + "@theqrl/web3-providers-ws": "^0.3.3", + "@theqrl/web3-rpc-methods": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-validator": "^0.3.3", + "@theqrl/web3-zond": "^0.3.3", + "@theqrl/web3-zond-abi": "^0.3.3", + "@theqrl/web3-zond-accounts": "^0.3.3", + "@theqrl/web3-zond-contract": "^0.3.3", + "@theqrl/web3-zond-ens": "^0.3.3", + "@theqrl/web3-zond-iban": "^0.3.3" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3/src/version.ts b/packages/web3/src/version.ts index 3eefca74..381e5ea3 100644 --- a/packages/web3/src/version.ts +++ b/packages/web3/src/version.ts @@ -1 +1 @@ -/* eslint-disable header/header */ export const Web3PkgInfo = { version: '0.3.2' }; +/* eslint-disable header/header */ export const Web3PkgInfo = { version: '0.3.3' }; diff --git a/tools/web3-packagetemplate/package.json b/tools/web3-packagetemplate/package.json index d397940c..bbc86304 100644 --- a/tools/web3-packagetemplate/package.json +++ b/tools/web3-packagetemplate/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-packagetemplate", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, diff --git a/tools/web3-plugin-example/package.json b/tools/web3-plugin-example/package.json index 41cff9bb..d474acc8 100644 --- a/tools/web3-plugin-example/package.json +++ b/tools/web3-plugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-plugin-example", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, @@ -37,12 +37,12 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3": "^0.3.2", - "@theqrl/web3-core": "^0.3.2", - "@theqrl/web3-types": "^0.3.2", - "@theqrl/web3-utils": "^0.3.2", - "@theqrl/web3-zond-abi": "^0.3.2", - "@theqrl/web3-zond-contract": "^0.3.2", + "@theqrl/web3": "^0.3.3", + "@theqrl/web3-core": "^0.3.3", + "@theqrl/web3-types": "^0.3.3", + "@theqrl/web3-utils": "^0.3.3", + "@theqrl/web3-zond-abi": "^0.3.3", + "@theqrl/web3-zond-contract": "^0.3.3", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7",