-
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
392c8a4
commit 1e81efe
Showing
6 changed files
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@arcblock/forge-app-simple", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "> This is an simple app powered by forge and forge-sdk, it just uses forge-core and send standard transactions supported by forge core.", | ||
"main": "rpc.js", | ||
"scripts": {}, | ||
|
@@ -11,8 +11,8 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@arcblock/forge-proto": "^0.6.7", | ||
"@arcblock/forge-sdk": "^0.6.8" | ||
"@arcblock/forge-proto": "^0.6.9", | ||
"@arcblock/forge-sdk": "^0.6.9" | ||
}, | ||
"keywords": [], | ||
"author": "wangshijun <[email protected]> (http://github.com/wangshijun)", | ||
|
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/forge-proto", | ||
"description": "Static modules generated from forge-sdk protobuf files", | ||
"version": "0.6.7", | ||
"version": "0.6.9", | ||
"author": "wangshijun <[email protected]> (https://www.arcblock.io)", | ||
"engines": { | ||
"node": ">=0.10.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/forge-sdk", | ||
"description": "Node.js SDK for Forge Framework by ArcBlock", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)", | ||
"engines": { | ||
"node": ">=0.10.0", | ||
|
@@ -18,7 +18,7 @@ | |
"wangshijun <[email protected]> (https://ocap.arcblock.io)" | ||
], | ||
"dependencies": { | ||
"@arcblock/forge-proto": "^0.6.7", | ||
"@arcblock/forge-proto": "^0.6.9", | ||
"@iarna/toml": "^2.2.1", | ||
"camelcase": "^5.0.0", | ||
"camelize": "^1.0.0", | ||
|