mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
Merge pull request #32 from christroutner/greenkeeper/slpjs-0.21.0
Update slpjs to the latest version 🚀
This commit is contained in:
Generated
+10
-5
@@ -14031,16 +14031,16 @@
|
||||
}
|
||||
},
|
||||
"slpjs": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/slpjs/-/slpjs-0.19.0.tgz",
|
||||
"integrity": "sha512-0+mbGbyZJT502sCu3q4aXLAKUas1K2giXkYDuWtsktbOIZETT26L4WX70JWZB4flW31raN+dEXgb1DkUY/z4kg==",
|
||||
"version": "0.21.0",
|
||||
"resolved": "https://registry.npmjs.org/slpjs/-/slpjs-0.21.0.tgz",
|
||||
"integrity": "sha512-0W2x9viz+JbyEVjsXHD55+0d9nVLCCDr8Skx1lVi9dphGVzsvXBgk0kD3N6ceis/oGEQeizt33k0QyrCWHZAYQ==",
|
||||
"requires": {
|
||||
"@types/lodash": "^4.14.120",
|
||||
"axios": "^0.18.0",
|
||||
"axios": "^0.18.1",
|
||||
"bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#master",
|
||||
"bignumber.js": "^8.1.1",
|
||||
"bitcore-lib-cash": "^0.19.0",
|
||||
"lodash": "^4.17.11"
|
||||
"lodash": "^4.17.14"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": {
|
||||
@@ -14056,6 +14056,11 @@
|
||||
"version": "8.1.1",
|
||||
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-8.1.1.tgz",
|
||||
"integrity": "sha512-QD46ppGintwPGuL1KqmwhR0O+N2cZUg8JG/VzwI2e28sM9TqHjQB10lI4QAaMHVbLzwVLLAwEglpKPViWX+5NQ=="
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.14",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz",
|
||||
"integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
"pg": "^7.11.0",
|
||||
"pg-hstore": "^2.3.2",
|
||||
"slp-sdk": "^4.4.1",
|
||||
"slpjs": "0.19.0",
|
||||
"slpjs": "0.21.0",
|
||||
"socket.io": "^2.1.1",
|
||||
"strftime": "^0.10.0",
|
||||
"winston": "^3.2.1",
|
||||
|
||||
Reference in New Issue
Block a user