@acrobits/ipc-sdk 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ipc-sdk.js +1 -1
- package/lib/ipc-sdk.js.map +1 -1
- package/lib/ipc-sdk.umd.cjs +1 -1
- package/lib/ipc-sdk.umd.cjs.map +1 -1
- package/package.json +2 -2
package/lib/ipc-sdk.js
CHANGED
|
@@ -1768,7 +1768,7 @@ class xt {
|
|
|
1768
1768
|
const t = "PUSH TOKEN";
|
|
1769
1769
|
return this.incomingMessages$.pipe(
|
|
1770
1770
|
f(
|
|
1771
|
-
(e) => e.type === t && e.target === "client"
|
|
1771
|
+
(e) => e.type === t && e.target === "client" && e.replyTo === null && e.expectReply === !1
|
|
1772
1772
|
),
|
|
1773
1773
|
h((e) => {
|
|
1774
1774
|
if (e.pushToken && e.selector && e.appId)
|