Skip to content

Commit

Permalink
Merge pull request #86 from aionnetwork/avm-support-update-6
Browse files Browse the repository at this point in the history
update package version
  • Loading branch information
K-White authored Nov 27, 2019
2 parents 542ee1c + 7e4ea80 commit 4e9f846
Show file tree
Hide file tree
Showing 21 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/aion-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aion-lib",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "",
"main": "src/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-avm-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aion-web3-avm-abi",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module encode and decode AVM in/output.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/avm-support-update/packages/web3-avm-abi",
"license": "LGPL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-avm-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "aion-web3-avm-contract",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module for using the abi to use AVM Contracts",
"repository": "https://github.com/aionnetwork/aion_web3/tree/avm-support-update/packages/web3-avm-contract",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-lib": "1.1.4",
"aion-web3-avm-abi": "1.2.5-beta.0",
"aion-web3-avm-abi": "1.2.6-beta.6",
"aion-web3-utils": "1.1.4",
"bn.js": "^4.11.8",
"safe-buffer": "^5.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-avm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "aion-web3-avm",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module for AVM modulet.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/avm-support-update/packages/web3-avm",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-avm-abi": "1.2.5-beta.0",
"aion-web3-avm-contract": "1.2.5-beta.0",
"aion-web3-avm-abi": "1.2.6-beta.6",
"aion-web3-avm-contract": "1.2.6-beta.6",
"aion-web3-core": "1.1.6"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "aion-web3-core-helpers",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-helpers",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-utils": "1.2.5-beta.0",
"aion-web3-utils": "1.2.6-beta.6",
"underscore": "1.8.3",
"node-zip": "1.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "aion-web3-core-method",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-method",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-promievent": "1.2.5-beta.0",
"aion-web3-core-subscriptions": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-core-promievent": "1.2.6-beta.6",
"aion-web3-core-subscriptions": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6",
"underscore": "1.8.3"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
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": "aion-web3-core-promievent",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-promievent",
"license": "LGPL-3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-core-requestmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "aion-web3-core-requestmanager",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module to handle requests to external providers.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-requestmanager",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-providers-http": "1.2.5-beta.0",
"aion-web3-providers-ipc": "1.2.5-beta.0",
"aion-web3-providers-ws": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-providers-http": "1.2.6-beta.6",
"aion-web3-providers-ipc": "1.2.6-beta.6",
"aion-web3-providers-ws": "1.2.6-beta.6",
"underscore": "1.8.3"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-core-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "aion-web3-core-subscriptions",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Manages web3 subscriptions. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-subscriptions",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.6-beta.6",
"eventemitter3": "1.1.1",
"underscore": "1.8.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "aion-web3-core",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 core tools for sub packages. This is an internal package.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-method": "1.2.5-beta.0",
"aion-web3-core-requestmanager": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0"
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-core-method": "1.2.6-beta.6",
"aion-web3-core-requestmanager": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
}
8 changes: 4 additions & 4 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "aion-web3-eth-abi",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-abi",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-lib": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0",
"aion-lib": "1.2.6-beta.6",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6",
"bn.js": "^4.11.8",
"safe-buffer": "^5.1.2",
"underscore": "1.8.3"
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,18 +1,18 @@
{
"name": "aion-web3-eth-accounts",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-accounts",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-lib": "1.2.5-beta.0",
"aion-lib": "1.2.6-beta.6",
"aion-rlp": "^0.0.1",
"aion-web3-core": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-method": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0",
"aion-web3-core": "1.2.6-beta.6",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-core-method": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6",
"any-promise": "1.3.0",
"underscore": "1.8.3",
"uuid": "2.0.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "aion-web3-eth-contract",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-contract",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-method": "1.2.5-beta.0",
"aion-web3-core-promievent": "1.2.5-beta.0",
"aion-web3-core-subscriptions": "1.2.5-beta.0",
"aion-web3-eth-abi": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0",
"aion-web3-core": "1.2.6-beta.6",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-core-method": "1.2.6-beta.6",
"aion-web3-core-promievent": "1.2.6-beta.6",
"aion-web3-core-subscriptions": "1.2.6-beta.6",
"aion-web3-eth-abi": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6",
"underscore": "1.8.3"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
Expand Down
12 changes: 6 additions & 6 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "aion-web3-eth-personal",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth-personal",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-method": "1.2.5-beta.0",
"aion-web3-net": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0"
"aion-web3-core": "1.2.6-beta.6",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-core-method": "1.2.6-beta.6",
"aion-web3-net": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
}
22 changes: 11 additions & 11 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "aion-web3-eth",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-method": "1.2.5-beta.0",
"aion-web3-core-subscriptions": "1.2.5-beta.0",
"aion-web3-eth-abi": "1.2.5-beta.0",
"aion-web3-eth-accounts": "1.2.5-beta.0",
"aion-web3-eth-contract": "1.2.5-beta.0",
"aion-web3-eth-personal": "1.2.5-beta.0",
"aion-web3-net": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0",
"aion-web3-core": "1.2.6-beta.6",
"aion-web3-core-helpers": "1.2.6-beta.6",
"aion-web3-core-method": "1.2.6-beta.6",
"aion-web3-core-subscriptions": "1.2.6-beta.6",
"aion-web3-eth-abi": "1.2.6-beta.6",
"aion-web3-eth-accounts": "1.2.6-beta.6",
"aion-web3-eth-contract": "1.2.6-beta.6",
"aion-web3-eth-personal": "1.2.6-beta.6",
"aion-web3-net": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6",
"underscore": "1.8.3"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
Expand Down
8 changes: 4 additions & 4 deletions packages/web3-net/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "aion-web3-net",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-net",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core": "1.2.5-beta.0",
"aion-web3-core-method": "1.2.5-beta.0",
"aion-web3-utils": "1.2.5-beta.0"
"aion-web3-core": "1.2.6-beta.6",
"aion-web3-core-method": "1.2.6-beta.6",
"aion-web3-utils": "1.2.6-beta.6"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
}
4 changes: 2 additions & 2 deletions packages/web3-providers-http/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "aion-web3-providers-http",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Module to handle web3 RPC connections over HTTP.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-http",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.6-beta.6",
"xhr2-cookies": "1.1.0"
},
"gitHead": "dd7ee9cfaba7316ff520c0e9ee1952c3538077d6"
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-providers-ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "aion-web3-providers-ipc",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Module to handle web3 RPC connections over IPC sockets.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-ipc",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.6-beta.6",
"oboe": "2.1.3",
"underscore": "1.8.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "aion-web3-providers-ws",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Module to handle web3 RPC connections over WebSockets.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-providers-ws",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-web3-core-helpers": "1.2.5-beta.0",
"aion-web3-core-helpers": "1.2.6-beta.6",
"underscore": "1.8.3",
"websocket": "git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "aion-web3-utils",
"namespace": "aion",
"version": "1.2.5-beta.0",
"version": "1.2.6-beta.6",
"description": "Collection of utility functions used in web3.js.",
"repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-utils",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {
"aion-lib": "1.2.5-beta.0",
"aion-lib": "1.2.6-beta.6",
"bn.js": "4.11.6",
"ethjs-unit": "0.1.6",
"number-to-bn": "1.7.0",
Expand Down
Loading

0 comments on commit 4e9f846

Please sign in to comment.