2 Commits

Author SHA1 Message Date
34586b5fec 2.1.6 2019-12-15 22:49:22 +00:00
edb13cbdcf fix(core): update 2019-12-15 22:49:22 +00:00
3 changed files with 7 additions and 8 deletions

View File

@ -10,7 +10,6 @@
}
},
"npmci": {
"npmAccessLevel": "public",
"npmRegistryUrl": "verdaccio.lossless.one"
"npmAccessLevel": "public"
}
}

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.1.5",
"version": "2.1.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -202,9 +202,9 @@
}
},
"@pushrocks/smartjson": {
"version": "3.0.9",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-3.0.9.tgz",
"integrity": "sha512-KAWMUpUY5a5WWRxlE0YQiJhbEQ9wOUWs/Iyv+S1cxYx//javChKai6kwvRMVEfEn/xRcFqGgSGJW5RspcL0s/g==",
"version": "3.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-3.0.10.tgz",
"integrity": "sha512-0tBkET2yjmSSIf4DlgeyU8U/J2EshTmQGuMY28EjPq9VvuCFXLh72WmETpA4QqKRMqhWp1+P+RZgnQupW3GQxQ==",
"requires": {
"@types/fast-json-stable-stringify": "^2.0.0",
"fast-json-stable-stringify": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarthash",
"version": "2.1.5",
"version": "2.1.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.9",
"@pushrocks/smartjson": "^3.0.10",
"@pushrocks/smartpromise": "^3.0.6",
"@types/through2": "^2.0.34",
"through2": "^3.0.1"