From 66d6ebc20a4801221e007c515aecf553b5832c86 Mon Sep 17 00:00:00 2001 From: Nico Lueg Date: Thu, 2 Feb 2023 19:37:25 +0100 Subject: [PATCH] fix(core): make `rxjs` dependency less restrictive Closes #129 --- package-lock.json | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index db6a482..f556567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "ngx-clipboard": "^15.1.0", "ngx-color-picker": "^13.0.0", "ngx-markdown": "^14.0.1", - "rxjs": "~7.5.0", + "rxjs": "^7.5.0", "tslib": "^2.0.0", "zone.js": "0.11.5" }, @@ -21932,6 +21932,11 @@ "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 94936a7..d808c69 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ngx-clipboard": "^15.1.0", "ngx-color-picker": "^13.0.0", "ngx-markdown": "^14.0.1", - "rxjs": "~7.5.0", + "rxjs": "^7.5.0", "tslib": "^2.0.0", "zone.js": "0.11.5" },