From 4aba4456ada60b0b2e0c808def28bd3800b8ddad Mon Sep 17 00:00:00 2001 From: Michael Williams Date: Fri, 8 Dec 2023 23:05:10 +1300 Subject: [PATCH] pull-secret-channel: 1.1.0 --- js/pull-secret-channel/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pull-secret-channel/package.json b/js/pull-secret-channel/package.json index 06d8cb7..31fd245 100644 --- a/js/pull-secret-channel/package.json +++ b/js/pull-secret-channel/package.json @@ -1,6 +1,6 @@ { "name": "pull-secret-channel", - "version": "1.0.0", + "version": "1.1.0", "description": "Pull stream of authenticated encryption ChaCha20-Poly1305", "type": "commonjs", "main": "./src/index.js", @@ -48,7 +48,7 @@ "b4a": "^1.6.4", "pull-reader": "^1.3.1", "pull-through": "^1.0.18", - "secret-channel": "^1.0.0" + "secret-channel": "^1.1.0" }, "devDependencies": { "pull-bitflipper": "^0.1.1",