@acrobits/ipc-sdk 0.8.1-alpha.10 → 0.8.1-alpha.12
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
|
@@ -2200,7 +2200,7 @@ class xt {
|
|
|
2200
2200
|
i.correlationId = t, i.fileHash = e.toLowerCase(), i.fileId = r, this.logCreated(s, i);
|
|
2201
2201
|
const o = this.incomingMessages$.pipe(
|
|
2202
2202
|
g(
|
|
2203
|
-
(a) => a.type === "FILE
|
|
2203
|
+
(a) => a.type === "FILE UPLOAD PROGRESS UPDATE" && a.replyTo === i.id
|
|
2204
2204
|
),
|
|
2205
2205
|
f(this.logReceived(s)),
|
|
2206
2206
|
p((a) => (a.fileHash && (a.fileHash = a.fileHash.toLowerCase()), a)),
|