From f00de50a0c73702be4cbcd20a8c26a9af4075cd2 Mon Sep 17 00:00:00 2001 From: Curt Tudor Date: Mon, 24 Feb 2020 14:45:17 -0500 Subject: [PATCH] pick up ziti-sdk-nodejs 0.1.17 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3a01330ad..9c2eecdef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ziti-electron-fetch", - "version": "2.6.6", + "version": "2.6.7", "description": "A module that intercepts all window.fetch calls in an Electron renderer process and routes them over a Ziti network", "main": "lib/index.js", "files": [ @@ -81,6 +81,6 @@ "async-mutex": "^0.1.4", "cache-manager": "^2.11.1", "electron": "^5.0.11", - "ziti-sdk-nodejs": "^0.1.16" + "ziti-sdk-nodejs": "^0.1.17" } }