Skip to content

Commit abe4238

Browse files
author
Gilyoung Kim
committed
Upgrade the version of the CodeChain SDK
1 parent dd362e7 commit abe4238

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"case-sensitive-paths-webpack-plugin": "2.1.1",
2828
"chalk": "1.1.3",
2929
"codechain-es": "^0.1.0-alpha.1",
30-
"codechain-sdk": "^0.1.1-alpha.2",
30+
"codechain-sdk": "^0.1.1-alpha.3",
3131
"concurrently": "^3.6.0",
3232
"cors": "^2.8.4",
3333
"css-loader": "0.28.7",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,23 @@ codechain-sdk@^0.1.1-alpha.2:
18961896
ripemd160 "^2.0.2"
18971897
rlp "^2.0.0"
18981898

1899+
codechain-sdk@^0.1.1-alpha.3:
1900+
version "0.1.1-alpha.3"
1901+
resolved "https://registry.yarnpkg.com/codechain-sdk/-/codechain-sdk-0.1.1-alpha.3.tgz#222566e8739e5ee6745ea97e762e749cd0dd86e4"
1902+
dependencies:
1903+
bignumber.js "^6.0.0"
1904+
blakejs "^1.1.0"
1905+
buffer "5.1.0"
1906+
codechain-keystore "git://github.com/CodeChain-io/codechain-keystore.git#1483361b94c79e468e055188df0583046d4c9540"
1907+
elliptic "^6.4.0"
1908+
jayson "^2.0.6"
1909+
lodash "^4.17.10"
1910+
node-fetch "^2.1.2"
1911+
request "^2.88.0"
1912+
request-promise "^4.2.2"
1913+
ripemd160 "^2.0.2"
1914+
rlp "^2.0.0"
1915+
18991916
collection-visit@^1.0.0:
19001917
version "1.0.0"
19011918
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"

0 commit comments

Comments
 (0)