libfw-client 0.2.1 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libfw-client",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "High-performance streaming file & folder transfer SDK for the browser (libfw WASM engine + File System Access API + IndexedDB resume).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -231,6 +231,10 @@ function __wbg_get_imports() {
231
231
  const ret = arg0.apply(arg1, arg2);
232
232
  return ret;
233
233
  }, arguments); },
234
+ __wbg_bufferedAmount_2f95480ad75d4988: function(arg0) {
235
+ const ret = arg0.bufferedAmount;
236
+ return ret;
237
+ },
234
238
  __wbg_call_a6e5c5dce5018821: function() { return handleError(function (arg0, arg1, arg2) {
235
239
  const ret = arg0.call(arg1, arg2);
236
240
  return ret;
@@ -360,6 +364,10 @@ function __wbg_get_imports() {
360
364
  state0.a = 0;
361
365
  }
362
366
  },
367
+ __wbg_now_86c0d4ba3fa605b8: function() {
368
+ const ret = Date.now();
369
+ return ret;
370
+ },
363
371
  __wbg_of_5f1b88183ddb5d94: function(arg0, arg1) {
364
372
  const ret = Array.of(arg0, arg1);
365
373
  return ret;
Binary file
package/pkg/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "libfw-client",
3
3
  "type": "module",
4
4
  "description": "WASM engine + JS SDK for libfw browser clients",
5
- "version": "0.2.1",
5
+ "version": "0.2.2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",