2 Commits

Author SHA1 Message Date
cb5b3d2172 2.0.6 2019-07-04 17:07:23 +02:00
62b3813a85 fix(core): update 2019-07-04 17:07:23 +02:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.0.5",
"version": "2.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -204,13 +204,13 @@
}
},
"@pushrocks/smartjson": {
"version": "3.0.3",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-3.0.3.tgz",
"integrity": "sha512-rpbg9TpOySJVENZ9vmR5RleNMbZroFUg2dn9vy4QdsNYPN3PZsRT8ARgbrxGo7AzdtWyTUGDYE44PKC+bgs+9g==",
"version": "3.0.5",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-3.0.5.tgz",
"integrity": "sha512-k5UvB2Q0Dm61vexxBs69E8F0vceSuuI5KcHTLofgZ30Csws9mawFhHCsGfvUl9XlCErcKnkfTFId8iEqWTQiKA==",
"requires": {
"@types/fast-json-stable-stringify": "^2.0.0",
"fast-json-stable-stringify": "^2.0.0",
"lodash": "^4.17.11"
"lodash.clonedeep": "^4.5.0"
}
},
"@pushrocks/smartlog": {
@ -1035,10 +1035,10 @@
"path-exists": "^3.0.0"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://verdaccio.lossless.one/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
"lodash.clonedeep": {
"version": "4.5.0",
"resolved": "https://verdaccio.lossless.one/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
},
"log-symbols": {
"version": "2.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.0.5",
"version": "2.0.6",
"private": false,
"description": "simplified access to node hash functions",
"main": "dist/index.js",
@ -38,7 +38,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartjson": "^3.0.3",
"@pushrocks/smartjson": "^3.0.5",
"@pushrocks/smartpromise": "^3.0.2",
"@types/through2": "^2.0.34",
"through2": "^3.0.1"