-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75d414f
commit 62b7bc4
Showing
16 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.26.11", | ||
"version": "0.27.0", | ||
"useWorkspaces": true, | ||
"npmClient": "yarn", | ||
"ignoreChanges": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/did-auth", | ||
"description": "Helper function to setup DID authentication support on a node.js web server", | ||
"version": "0.26.11", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
@@ -15,10 +15,10 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@arcblock/did": "^0.26.10", | ||
"@arcblock/forge-util": "^0.26.10", | ||
"@arcblock/forge-wallet": "^0.26.10", | ||
"@arcblock/mcrypto": "^0.26.10", | ||
"@arcblock/did": "^0.27.0", | ||
"@arcblock/forge-util": "^0.27.0", | ||
"@arcblock/forge-wallet": "^0.27.0", | ||
"@arcblock/mcrypto": "^0.27.0", | ||
"debug": "^4.1.1", | ||
"multibase": "^0.6.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/did-util", | ||
"description": "Helper function to calculate did", | ||
"version": "0.26.10", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
@@ -18,11 +18,11 @@ | |
"wangshijun <[email protected]> (https://ocap.arcblock.io)" | ||
], | ||
"dependencies": { | ||
"@arcblock/did": "^0.26.10", | ||
"@arcblock/forge-message": "^0.26.10", | ||
"@arcblock/forge-util": "^0.26.10", | ||
"@arcblock/forge-wallet": "^0.26.10", | ||
"@arcblock/mcrypto": "^0.26.10" | ||
"@arcblock/did": "^0.27.0", | ||
"@arcblock/forge-message": "^0.27.0", | ||
"@arcblock/forge-util": "^0.27.0", | ||
"@arcblock/forge-wallet": "^0.27.0", | ||
"@arcblock/mcrypto": "^0.27.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/forge-config", | ||
"description": "Utility to parse/stringify forge config", | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/forge-message", | ||
"description": "Utility functions to encode and decode message that can send to forge", | ||
"version": "0.26.10", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
@@ -19,8 +19,8 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@arcblock/forge-proto": "^0.26.10", | ||
"@arcblock/forge-util": "^0.26.10", | ||
"@arcblock/forge-proto": "^0.27.0", | ||
"@arcblock/forge-util": "^0.27.0", | ||
"camelcase": "^5.0.0", | ||
"debug": "^4.1.1", | ||
"google-protobuf": "3.7.0-rc.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/forge-proto", | ||
"description": "Static modules generated from forge-sdk protobuf files", | ||
"version": "0.26.10", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/grpc-client", | ||
"description": "gRPC client to read/write data on forge powered blockchain", | ||
"version": "0.26.10", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
@@ -19,10 +19,10 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@arcblock/forge-config": "^0.26.0", | ||
"@arcblock/forge-message": "^0.26.10", | ||
"@arcblock/forge-proto": "^0.26.10", | ||
"@arcblock/forge-util": "^0.26.10", | ||
"@arcblock/forge-config": "^0.27.0", | ||
"@arcblock/forge-message": "^0.27.0", | ||
"@arcblock/forge-proto": "^0.27.0", | ||
"@arcblock/forge-util": "^0.27.0", | ||
"camelcase": "^5.0.0", | ||
"debug": "^4.1.1", | ||
"grpc": "^1.18.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arcblock/tcp-server", | ||
"description": "Node.js SDK for Forge Framework by ArcBlock", | ||
"version": "0.26.10", | ||
"version": "0.27.0", | ||
"author": { | ||
"name": "wangshijun", | ||
"email": "[email protected]", | ||
|
@@ -19,13 +19,13 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@arcblock/forge-message": "^0.26.10", | ||
"@arcblock/forge-proto": "^0.26.10", | ||
"@arcblock/forge-util": "^0.26.10", | ||
"@arcblock/forge-message": "^0.27.0", | ||
"@arcblock/forge-proto": "^0.27.0", | ||
"@arcblock/forge-util": "^0.27.0", | ||
"debug": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@arcblock/forge-config": "^0.26.0", | ||
"@arcblock/forge-config": "^0.27.0", | ||
"jest": "^23.5.0", | ||
"remark-cli": "^5.0.0", | ||
"remark-preset-github": "^0.0.9" | ||
|