Skip to content

Commit

Permalink
release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Feb 6, 2019
1 parent b80b6d2 commit 776653b
Show file tree
Hide file tree
Showing 20 changed files with 110 additions and 113 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.0.0-beta.42",
"version": "1.0.0-beta.43",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-bzz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-bzz",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to interact with the Swarm network.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-bzz",
"license": "LGPL-3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-helpers",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-helpers",
"license": "LGPL-3.0",
Expand All @@ -18,13 +18,13 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-eth-iban": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-eth-iban": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-core": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43"
},
"files": [
"dist",
Expand Down
14 changes: 7 additions & 7 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-method",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Handles the JSON-RPC methods. This package is internally used by web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-method",
"license": "LGPL-3.0",
Expand All @@ -20,15 +20,15 @@
"@babel/runtime": "^7.3.1",
"eventemitter3": "3.1.0",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-promievent": "1.0.0-beta.42",
"web3-core-subscriptions": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-promievent": "1.0.0-beta.43",
"web3-core-subscriptions": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-providers": "1.0.0-beta.42"
"web3-providers": "1.0.0-beta.43"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-promievent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-promievent",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-promievent",
"license": "LGPL-3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-core-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-subscriptions",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Manages web3 subscriptions. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-subscriptions",
"license": "LGPL-3.0",
Expand All @@ -18,8 +18,8 @@
"@babel/runtime": "^7.3.1",
"eventemitter3": "^3.1.0",
"lodash": "^4.17.11",
"web3-core-helpers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core-helpers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 core tools for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core",
"license": "LGPL-3.0",
Expand All @@ -19,12 +19,12 @@
"@babel/runtime": "^7.3.1",
"@types/node": "^10.12.18",
"lodash": "^4.17.11",
"web3-utils": "1.0.0-beta.42"
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-eth-accounts": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42"
"web3-eth-accounts": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-abi",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-abi",
"license": "LGPL-3.0",
Expand All @@ -19,7 +19,7 @@
"@babel/runtime": "^7.3.1",
"ethers": "^4.0.0",
"lodash": "^4.17.11",
"web3-utils": "1.0.0-beta.42"
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-accounts",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-accounts",
"license": "LGPL-3.0",
Expand All @@ -22,11 +22,11 @@
"lodash": "^4.17.11",
"scrypt.js": "0.2.0",
"uuid": "3.3.2",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
20 changes: 10 additions & 10 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-contract",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand All @@ -18,15 +18,15 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-core-promievent": "1.0.0-beta.42",
"web3-core-subscriptions": "1.0.0-beta.42",
"web3-eth-abi": "1.0.0-beta.42",
"web3-eth-accounts": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-core-promievent": "1.0.0-beta.43",
"web3-core-subscriptions": "1.0.0-beta.43",
"web3-eth-abi": "1.0.0-beta.43",
"web3-eth-accounts": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
22 changes: 11 additions & 11 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-ens",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "ENS support for web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-ens",
"license": "LGPL-3.0",
Expand All @@ -18,19 +18,19 @@
"@babel/runtime": "^7.3.1",
"eth-ens-namehash": "2.0.8",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-core-promievent": "1.0.0-beta.42",
"web3-eth-abi": "1.0.0-beta.42",
"web3-eth-contract": "1.0.0-beta.42",
"web3-net": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-core-promievent": "1.0.0-beta.43",
"web3-eth-abi": "1.0.0-beta.43",
"web3-eth-contract": "1.0.0-beta.43",
"web3-net": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-eth-accounts": "1.0.0-beta.42"
"web3-eth-accounts": "1.0.0-beta.43"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-eth-iban/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-iban",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "This package converts Ethereum addresses to IBAN addresses a vice versa.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-iban",
"license": "LGPL-3.0",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"bn.js": "4.11.8",
"web3-utils": "1.0.0-beta.42"
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-personal",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-personal",
"license": "LGPL-3.0",
Expand All @@ -17,16 +17,16 @@
"types": "types",
"dependencies": {
"@babel/runtime": "^7.3.1",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-net": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-net": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-eth-accounts": "1.0.0-beta.42"
"web3-eth-accounts": "1.0.0-beta.43"
},
"files": [
"dist",
Expand Down
30 changes: 15 additions & 15 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth",
"license": "LGPL-3.0",
Expand All @@ -17,20 +17,20 @@
"types": "types",
"dependencies": {
"@babel/runtime": "^7.3.1",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-core-promievent": "1.0.0-beta.42",
"web3-core-subscriptions": "1.0.0-beta.42",
"web3-eth-abi": "1.0.0-beta.42",
"web3-eth-accounts": "1.0.0-beta.42",
"web3-eth-contract": "1.0.0-beta.42",
"web3-eth-ens": "1.0.0-beta.42",
"web3-eth-iban": "1.0.0-beta.42",
"web3-eth-personal": "1.0.0-beta.42",
"web3-net": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-core-promievent": "1.0.0-beta.43",
"web3-core-subscriptions": "1.0.0-beta.43",
"web3-eth-abi": "1.0.0-beta.43",
"web3-eth-accounts": "1.0.0-beta.43",
"web3-eth-contract": "1.0.0-beta.43",
"web3-eth-ens": "1.0.0-beta.43",
"web3-eth-iban": "1.0.0-beta.43",
"web3-eth-personal": "1.0.0-beta.43",
"web3-net": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/web3-net/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-net",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-net",
"license": "LGPL-3.0",
Expand All @@ -18,11 +18,11 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-providers": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-providers": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-providers",
"namespace": "ethereum",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "Web3 module to handle requests to external providers.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-providers",
"license": "LGPL-3.0",
Expand All @@ -27,10 +27,10 @@
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-core": "1.0.0-beta.42",
"web3-core-helpers": "1.0.0-beta.42",
"web3-core-method": "1.0.0-beta.42",
"web3-utils": "1.0.0-beta.42"
"web3-core": "1.0.0-beta.43",
"web3-core-helpers": "1.0.0-beta.43",
"web3-core-method": "1.0.0-beta.43",
"web3-utils": "1.0.0-beta.43"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 776653b

Please sign in to comment.