Compare commits

..

2 Commits

Author SHA1 Message Date
984297c9c3 5.0.6 2022-05-27 17:57:14 +02:00
55e4edc785 fix(core): update 2022-05-27 17:57:14 +02:00
3 changed files with 17 additions and 4 deletions

16
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/lik",
"version": "5.0.5",
"version": "5.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/lik",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
@ -15,6 +15,7 @@
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smarttime": "^3.0.45",
"@types/minimatch": "^3.0.5",
"@types/symbol-tree": "^3.2.2",
"symbol-tree": "^3.2.4"
},
"devDependencies": {
@ -1316,6 +1317,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/symbol-tree": {
"version": "3.2.2",
"resolved": "https://verdaccio.lossless.one/@types%2fsymbol-tree/-/symbol-tree-3.2.2.tgz",
"integrity": "sha512-+NcSHyA9K2EDHv3ny4wpbRSA+f+Tj0O7hIj7+w4tVw9yxqMavXwtFwuZEo3vyigTgOhGkrAUl3gj4oxAcyLfRQ==",
"license": "MIT"
},
"node_modules/@types/through2": {
"version": "2.0.36",
"resolved": "https://verdaccio.lossless.one/@types%2fthrough2/-/through2-2.0.36.tgz",
@ -7153,6 +7160,11 @@
"integrity": "sha1-gJPuBBam4r8qpjOBCRFLP7/6Dps=",
"dev": true
},
"@types/symbol-tree": {
"version": "3.2.2",
"resolved": "https://verdaccio.lossless.one/@types%2fsymbol-tree/-/symbol-tree-3.2.2.tgz",
"integrity": "sha512-+NcSHyA9K2EDHv3ny4wpbRSA+f+Tj0O7hIj7+w4tVw9yxqMavXwtFwuZEo3vyigTgOhGkrAUl3gj4oxAcyLfRQ=="
},
"@types/through2": {
"version": "2.0.36",
"resolved": "https://verdaccio.lossless.one/@types%2fthrough2/-/through2-2.0.36.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/lik",
"version": "5.0.5",
"version": "5.0.6",
"private": false,
"description": "light little helpers for node",
"main": "dist_ts/index.js",
@ -37,6 +37,7 @@
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smarttime": "^3.0.45",
"@types/minimatch": "^3.0.5",
"@types/symbol-tree": "^3.2.2",
"symbol-tree": "^3.2.4"
},
"files": [

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/lik',
version: '5.0.5',
version: '5.0.6',
description: 'light little helpers for node'
}