Compare commits

..

6 Commits

Author SHA1 Message Date
5845d74160 4.0.11 2020-05-27 20:07:28 +00:00
9dd952e6b7 fix(core): update 2020-05-27 20:07:28 +00:00
742a711359 4.0.10 2020-05-27 18:54:07 +00:00
8878a0ef8b fix(core): update 2020-05-27 18:54:07 +00:00
6a52e81cdd 4.0.9 2020-05-27 18:41:22 +00:00
757e709f3f fix(core): update 2020-05-27 18:41:22 +00:00
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/lik",
"version": "4.0.8",
"version": "4.0.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1104,15 +1104,15 @@
}
},
"@pushrocks/lik": {
"version": "4.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2flik/-/lik-4.0.6.tgz",
"integrity": "sha512-WiGRUApoxoZhmJ3D/oCPVeo0S31hZ+JE87ggNYCRYBgPROwjNANOfLa3Dk3sg5s9op8K7YhRCH5fiImLTTlDuw==",
"version": "4.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2flik/-/lik-4.0.10.tgz",
"integrity": "sha512-qlVVIWo/Ysp/cyUyHi2mgtFyT0E9xXLCpewBAb7TrwnuRKrSMrmE4YsqPsGOhBxqziSEOPaXZmWaMLwKqjvQiQ==",
"requires": {
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartmatch": "^1.0.7",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrx": "^2.0.5",
"@pushrocks/smarttime": "^3.0.16",
"@pushrocks/smartrx": "^2.0.12",
"@pushrocks/smarttime": "^3.0.18",
"@pushrocks/smartunique": "^3.0.3",
"@types/minimatch": "^3.0.3",
"symbol-tree": "^3.2.4"
@ -1328,11 +1328,11 @@
}
},
"@pushrocks/smartrx": {
"version": "2.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrx/-/smartrx-2.0.10.tgz",
"integrity": "sha512-vUeCPfqAaG/jZDI5DVnch/3f42O7q1qOd9gDrjusWxLGcQRCWf1nybS/zoFktGILh/mM0vwofcOcq7IeDLC6rQ==",
"version": "2.0.14",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrx/-/smartrx-2.0.14.tgz",
"integrity": "sha512-WmJf8s/nb829l1tq0dEgpwdODCZruMUG2o4aW4V1yypi5AcV6+HFGS0mcL6mRUtEFz0OUwqNGUNXQhbyLtZMYQ==",
"requires": {
"@pushrocks/lik": "^4.0.6",
"@pushrocks/lik": "^4.0.8",
"@pushrocks/smartpromise": "^3.0.6",
"rxjs": "^6.5.5"
}

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/lik",
"version": "4.0.8",
"version": "4.0.11",
"private": false,
"description": "light little helpers for node",
"main": "dist_ts/index.js",
@ -33,7 +33,7 @@
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartmatch": "^1.0.7",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrx": "^2.0.10",
"@pushrocks/smartrx": "^2.0.14",
"@pushrocks/smarttime": "^3.0.18",
"@pushrocks/smartunique": "^3.0.3",
"@types/minimatch": "^3.0.3",