@linkdlab/funcnodes_react_flow 2.1.0 → 2.1.2
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/dist/index.cjs.js +3 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -49480,7 +49480,7 @@ class LSe extends Cp {
|
|
|
49480
49480
|
break;
|
|
49481
49481
|
}
|
|
49482
49482
|
}
|
|
49483
|
-
async
|
|
49483
|
+
async receive_bytes(t, n) {
|
|
49484
49484
|
const { type: r } = t;
|
|
49485
49485
|
if (r === "io_value") {
|
|
49486
49486
|
if (!this.context.worker._zustand) return;
|
|
@@ -49532,7 +49532,7 @@ class LSe extends Cp {
|
|
|
49532
49532
|
}
|
|
49533
49533
|
const [f, p] = u.chunk.split("/"), m = u.msgid;
|
|
49534
49534
|
if (f === "1" && p === "1")
|
|
49535
|
-
return this.
|
|
49535
|
+
return this.receive_bytes(u, a);
|
|
49536
49536
|
if (this.blobChunks[m] || (this.blobChunks[m] = {
|
|
49537
49537
|
chunks: Array.from({ length: parseInt(p) }, () => null),
|
|
49538
49538
|
timestamp: Date.now()
|
|
@@ -49544,7 +49544,7 @@ class LSe extends Cp {
|
|
|
49544
49544
|
const g = new Uint8Array(
|
|
49545
49545
|
this.blobChunks[m].chunks.reduce((v, S) => v.concat(Array.from(S)), [])
|
|
49546
49546
|
);
|
|
49547
|
-
this.
|
|
49547
|
+
this.receive_bytes(u, g), delete this.blobChunks[m];
|
|
49548
49548
|
}
|
|
49549
49549
|
} catch (n) {
|
|
49550
49550
|
console.error("Websocketworker: onbytes error", n, t);
|
|
@@ -98191,7 +98191,7 @@ const uoe = (e) => {
|
|
|
98191
98191
|
);
|
|
98192
98192
|
};
|
|
98193
98193
|
window.FuncNodes = coe;
|
|
98194
|
-
window.FuncNodes.version =
|
|
98194
|
+
window.FuncNodes.version = "2.1.2";
|
|
98195
98195
|
window.FuncNodes.utils = {
|
|
98196
98196
|
logger: {
|
|
98197
98197
|
ConsoleLogger: y5,
|