diff --git a/package-lock.json b/package-lock.json index 75776e9..ffb3a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartrequest": "^1.1.56", - "@pushrocks/smartstream": "^2.0.1", + "@pushrocks/smartstream": "^2.0.3", "@pushrocks/streamfunction": "^4.0.4", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -32,7 +32,7 @@ "@gitzone/tsrun": "^1.2.35", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", - "@types/node": "^17.0.40", + "@types/node": "^17.0.41", "gulp-function": "^2.2.14" } }, @@ -863,13 +863,16 @@ } }, "node_modules/@pushrocks/smartstream": { - "version": "2.0.1", - "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstream/-/smartstream-2.0.1.tgz", - "integrity": "sha512-h7jRWoBYJyKL+9U7YRGkkcEr2LpQ9MzZsDPI1m2D+VP2pT+zkjEGUEN+fIocGxATIansZzCETK30Trph+mgbig==", + "version": "2.0.3", + "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstream/-/smartstream-2.0.3.tgz", + "integrity": "sha512-Zz1amk2FgqWyZFQE8WonKhNMreETm50pqDanp2g9uJBCNwFHIppJD4Qbpy/FFEFfp4Rs326hoBCWbZwU/FEymw==", "license": "MIT", "dependencies": { "@pushrocks/smartpromise": "^3.1.7", + "@pushrocks/smartrx": "^2.0.25", + "@types/from2": "^2.3.1", "@types/through2": "^2.0.36", + "from2": "^2.3.0", "through2": "^4.0.2" } }, @@ -1372,9 +1375,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "17.0.40", - "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.40.tgz", - "integrity": "sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg==", + "version": "17.0.41", + "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.41.tgz", + "integrity": "sha512-xA6drNNeqb5YyV5fO3OAEsnXLfO7uF0whiOfPTz5AeDo8KeZFmODKnvwPymMNO8qE/an8pVY/O50tig2SQCrGw==", "license": "MIT" }, "node_modules/@types/qs": { @@ -7309,12 +7312,15 @@ } }, "@pushrocks/smartstream": { - "version": "2.0.1", - "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstream/-/smartstream-2.0.1.tgz", - "integrity": "sha512-h7jRWoBYJyKL+9U7YRGkkcEr2LpQ9MzZsDPI1m2D+VP2pT+zkjEGUEN+fIocGxATIansZzCETK30Trph+mgbig==", + "version": "2.0.3", + "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartstream/-/smartstream-2.0.3.tgz", + "integrity": "sha512-Zz1amk2FgqWyZFQE8WonKhNMreETm50pqDanp2g9uJBCNwFHIppJD4Qbpy/FFEFfp4Rs326hoBCWbZwU/FEymw==", "requires": { "@pushrocks/smartpromise": "^3.1.7", + "@pushrocks/smartrx": "^2.0.25", + "@types/from2": "^2.3.1", "@types/through2": "^2.0.36", + "from2": "^2.3.0", "through2": "^4.0.2" }, "dependencies": { @@ -7760,9 +7766,9 @@ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" }, "@types/node": { - "version": "17.0.40", - "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.40.tgz", - "integrity": "sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg==" + "version": "17.0.41", + "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.41.tgz", + "integrity": "sha512-xA6drNNeqb5YyV5fO3OAEsnXLfO7uF0whiOfPTz5AeDo8KeZFmODKnvwPymMNO8qE/an8pVY/O50tig2SQCrGw==" }, "@types/qs": { "version": "6.9.7", diff --git a/package.json b/package.json index bd543bb..1ca453a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartrequest": "^1.1.56", - "@pushrocks/smartstream": "^2.0.1", + "@pushrocks/smartstream": "^2.0.3", "@pushrocks/streamfunction": "^4.0.4", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -48,7 +48,7 @@ "@gitzone/tsrun": "^1.2.35", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", - "@types/node": "^17.0.40", + "@types/node": "^17.0.41", "gulp-function": "^2.2.14" }, "files": [ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9dbcc87..856b492 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartfile', - version: '10.0.1', + version: '10.0.2', description: 'offers smart ways to work with files in nodejs' }