diff --git a/index.js b/index.js index d7d7217..bd3c77b 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ "use strict"; const Promise = require("bluebird"); -const propagateAbort = require("@ppstreams/propagate-abort"); -const propagatePeek = require("@ppstreams/propagate-peek"); +const propagateAbort = require("@promistream/propagate-abort"); +const propagatePeek = require("@promistream/propagate-peek"); const { validateArguments } = require("@validatem/core"); const required = require("@validatem/required"); diff --git a/package.json b/package.json index c96dfcf..9d1e8cd 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "@ppstreams/filter", + "name": "@promistream/filter", "version": "0.1.0", "main": "index.js", - "repository": "http://git.cryto.net/ppstreams/filter.git", + "repository": "http://git.cryto.net/promistream/filter.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "dependencies": { - "@ppstreams/propagate-abort": "^0.1.3", - "@ppstreams/propagate-peek": "^0.1.0", + "@promistream/propagate-abort": "^0.1.3", + "@promistream/propagate-peek": "^0.1.0", "@validatem/core": "^0.3.12", "@validatem/is-function": "^0.1.0", "@validatem/required": "^0.1.1", diff --git a/yarn.lock b/yarn.lock index 654cc20..d736308 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,15 +2,15 @@ # yarn lockfile v1 -"@ppstreams/propagate-abort@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@ppstreams/propagate-abort/-/propagate-abort-0.1.3.tgz#ddb6f63e9891d642e225802d690186db6a5e2245" - integrity sha512-mFG6okJF+l/3Ct6SmUAIxG75tXmQlK3P/O7w4IO9rjjciww8fa5srd66c/XWUk30qLh0gaPgR38TmvynsHS6bA== +"@promistream/propagate-abort@^0.1.3": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@promistream/propagate-abort/-/propagate-abort-0.1.6.tgz#dfc3c78c2e22662b9e5d548afce2180c40584ef5" + integrity sha512-Ap4eDFiIcLb4yuJdin2tQM1+2ZJZm78sYWkKVdqECJY0UGkwNsbaMMeYyfZpFRpJGmW8mCCuOkWs0fQl5H9DGA== -"@ppstreams/propagate-peek@^0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@ppstreams/propagate-peek/-/propagate-peek-0.1.0.tgz#b8d24aa611845f64cf56b8cfd84266ce443b5f24" - integrity sha512-rX3ECnMxdD70fkEB6gQPr4aFg5bgOQ2Cks1LgFZv7Fj7qbj2SIjj1jHnhlFD1Wm6OZlcGXWuH2nbQp1hKoutkg== +"@promistream/propagate-peek@^0.1.0": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@promistream/propagate-peek/-/propagate-peek-0.1.1.tgz#c7dd69efcd894c408d7a3e9713b6a9036f70a501" + integrity sha512-4xfkSmtPQzlvL4+KCquPHX7sPXiAACGJac/y7fB3Sv6ZKXAT/cjTfms1nEjlDGn1nroN0MzReBza2HnpF59deg== "@validatem/annotate-errors@^0.1.2": version "0.1.2"