Skip to content

Commit

Permalink
update "pubsub-to-rpc-api"
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Mar 10, 2020
1 parent 386038a commit dbbeea2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion example/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start:web": "cross-env NODE_ENV=development webpack-dev-server -c ./webpack.config.ts"
},
"dependencies": {
"electron-rpc-api": "6.1.0-beta.4",
"electron-rpc-api": "6.1.0-beta.5",
"rxjs": "6.5.4",
"sanitize-html": "1.22.0",
"tcp-ping": "0.1.1"
Expand Down
29 changes: 18 additions & 11 deletions example/electron-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,13 @@
dependencies:
"@types/yargs-parser" "*"

"@vladimiry/serialize-error@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@vladimiry/serialize-error/-/serialize-error-5.0.0.tgz#8b8e87b7e803619941ae488b19e3d6c5aa0c69f5"
integrity sha512-3sPlMM3POYS6mWlcESbn8KKqKArJC65DZE6mLqwbfv58LGmIBExaihGxKrkGGbwiSe6TZgeJJp9PDjJIUiLe4g==
dependencies:
type-fest "^0.8.0"

"@webassemblyjs/ast@1.8.5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
Expand Down Expand Up @@ -2286,12 +2293,12 @@ electron-publish@22.4.0:
lazy-val "^1.0.4"
mime "^2.4.4"

electron-rpc-api@6.1.0-beta.4:
version "6.1.0-beta.4"
resolved "https://registry.yarnpkg.com/electron-rpc-api/-/electron-rpc-api-6.1.0-beta.4.tgz#26c5872c273530db3f0a3fda7d6c7d1d95461f14"
integrity sha512-Y2m0Eud+e7ZyituxsMdDrWVKarfZ4VqF4huGvnUSnO3K3cwh2xCO5cYsCMOTVSwBD67OyBBbPm/5tUOm9W/Uvg==
electron-rpc-api@6.1.0-beta.5:
version "6.1.0-beta.5"
resolved "https://registry.yarnpkg.com/electron-rpc-api/-/electron-rpc-api-6.1.0-beta.5.tgz#01bed9ae24fcf3b93cc36d2be502ebde17dbbef8"
integrity sha512-l/+7RUbxMitWoFLKb9Hygvv1JwrNiNHsuY+LwZQyCvxCNimmtmEhqteQWyivpBtv1J7NU5Xf8bNan7BU2Ad/KQ==
dependencies:
pubsub-to-rpc-api "^5.2.0-beta.4"
pubsub-to-rpc-api "^5.2.0-beta.5"
pure-uuid "^1.5.8"
tslib "^1.11.1"

Expand Down Expand Up @@ -5509,14 +5516,14 @@ public-encrypt@^4.0.0:
randombytes "^2.0.1"
safe-buffer "^5.1.2"

pubsub-to-rpc-api@^5.2.0-beta.4:
version "5.2.0-beta.4"
resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-5.2.0-beta.4.tgz#c6622bb48d8d6b1cc8210ce63e94cb792eb855c2"
integrity sha512-Iaf36/gN6+fry52lrcBowBFVe8B7RIafLCGdI6akipM3c0wCXGLBXZIp41nWhhvtZn/yLPQ243Hubm7M2mJhDg==
pubsub-to-rpc-api@^5.2.0-beta.5:
version "5.2.0-beta.5"
resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-5.2.0-beta.5.tgz#cb37280317c48c157007147bdd7d91f547b679ac"
integrity sha512-TuEIWTE0okDiNVHNrXWM/1hvVmEHMCcPnAp07lXOzdevyF52N2Mg8nSmnTZlpo4RbXVb0EzufUvZ3Fy+nBpnPg==
dependencies:
"@vladimiry/serialize-error" "^5.0.0"
jsan "^3.1.13"
pure-uuid "^1.6.0"
serialize-error "https://github.com/vladimiry-playground/serialize-error#a2c28c7f7f4ce409780ac7c6918d8ea875934a43"
tslib "^1.11.0"

pump@^2.0.0:
Expand Down Expand Up @@ -6113,7 +6120,7 @@ send@0.17.1:
range-parser "~1.2.1"
statuses "~1.5.0"

serialize-error@^5.0.0, "serialize-error@https://github.com/vladimiry-playground/serialize-error#a2c28c7f7f4ce409780ac7c6918d8ea875934a43":
serialize-error@^5.0.0:
version "5.0.0"
resolved "https://github.com/vladimiry-playground/serialize-error#a2c28c7f7f4ce409780ac7c6918d8ea875934a43"
dependencies:
Expand Down
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": "6.1.0-beta.4",
"version": "6.1.0-beta.5",
"description": "Wrapper around the Electron's IPC for building type-safe API based RPC-like and reactive interactions",
"author": "Vladimir Yakovlev <dev.vladimir.y@gmail.com> (https://github.com/vladimiry)",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"rxjs": "^6.x"
},
"dependencies": {
"pubsub-to-rpc-api": "^5.2.0-beta.4",
"pubsub-to-rpc-api": "^5.2.0-beta.5",
"pure-uuid": "^1.5.8",
"tslib": "^1.11.1"
},
Expand Down
23 changes: 12 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.2.tgz#5e2f1d120f07b9cda07e5dedd4f3bf8888fccdb9"
integrity sha512-T+m89VdXj/eidZyejvmoP9jivXgBDdkOSBVQjU9kF349NEx10QdPNGxHeZUaj1IlJ32/ewdyXJjnJxyxJroYwg==

"@vladimiry/serialize-error@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@vladimiry/serialize-error/-/serialize-error-5.0.0.tgz#8b8e87b7e803619941ae488b19e3d6c5aa0c69f5"
integrity sha512-3sPlMM3POYS6mWlcESbn8KKqKArJC65DZE6mLqwbfv58LGmIBExaihGxKrkGGbwiSe6TZgeJJp9PDjJIUiLe4g==
dependencies:
type-fest "^0.8.0"

acorn-jsx@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
Expand Down Expand Up @@ -3739,14 +3746,14 @@ public-encrypt@^4.0.0:
randombytes "^2.0.1"
safe-buffer "^5.1.2"

pubsub-to-rpc-api@^5.2.0-beta.4:
version "5.2.0-beta.4"
resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-5.2.0-beta.4.tgz#c6622bb48d8d6b1cc8210ce63e94cb792eb855c2"
integrity sha512-Iaf36/gN6+fry52lrcBowBFVe8B7RIafLCGdI6akipM3c0wCXGLBXZIp41nWhhvtZn/yLPQ243Hubm7M2mJhDg==
pubsub-to-rpc-api@^5.2.0-beta.5:
version "5.2.0-beta.5"
resolved "https://registry.yarnpkg.com/pubsub-to-rpc-api/-/pubsub-to-rpc-api-5.2.0-beta.5.tgz#cb37280317c48c157007147bdd7d91f547b679ac"
integrity sha512-TuEIWTE0okDiNVHNrXWM/1hvVmEHMCcPnAp07lXOzdevyF52N2Mg8nSmnTZlpo4RbXVb0EzufUvZ3Fy+nBpnPg==
dependencies:
"@vladimiry/serialize-error" "^5.0.0"
jsan "^3.1.13"
pure-uuid "^1.6.0"
serialize-error "https://github.com/vladimiry-playground/serialize-error#a2c28c7f7f4ce409780ac7c6918d8ea875934a43"
tslib "^1.11.0"

pump@^3.0.0:
Expand Down Expand Up @@ -4101,12 +4108,6 @@ serialize-error@^2.1.0:
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a"
integrity sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=

"serialize-error@git+https://github.com/vladimiry-playground/serialize-error.git#a2c28c7f7f4ce409780ac7c6918d8ea875934a43":
version "5.0.0"
resolved "git+https://github.com/vladimiry-playground/serialize-error.git#a2c28c7f7f4ce409780ac7c6918d8ea875934a43"
dependencies:
type-fest "^0.8.0"

set-blocking@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
Expand Down

0 comments on commit dbbeea2

Please sign in to comment.