Skip to content

Commit

Permalink
update "pubsub-to-rpc-api" dependency: 5.1.0-beta1 => 5.1.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed May 17, 2019
1 parent 4844b3d commit ad387d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/vladimiry)",
"license": "MIT",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ad387d4

Please sign in to comment.