diff --git a/RELEASE.md b/RELEASE.md index 990c88cc..d325ee77 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,6 +2,8 @@ _This document has not yet been fully ported from the original web3.js repository. It is a work in progress and will be updated in the future._ +_We need to use lerna pinned at v6 either with npx or installed globally to run the commands in this document_ + ## Version Number Definition The @theqrl/web3.js project follows the [semver 2.0.0 specification](https://semver.org/). diff --git a/packages/abi/package.json b/packages/abi/package.json index 8ca02499..486958e3 100644 --- a/packages/abi/package.json +++ b/packages/abi/package.json @@ -1,9 +1,9 @@ { - "name": "@theqrl/abi", - "version": "0.1.0", - "description": "Utilities and Classes for parsing, formatting and managing Zond ABIs.", - "license": "MIT", - "main": "./lib/commonjs/index.js", + "name": "@theqrl/abi", + "version": "0.3.2", + "description": "Utilities and Classes for parsing, formatting and managing Zond ABIs.", + "license": "MIT", + "main": "./lib/commonjs/index.js", "module": "./lib/esm/index.js", "exports": { ".": { @@ -12,19 +12,19 @@ "require": "./lib/commonjs/index.js" } }, - "files": [ + "files": [ "lib/**/*", "src/**/*" ], - "publishConfig": { - "access": "public" - }, - "repository": { - "directory": "packages/abi", - "type": "git", - "url": "git://github.com/theQRL/web3.js.git" - }, - "scripts": { + "publishConfig": { + "access": "public" + }, + "repository": { + "directory": "packages/abi", + "type": "git", + "url": "git://github.com/theQRL/web3.js.git" + }, + "scripts": { "clean": "rimraf dist && rimraf lib", "prebuild": "yarn clean", "build": "yarn build:cjs & yarn build:esm & yarn build:types", @@ -43,20 +43,20 @@ "test:unit": "jest --config=./test/unit/jest.config.js", "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, - "sideEffects": false, - "dependencies": { - "@ethersproject/address": "^5.7.0", - "@ethersproject/bignumber": "^5.7.0", - "@ethersproject/bytes": "^5.7.0", - "@ethersproject/constants": "^5.7.0", - "@ethersproject/hash": "^5.7.0", - "@ethersproject/keccak256": "^5.7.0", - "@ethersproject/logger": "^5.7.0", - "@ethersproject/properties": "^5.7.0", - "@ethersproject/strings": "^5.7.0", - "@theqrl/web3-utils": "^0.3.0" - }, - "devDependencies": { + "sideEffects": false, + "dependencies": { + "@ethersproject/address": "^5.7.0", + "@ethersproject/bignumber": "^5.7.0", + "@ethersproject/bytes": "^5.7.0", + "@ethersproject/constants": "^5.7.0", + "@ethersproject/hash": "^5.7.0", + "@ethersproject/keccak256": "^5.7.0", + "@ethersproject/logger": "^5.7.0", + "@ethersproject/properties": "^5.7.0", + "@ethersproject/strings": "^5.7.0", + "@theqrl/web3-utils": "^0.3.2" + }, + "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", diff --git a/packages/web3-core/package.json b/packages/web3-core/package.json index c0b1ce8e..f9074c6f 100644 --- a/packages/web3-core/package.json +++ b/packages/web3-core/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-core", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -45,16 +45,16 @@ "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-providers-http": "^0.3.0", - "@theqrl/web3-providers-ws": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0", - "@theqrl/web3-zond-iban": "^0.3.0" + "@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" }, "optionalDependencies": { - "@theqrl/web3-providers-ipc": "^0.3.0" + "@theqrl/web3-providers-ipc": "^0.3.2" }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", diff --git a/packages/web3-errors/package.json b/packages/web3-errors/package.json index 344a515c..a6a054a1 100644 --- a/packages/web3-errors/package.json +++ b/packages/web3-errors/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-errors", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -44,7 +44,7 @@ "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, "dependencies": { - "@theqrl/web3-types": "^0.3.0" + "@theqrl/web3-types": "^0.3.2" }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", diff --git a/packages/web3-net/package.json b/packages/web3-net/package.json index ff7e5cab..77d2d77b 100644 --- a/packages/web3-net/package.json +++ b/packages/web3-net/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-net", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -59,10 +59,10 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-core": "^0.3.0", - "@theqrl/web3-rpc-methods": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0" + "@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" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-providers-http/package.json b/packages/web3-providers-http/package.json index cafa43a0..4316632a 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -63,9 +63,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", + "@theqrl/web3-errors": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-utils": "^0.3.2", "cross-fetch": "^3.1.5" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" diff --git a/packages/web3-providers-ipc/package.json b/packages/web3-providers-ipc/package.json index 5840ebb1..23ef035c 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -59,9 +59,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0" + "@theqrl/web3-errors": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-utils": "^0.3.2" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-providers-ws/package.json b/packages/web3-providers-ws/package.json index d5de6b5a..a1877c86 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -63,9 +63,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", + "@theqrl/web3-errors": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-utils": "^0.3.2", "@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 1fa33059..dc3109c8 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -59,9 +59,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-core": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0" + "@theqrl/web3-core": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-validator": "^0.3.2" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-types/package.json b/packages/web3-types/package.json index f32f4e9f..80c62906 100644 --- a/packages/web3-types/package.json +++ b/packages/web3-types/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-types", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, diff --git a/packages/web3-utils/package.json b/packages/web3-utils/package.json index 0638d953..92d5a04a 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -62,9 +62,9 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0", + "@theqrl/web3-errors": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-validator": "^0.3.2", "ethereum-cryptography": "^2.0.0" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" diff --git a/packages/web3-validator/package.json b/packages/web3-validator/package.json index 1db8f407..f7cbe74c 100644 --- a/packages/web3-validator/package.json +++ b/packages/web3-validator/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-validator", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -48,8 +48,8 @@ "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", + "@theqrl/web3-errors": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", "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 362fea1c..46158af6 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -47,9 +47,9 @@ "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@theqrl/abi": "^0.1.0", - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0" + "@theqrl/web3-errors": "^0.3.2", + "@theqrl/web3-types": "^0.3.2", + "@theqrl/web3-utils": "^0.3.2" }, "devDependencies": { "@humeris/espresso-shot": "^4.0.0", diff --git a/packages/web3-zond-accounts/package.json b/packages/web3-zond-accounts/package.json index d92387e4..00cb16fe 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -46,7 +46,7 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-providers-ipc": "^0.3.0", + "@theqrl/web3-providers-ipc": "^0.3.2", "@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.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.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", "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 94179226..55d1782e 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.0", + "version": "0.3.2", "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.0", - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0", - "@theqrl/web3-zond": "^0.3.0", - "@theqrl/web3-zond-abi": "^0.3.0" + "@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" }, "devDependencies": { "@humeris/espresso-shot": "^4.0.0", "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-zond-accounts": "^0.3.0", + "@theqrl/web3-zond-accounts": "^0.3.2", "@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 2b2c46c2..b140f99e 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -62,14 +62,14 @@ }, "dependencies": { "@adraffy/ens-normalize": "^1.8.8", - "@theqrl/web3-core": "^0.3.0", - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-net": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0", - "@theqrl/web3-zond": "^0.3.0", - "@theqrl/web3-zond-contract": "^0.3.0" + "@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" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-zond-iban/package.json b/packages/web3-zond-iban/package.json index a0094fe8..60dfef06 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -59,10 +59,10 @@ "typescript": "^4.7.4" }, "dependencies": { - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.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" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3-zond/package.json b/packages/web3-zond/package.json index 5ec25d09..e30a92f6 100644 --- a/packages/web3-zond/package.json +++ b/packages/web3-zond/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-zond", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -50,7 +50,7 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-providers-http": "^0.3.0", + "@theqrl/web3-providers-http": "^0.3.2", "@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.0", - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-net": "^0.3.0", - "@theqrl/web3-providers-ws": "^0.3.0", - "@theqrl/web3-rpc-methods": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0", - "@theqrl/web3-zond-abi": "^0.3.0", - "@theqrl/web3-zond-accounts": "^0.3.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", "setimmediate": "^1.0.5" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" diff --git a/packages/web3/package.json b/packages/web3/package.json index 6fea073d..9980bb40 100644 --- a/packages/web3/package.json +++ b/packages/web3/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -61,7 +61,7 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3-providers-ipc": "^0.3.0", + "@theqrl/web3-providers-ipc": "^0.3.2", "@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.0", - "@theqrl/web3-errors": "^0.3.0", - "@theqrl/web3-net": "^0.3.0", - "@theqrl/web3-providers-http": "^0.3.0", - "@theqrl/web3-providers-ws": "^0.3.0", - "@theqrl/web3-rpc-methods": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-validator": "^0.3.0", - "@theqrl/web3-zond": "^0.3.0", - "@theqrl/web3-zond-abi": "^0.3.0", - "@theqrl/web3-zond-accounts": "^0.3.0", - "@theqrl/web3-zond-contract": "^0.3.0", - "@theqrl/web3-zond-ens": "^0.3.0", - "@theqrl/web3-zond-iban": "^0.3.0" + "@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" }, "gitHead": "d4f3246946fec86d908a215b27568aa8faea88d7" } diff --git a/packages/web3/src/version.ts b/packages/web3/src/version.ts index 086c03f5..3eefca74 100644 --- a/packages/web3/src/version.ts +++ b/packages/web3/src/version.ts @@ -1 +1 @@ -/* eslint-disable header/header */ export const Web3PkgInfo = { version: '0.2.1' }; +/* eslint-disable header/header */ export const Web3PkgInfo = { version: '0.3.2' }; diff --git a/tools/web3-packagetemplate/package.json b/tools/web3-packagetemplate/package.json index aab1dd9f..d397940c 100644 --- a/tools/web3-packagetemplate/package.json +++ b/tools/web3-packagetemplate/package.json @@ -1,6 +1,6 @@ { "name": "@theqrl/web3-packagetemplate", - "version": "0.3.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, diff --git a/tools/web3-plugin-example/package.json b/tools/web3-plugin-example/package.json index 7ed8577f..41cff9bb 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.0", + "version": "0.3.2", "publishConfig": { "access": "public" }, @@ -37,12 +37,12 @@ }, "devDependencies": { "@theqrl/eslint-config-base-web3": "^0.3.0", - "@theqrl/web3": "^0.3.0", - "@theqrl/web3-core": "^0.3.0", - "@theqrl/web3-types": "^0.3.0", - "@theqrl/web3-utils": "^0.3.0", - "@theqrl/web3-zond-abi": "^0.3.0", - "@theqrl/web3-zond-contract": "^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", "@types/jest": "^28.1.6", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", diff --git a/yarn.lock b/yarn.lock index fa56a4ef..774c06d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1837,6 +1837,22 @@ dependencies: antlr4ts "^0.5.0-alpha.4" +"@theqrl/abi@^0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@theqrl/abi/-/abi-0.1.0.tgz#de509b468df8f1c8822be8eb74c0f0a1d0f634cb" + integrity sha512-QIJd8UreY+rjS3s2Tjrc6WaTpJV/Ro2k8OEh2OvhPckIiqS4nVPQVhVTahmI6jDi+Qq9b8jtrO+sFD5Snl0+cg== + dependencies: + "@ethersproject/address" "^5.7.0" + "@ethersproject/bignumber" "^5.7.0" + "@ethersproject/bytes" "^5.7.0" + "@ethersproject/constants" "^5.7.0" + "@ethersproject/hash" "^5.7.0" + "@ethersproject/keccak256" "^5.7.0" + "@ethersproject/logger" "^5.7.0" + "@ethersproject/properties" "^5.7.0" + "@ethersproject/strings" "^5.7.0" + "@theqrl/web3-utils" "^0.3.0" + "@theqrl/dilithium5@^0.0.9": version "0.0.9" resolved "https://registry.yarnpkg.com/@theqrl/dilithium5/-/dilithium5-0.0.9.tgz#f4b80654faf0f345fabc6420991c40063673baa9"