Skip to content

Commit

Permalink
v1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Sep 6, 2024
1 parent 0666eef commit c8cbca6
Show file tree
Hide file tree
Showing 16 changed files with 16,396 additions and 22,564 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.23",
"version": "1.9.24",
"command": {
"init": {
"exact": true
Expand Down
38,856 changes: 16,344 additions & 22,512 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/web3-atl-aspect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/web3-atl-aspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-atl-aspect",
"version": "1.9.23",
"version": "1.9.24",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand All @@ -14,10 +14,10 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core": "1.9.23",
"@artela/web3-core-method": "1.9.23",
"@artela/web3-eth-contract": "1.9.23",
"@artela/web3-utils": "1.9.23",
"@artela/web3-core": "1.9.24",
"@artela/web3-core-method": "1.9.24",
"@artela/web3-eth-contract": "1.9.24",
"@artela/web3-utils": "1.9.24",
"@types/bn.js": "^5.1.1",
"web3-core-helpers": "1.9.0",
"web3-core-promievent": "1.9.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/web3-atl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-atl",
"version": "1.9.23",
"version": "1.9.24",
"description": "Web3 module to interact with the Artela aspects.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-atl",
"license": "LGPL-3.0",
Expand All @@ -14,11 +14,11 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-atl-aspect": "1.9.23",
"@artela/web3-core": "1.9.23",
"@artela/web3-core-method": "1.9.23",
"@artela/web3-eth-contract": "1.9.23",
"@artela/web3-utils": "1.9.23",
"@artela/web3-atl-aspect": "1.9.24",
"@artela/web3-core": "1.9.24",
"@artela/web3-core-method": "1.9.24",
"@artela/web3-eth-contract": "1.9.24",
"@artela/web3-utils": "1.9.24",
"web3-core-helpers": "1.9.0",
"web3-core-subscriptions": "1.9.0",
"web3-eth-abi": "1.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-core-method/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-core-method",
"version": "1.9.23",
"version": "1.9.24",
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-core-method",
"license": "LGPL-3.0",
Expand All @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-utils": "1.9.23",
"@artela/web3-utils": "1.9.24",
"@ethersproject/transactions": "^5.6.2",
"web3-core-helpers": "1.9.0",
"web3-core-promievent": "1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-core",
"version": "1.9.23",
"version": "1.9.24",
"description": "Web3 core tools for sub-packages. This is an internal package.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-core",
"license": "LGPL-3.0",
Expand All @@ -14,8 +14,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core-method": "1.9.23",
"@artela/web3-utils": "1.9.23",
"@artela/web3-core-method": "1.9.24",
"@artela/web3-utils": "1.9.24",
"@types/bn.js": "^5.1.1",
"@types/node": "^12.12.6",
"bignumber.js": "^9.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-eth-contract/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-eth-contract",
"version": "1.9.23",
"version": "1.9.24",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand All @@ -14,9 +14,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core": "1.9.23",
"@artela/web3-core-method": "1.9.23",
"@artela/web3-utils": "1.9.23",
"@artela/web3-core": "1.9.24",
"@artela/web3-core-method": "1.9.24",
"@artela/web3-utils": "1.9.24",
"@types/bn.js": "^5.1.1",
"web3-core-helpers": "1.9.0",
"web3-core-promievent": "1.9.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-eth",
"version": "1.9.23",
"version": "1.9.24",
"description": "Web3 module to interact with the Artela aspects.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-eth",
"license": "LGPL-3.0",
Expand All @@ -14,10 +14,10 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core": "1.9.23",
"@artela/web3-core-method": "1.9.23",
"@artela/web3-eth-contract": "1.9.23",
"@artela/web3-utils": "1.9.23",
"@artela/web3-core": "1.9.24",
"@artela/web3-core-method": "1.9.24",
"@artela/web3-eth-contract": "1.9.24",
"@artela/web3-utils": "1.9.24",
"web3-core-helpers": "1.9.0",
"web3-core-subscriptions": "1.9.0",
"web3-eth-abi": "1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-utils",
"version": "1.9.23",
"version": "1.9.24",
"description": "Collection of utility functions used in web3.js.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-utils",
"license": "LGPL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3",
"version": "1.9.23",
"version": "1.9.24",
"description": "Ethereum JavaScript API",
"repository": "https://github.com/artela-network/web3.js",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -51,10 +51,10 @@
}
],
"dependencies": {
"@artela/web3-atl": "1.9.23",
"@artela/web3-core": "1.9.23",
"@artela/web3-eth": "1.9.23",
"@artela/web3-utils": "1.9.23",
"@artela/web3-atl": "1.9.24",
"@artela/web3-core": "1.9.24",
"@artela/web3-eth": "1.9.24",
"@artela/web3-utils": "1.9.24",
"web3-bzz": "1.9.0",
"web3-eth-personal": "1.9.0",
"web3-net": "1.9.0",
Expand Down

0 comments on commit c8cbca6

Please sign in to comment.