Skip to content

Commit

Permalink
chore: update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed Nov 30, 2022
1 parent ee9b521 commit 7df1550
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 203 deletions.
349 changes: 179 additions & 170 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/api",
"version": "0.1.2",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@ethersproject/abi": "^5.4.0",
"@rei-network/core": "^1.1.2",
"@rei-network/structure": "^0.1.4",
"@rei-network/core": "^2.0.0",
"@rei-network/structure": "^1.0.0",
"@rei-network/utils": "^0.1.1"
}
}
8 changes: 4 additions & 4 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.1.2",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -14,9 +14,9 @@
"mocha": "^9.0.2"
},
"dependencies": {
"@rei-network/common": "^1.1.2",
"@rei-network/database": "^1.1.2",
"@rei-network/structure": "^0.1.4",
"@rei-network/common": "^2.0.0",
"@rei-network/database": "^2.0.0",
"@rei-network/structure": "^1.0.0",
"debug": "^4.3.3",
"ethereumjs-util": "^7.1.4",
"semaphore-async-await": "^1.5.1"
Expand Down
10 changes: 5 additions & 5 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.1.2",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -19,10 +19,10 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@rei-network/api": "^0.1.2",
"@rei-network/core": "^1.1.2",
"@rei-network/rpc": "^1.1.2",
"@rei-network/ipc": "^0.1.2",
"@rei-network/api": "^1.0.0",
"@rei-network/core": "^2.0.0",
"@rei-network/rpc": "^2.0.0",
"@rei-network/ipc": "^1.0.0",
"@rei-network/utils": "^0.1.1",
"@rei-network/wallet": "^0.1.1",
"commander": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/common",
"version": "1.1.2",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand Down
12 changes: 6 additions & 6 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.1.2",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -17,12 +17,12 @@
},
"dependencies": {
"@ethersproject/abi": "^5.4.0",
"@rei-network/vm": "^1.1.2",
"@rei-network/blockchain": "^1.1.2",
"@rei-network/common": "^1.1.2",
"@rei-network/database": "^1.1.2",
"@rei-network/vm": "^2.0.0",
"@rei-network/blockchain": "^2.0.0",
"@rei-network/common": "^2.0.0",
"@rei-network/database": "^2.0.0",
"@rei-network/network": "^0.1.4",
"@rei-network/structure": "^0.1.4",
"@rei-network/structure": "^1.0.0",
"@rei-network/trie": "^4.3.0",
"@rei-network/utils": "^0.1.1",
"@rei-network/wallet": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@rei-network/binding": "1.0.0-beta.3",
"@rei-network/common": "^1.1.2",
"@rei-network/structure": "^0.1.4",
"@rei-network/common": "^2.0.0",
"@rei-network/structure": "^1.0.0",
"crc-32": "^1.2.1",
"encoding-down": "^6.3.0",
"levelup": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/ipc",
"version": "0.1.2",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -15,7 +15,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@rei-network/api": "^0.1.2",
"@rei-network/api": "^1.0.0",
"@rei-network/utils": "^0.1.1",
"node-ipc": "10.1.0"
}
Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -14,8 +14,8 @@
"mocha": "^9.0.2"
},
"dependencies": {
"@rei-network/api": "^0.1.2",
"@rei-network/structure": "^0.1.4",
"@rei-network/api": "^1.0.0",
"@rei-network/structure": "^1.0.0",
"@rei-network/utils": "^0.1.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/structure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/structure",
"version": "0.1.4",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -14,7 +14,7 @@
"mocha": "^9.0.2"
},
"dependencies": {
"@rei-network/common": "^1.1.2",
"@rei-network/common": "^2.0.0",
"@rei-network/trie": "^4.3.0",
"ethereumjs-util": "^7.1.4"
}
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "2.0.0",
"description": "An Ethereum VM implementation",
"license": "MPL-2.0",
"author": "mjbecze <[email protected]>",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@rei-network/binding": "1.0.0-beta.3",
"@rei-network/blockchain": "^1.1.2",
"@rei-network/common": "^1.1.2",
"@rei-network/structure": "^0.1.4",
"@rei-network/blockchain": "^2.0.0",
"@rei-network/common": "^2.0.0",
"@rei-network/structure": "^1.0.0",
"@rei-network/trie": "^4.3.0",
"async-eventemitter": "^0.2.4",
"core-js-pure": "^3.0.1",
Expand Down

0 comments on commit 7df1550

Please sign in to comment.