Update ripple-lib-transactionparser to 0.4

This commit is contained in:
Alan Cohen
2015-07-28 09:55:01 -07:00
parent 6ef30debd2
commit 4cd10ecb87
2 changed files with 5 additions and 4 deletions

7
npm-shrinkwrap.json generated
View File

@@ -2,7 +2,7 @@
"name": "ripple-lib",
"version": "0.13.0-rc1",
"npm-shrinkwrap-version": "5.4.0",
"node-version": "v0.12.6",
"node-version": "v0.12.7",
"dependencies": {
"async": {
"version": "0.9.2",
@@ -93,8 +93,8 @@
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.2.tgz"
},
"ripple-lib-transactionparser": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/ripple-lib-transactionparser/-/ripple-lib-transactionparser-0.3.2.tgz",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/ripple-lib-transactionparser/-/ripple-lib-transactionparser-0.4.0.tgz",
"dependencies": {
"bignumber.js": {
"version": "1.4.1",
@@ -112,6 +112,7 @@
},
"sjcl-extended": {
"version": "1.0.3",
"from": "sjcl-extended@git://github.com/ripple/sjcl-extended.git#d8cf8b22e7d97193c54e1f65113e3edcf200ca17",
"resolved": "git://github.com/ripple/sjcl-extended.git#d8cf8b22e7d97193c54e1f65113e3edcf200ca17",
"dependencies": {
"sjcl": {

View File

@@ -23,7 +23,7 @@
"is-my-json-valid": "^2.12.0",
"lodash": "^3.1.0",
"lru-cache": "~2.5.0",
"ripple-lib-transactionparser": "^0.3.2",
"ripple-lib-transactionparser": "^0.4",
"ripple-wallet-generator": "^1.0.3",
"simple-asyncify": "^0.1.0",
"sjcl-extended": "ripple/sjcl-extended#1.0.3",