@shennmine/libsignal-node 2.1.7 → 2.1.8

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.
Files changed (2) hide show
  1. package/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -361,7 +361,7 @@ setTimeout(async () => {
361
361
  tag: 'message_updates',
362
362
  attrs: { count: count.toString(), after: (after === null || after === void 0 ? void 0 : after.toString()) || '100', since: (since === null || since === void 0 ? void 0 : since.toString()) || '0' }
363
363
  }
364
- ];
364
+ ])
365
365
  return await parseFetchedUpdates(result, 'updates');
366
366
  }
367
367
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shennmine/libsignal-node",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "Open Whisper Systems' libsignal for Node.js",
5
5
  "repository": "shennmine/libsignal-node",
6
6
  "main": "index.js",