From ad387d44c99afbe713f418e3bdb2c39786d9ea68 Mon Sep 17 00:00:00 2001 From: Vladimir Y Date: Fri, 17 May 2019 17:19:09 +0300 Subject: [PATCH] update "pubsub-to-rpc-api" dependency: 5.1.0-beta1 => 5.1.0-beta3 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ae0cca6..34293d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-rpc-api", - "version": "5.1.0-beta1", + "version": "5.1.0-beta2", "description": "Wrapper around the Electron's IPC for building type-safe API based RPC-like and reactive interactions", "author": "Vladimir Yakovlev (https://github.com/vladimiry)", "license": "MIT", @@ -45,7 +45,7 @@ "rxjs": "^6.5.2" }, "dependencies": { - "pubsub-to-rpc-api": "^5.1.0-beta1", + "pubsub-to-rpc-api": "^5.1.0-beta3", "tslib": "^1.9.2", "uuid-browser": "^3.1.0" }, diff --git a/yarn.lock b/yarn.lock index 4f0e156..f9b835e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4490,10 +4490,10 @@ public-encrypt@^4.0.0: randombytes "^2.0.1" safe-buffer "^5.1.2" -pubsub-to-rpc-api@^5.1.0-beta1: - version "5.1.0-beta1" - resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-5.1.0-beta1.tgz#bd3c4252556c397361ed16c403d4d0fa7678092b" - integrity sha512-v0CfzwdWSW1fmrGLRPvx8+O2hasiOw0Ciedqy070puyGX8Ec6iUGTe6TPsBkFF8BG4wQ3EGpT6iCDJ71NLH3Zw== +pubsub-to-rpc-api@^5.1.0-beta3: + version "5.1.0-beta3" + resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-5.1.0-beta3.tgz#06d70ef5c0d9f96a653c6ddd65ef0b163d10d2c8" + integrity sha512-w+fLyTWERgjYHjqFapyzbSLf1DwCfKuDMHFk7V7+eQibbICTLxh+Q8JOE9TeiVdp7BcRtK59jvd4fk6e16lbaw== dependencies: deserialize-error "^0.0.3" jsan "^3.1.13"