Skip to content

Commit

Permalink
chore: update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed Aug 17, 2022
1 parent b9ddb8b commit 68b61a3
Show file tree
Hide file tree
Showing 8 changed files with 2,322 additions and 1,251 deletions.
3,541 changes: 2,306 additions & 1,235 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/blockchain",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@rei-network/common": "^1.0.0",
"@rei-network/database": "^1.0.0",
"@rei-network/database": "^1.0.1",
"@rei-network/structure": "^0.1.1",
"debug": "^4.3.3",
"ethereumjs-util": "^7.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/cli",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -19,8 +19,8 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@rei-network/core": "^1.0.0",
"@rei-network/rpc": "^1.0.0",
"@rei-network/core": "^1.0.1",
"@rei-network/rpc": "^1.0.1",
"@rei-network/utils": "^0.1.1",
"@rei-network/wallet": "^0.1.1",
"commander": "^6.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/core",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -18,10 +18,10 @@
"dependencies": {
"@ethersproject/abi": "^5.4.0",
"@rei-network/vm": "^1.0.0",
"@rei-network/blockchain": "^1.0.0",
"@rei-network/blockchain": "^1.0.1",
"@rei-network/common": "^1.0.0",
"@rei-network/database": "^1.0.0",
"@rei-network/network": "^0.1.1",
"@rei-network/database": "^1.0.1",
"@rei-network/network": "^0.1.2",
"@rei-network/structure": "^0.1.1",
"@rei-network/utils": "^0.1.1",
"@rei-network/wallet": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/database",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -16,7 +16,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@rei-network/binding": "^0.0.2",
"@rei-network/binding": "^0.0.3",
"@rei-network/common": "^1.0.0",
"@rei-network/structure": "^0.1.1",
"crc-32": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/network",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/rpc",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@ethersproject/abi": "^5.4.0",
"@rei-network/vm": "^1.0.0",
"@rei-network/vm": "^1.0.1",
"@rei-network/structure": "^0.1.1",
"@rei-network/utils": "^0.1.1",
"body-parser": "^1.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/vm",
"version": "1.0.0",
"version": "1.0.1",
"description": "An Ethereum VM implementation",
"license": "MPL-2.0",
"author": "mjbecze <mjbecze@gmail.com>",
Expand All @@ -10,7 +10,7 @@
"test": "mocha -r ts-node/register 'test/**/*.test.ts' --timeout 100000 --exit"
},
"dependencies": {
"@rei-network/blockchain": "^1.0.0",
"@rei-network/blockchain": "^1.0.1",
"@rei-network/common": "^1.0.0",
"@rei-network/structure": "^0.1.1",
"merkle-patricia-tree": "^4.2.1",
Expand Down

0 comments on commit 68b61a3

Please sign in to comment.